Uses of Class
org.apache.wss4j.policy.model.X509Token.TokenType

Packages that use X509Token.TokenType
org.apache.wss4j.policy.model   
 

Uses of X509Token.TokenType in org.apache.wss4j.policy.model
 

Methods in org.apache.wss4j.policy.model that return X509Token.TokenType
 X509Token.TokenType X509Token.getTokenType()
           
static X509Token.TokenType X509Token.TokenType.lookUp(String name)
           
static X509Token.TokenType X509Token.TokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static X509Token.TokenType[] X509Token.TokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wss4j.policy.model with parameters of type X509Token.TokenType
protected  void X509Token.setTokenType(X509Token.TokenType tokenType)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.