Uses of Interface
org.opensaml.soap.wssecurity.Username
-
Packages that use Username Package Description org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security. -
-
Uses of Username in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return Username Modifier and Type Method Description UsernameUsernameToken. getUsername()Returns the <wsse:Username> child element.Methods in org.opensaml.soap.wssecurity with parameters of type Username Modifier and Type Method Description voidUsernameToken. setUsername(Username username)Sets the <wsse:Username> child element. -
Uses of Username in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement Username Modifier and Type Class Description classUsernameImplImplementation ofUsername.Fields in org.opensaml.soap.wssecurity.impl declared as Username Modifier and Type Field Description private UsernameUsernameTokenImpl. usernameThe <wsse:Username> child element.Methods in org.opensaml.soap.wssecurity.impl that return Username Modifier and Type Method Description UsernameUsernameBuilder. buildObject()Builds a WS-Security object of the given type.UsernameUsernameBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.UsernameUsernameTokenImpl. getUsername()Returns the <wsse:Username> child element.Methods in org.opensaml.soap.wssecurity.impl with parameters of type Username Modifier and Type Method Description voidUsernameTokenImpl. setUsername(Username newUsername)Sets the <wsse:Username> child element.
-