Uses of Class
org.apache.wss4j.policy.model.X509Token.TokenType
-
Packages that use X509Token.TokenType Package Description 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 Modifier and Type Method Description X509Token.TokenTypeX509Token. getTokenType()static X509Token.TokenTypeX509Token.TokenType. lookUp(String name)static X509Token.TokenTypeX509Token.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 Modifier and Type Method Description protected voidX509Token. setTokenType(X509Token.TokenType tokenType)
-