Uses of Class
com.sun.xml.wss.impl.SecurityTokenException

Packages that use SecurityTokenException
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
 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
 SOAPElement BinarySecurityToken.getAsSoapElement()
           
 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
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)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.