|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.lang.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 |
UsernameToken.getAsSoapElement()
|
SOAPElement |
BinarySecurityToken.getAsSoapElement()
|
java.lang.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(org.w3c.dom.Document document,
java.lang.String username)
|
|
UsernameToken(org.w3c.dom.Document document,
java.lang.String username,
java.lang.String password)
|
|
UsernameToken(org.w3c.dom.Document document,
java.lang.String username,
java.lang.String password,
boolean digestPassword)
|
|
UsernameToken(org.w3c.dom.Document document,
java.lang.String username,
java.lang.String password,
boolean setNonce,
boolean digestPassword)
C'tor that creates the optional element nonce, created is not set. |
|
UsernameToken(org.w3c.dom.Document document,
java.lang.String username,
java.lang.String password,
boolean setNonce,
boolean setCreatedTimestamp,
boolean digestPassword)
C'tor that creates the optional elements of nonce and created. |
|
X509SecurityToken(org.w3c.dom.Document document,
java.security.cert.X509Certificate cert)
|
|
X509SecurityToken(org.w3c.dom.Document document,
java.security.cert.X509Certificate cert,
java.lang.String valueType)
|
|
X509SecurityToken(org.w3c.dom.Document document,
java.security.cert.X509Certificate cert,
java.lang.String wsuId,
java.lang.String valueType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||