Uses of Class
com.sun.xml.wss.impl.SecurityTokenException
-
Packages that use SecurityTokenException Package Description com.sun.xml.ws.security.opt.impl.tokens com.sun.xml.wss.core -
-
Uses of SecurityTokenException in com.sun.xml.ws.security.opt.impl.tokens
Methods in com.sun.xml.ws.security.opt.impl.tokens that throw SecurityTokenException Modifier and Type Method Description String
UsernameToken. getNonceValue()
void
UsernameToken. setDigestOn()
-
Uses of SecurityTokenException in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that throw SecurityTokenException Modifier and Type Method Description javax.xml.soap.SOAPElement
BinarySecurityToken. getAsSoapElement()
javax.xml.soap.SOAPElement
UsernameToken. getAsSoapElement()
String
UsernameToken. getNonce()
byte[]
BinarySecurityToken. getRawValue()
returns the decoded value of the text node.void
UsernameToken. setDigestOn()
Constructors in com.sun.xml.wss.core that throw SecurityTokenException Constructor Description UsernameToken(Document document, String username)
UsernameToken(Document document, String username, String password)
UsernameToken(Document document, String username, String password, boolean digestPassword)
UsernameToken(Document document, String username, String password, boolean setNonce, boolean digestPassword)
C'tor that creates the optional element nonce, created is not set.UsernameToken(Document document, String username, String password, boolean setNonce, boolean setCreatedTimestamp, boolean digestPassword)
C'tor that creates the optional elements of nonce and created.X509SecurityToken(Document document, X509Certificate cert)
X509SecurityToken(Document document, X509Certificate cert, String valueType)
X509SecurityToken(Document document, X509Certificate cert, String wsuId, String valueType)
-