Uses of Class
org.apache.wss4j.policy.model.RelToken.RelTokenType
-
Packages that use RelToken.RelTokenType Package Description org.apache.wss4j.policy.model -
-
Uses of RelToken.RelTokenType in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return RelToken.RelTokenType Modifier and Type Method Description RelToken.RelTokenTypeRelToken. getRelTokenType()static RelToken.RelTokenTypeRelToken.RelTokenType. lookUp(String name)static RelToken.RelTokenTypeRelToken.RelTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelToken.RelTokenType[]RelToken.RelTokenType. 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 RelToken.RelTokenType Modifier and Type Method Description protected voidRelToken. setRelTokenType(RelToken.RelTokenType relTokenType)
-