Uses of Class
org.apache.cxf.ws.security.policy.model.Token

Packages that use Token
org.apache.cxf.ws.security.policy.model   
 

Uses of Token in org.apache.cxf.ws.security.policy.model
 

Subclasses of Token in org.apache.cxf.ws.security.policy.model
 class HttpsToken
           
 class IssuedToken
          Model bean for the IssuedToken assertion.
 class SecureConversationToken
          Model class of SecureConversationToken assertion
 class SecurityContextToken
          Model class of SecurityContextToken assertion
 class UsernameToken
           
 class X509Token
           
 

Methods in org.apache.cxf.ws.security.policy.model that return Token
 Token EncryptionToken.getEncryptionToken()
           
 Token InitiatorToken.getInitiatorToken()
           
 Token ProtectionToken.getProtectionToken()
           
 Token RecipientToken.getReceipientToken()
           
 Token SignatureToken.getSignatureToken()
           
 Token TransportToken.getTransportToken()
           
 

Methods in org.apache.cxf.ws.security.policy.model that return types with arguments of type Token
 java.util.List<Token> SupportingToken.getTokens()
           
 

Methods in org.apache.cxf.ws.security.policy.model with parameters of type Token
 void SupportingToken.addToken(Token token)
           
 void EncryptionToken.setEncryptionToken(Token encryptionToken)
           
 void InitiatorToken.setInitiatorToken(Token initiatorToken)
           
 void ProtectionToken.setProtectionToken(Token protectionToken)
           
 void RecipientToken.setReceipientToken(Token receipientToken)
           
 void SignatureToken.setSignatureToken(Token signatureToken)
           
 void InitiatorToken.setToken(Token tok)
           
 void TokenWrapper.setToken(Token tok)
           
 void RecipientToken.setToken(Token tok)
           
 void SupportingToken.setToken(Token tok)
           
 void TransportToken.setToken(Token tok)
           
 void ProtectionToken.setToken(Token tok)
           
 void SignatureToken.setToken(Token tok)
           
 void EncryptionToken.setToken(Token tok)
           
 



Apache CXF