Uses of Class
com.rsa.swsj.profiles.wss.Token

Packages that use Token
com.rsa.swsj.profiles.wss This package contains classes that implement WSS SOAP Message Security specification. 
 

Uses of Token in com.rsa.swsj.profiles.wss
 

Subclasses of Token in com.rsa.swsj.profiles.wss

 class

UsernameToken

The UsernameToken provides a way for a SOAP message security header to include a username and password.

 class

X509Token

X509Token provides a container for X.509 certificates.

 

Methods in com.rsa.swsj.profiles.wss that return Token

 Token

WSSParameters.getToken()

Returns the Token object.

 Token[]

WSSDocument.getTokens()

Returns all tokens in this document.

 

Methods in com.rsa.swsj.profiles.wss with parameters of type Token

 void

WSSParameters.setToken(Token token)

Sets the Token object that can carry Key information, such as user id or X509Certificate.

 void

WSSDocument.addToken(Token token)

Adds a WS-Security token.

 void

WSSDocument.setTokens(Token[] tokens)

Adds an array of tokens to the document.

 void

WSSDocument.removeToken(Token token)

Removes a WS-Security token.