Uses of Interface
org.opensaml.ws.wssecurity.Username

Packages that use Username
org.opensaml.ws.wssecurity XMLObject interfaces for WS-Security 2004 elements. 
org.opensaml.ws.wssecurity.impl   
 

Uses of Username in org.opensaml.ws.wssecurity
 

Methods in org.opensaml.ws.wssecurity that return Username
 Username UsernameToken.getUsername()
          Returns the <wsse:Username> child element.
 

Methods in org.opensaml.ws.wssecurity with parameters of type Username
 void UsernameToken.setUsername(Username username)
          Sets the <wsse:Username> child element.
 

Uses of Username in org.opensaml.ws.wssecurity.impl
 

Classes in org.opensaml.ws.wssecurity.impl that implement Username
 class UsernameImpl
          Implementation of Username.
 

Methods in org.opensaml.ws.wssecurity.impl that return Username
 Username UsernameBuilder.buildObject()
          Builds a WS-Security object of the given type.
 Username UsernameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Username UsernameTokenImpl.getUsername()
          Returns the <wsse:Username> child element.
 

Methods in org.opensaml.ws.wssecurity.impl with parameters of type Username
 void UsernameTokenImpl.setUsername(Username newUsername)
          Sets the <wsse:Username> child element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.