Uses of Interface
org.opensaml.soap.wssecurity.Username
Packages that use Username
Package
Description
XMLObject interfaces for WS-Security 1.1 elements.
XML Object provider implementations for WS-Security.
-
Uses of Username in org.opensaml.soap.wssecurity
Methods in org.opensaml.soap.wssecurity that return UsernameModifier and TypeMethodDescriptionUsernameToken.getUsername()Returns the <wsse:Username> child element.Methods in org.opensaml.soap.wssecurity with parameters of type UsernameModifier and TypeMethodDescriptionvoidUsernameToken.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 UsernameFields in org.opensaml.soap.wssecurity.impl declared as UsernameModifier and TypeFieldDescriptionprivate UsernameUsernameTokenImpl.usernameThe <wsse:Username> child element.Methods in org.opensaml.soap.wssecurity.impl that return UsernameModifier and TypeMethodDescriptionUsernameBuilder.buildObject()Builds a WS-Security object of the given type.UsernameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.UsernameTokenImpl.getUsername()Returns the <wsse:Username> child element.Methods in org.opensaml.soap.wssecurity.impl with parameters of type UsernameModifier and TypeMethodDescriptionvoidUsernameTokenImpl.setUsername(Username newUsername) Sets the <wsse:Username> child element.