Uses of Class
com.sun.xml.wss.impl.SecurityTokenException
Packages that use SecurityTokenException
-
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 -
Uses of SecurityTokenException in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that throw SecurityTokenExceptionModifier and TypeMethodDescriptionjavax.xml.soap.SOAPElementBinarySecurityToken.getAsSoapElement()javax.xml.soap.SOAPElementUsernameToken.getAsSoapElement()UsernameToken.getNonce()byte[]BinarySecurityToken.getRawValue()returns the decoded value of the text node.voidUsernameToken.setDigestOn()Constructors in com.sun.xml.wss.core that throw SecurityTokenExceptionModifierConstructorDescriptionUsernameToken(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)