Uses of Class
org.apache.wss4j.policy.model.UsernameToken.UsernameTokenType
-
Packages that use UsernameToken.UsernameTokenType Package Description org.apache.wss4j.policy.model -
-
Uses of UsernameToken.UsernameTokenType in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return UsernameToken.UsernameTokenType Modifier and Type Method Description UsernameToken.UsernameTokenTypeUsernameToken. getUsernameTokenType()static UsernameToken.UsernameTokenTypeUsernameToken.UsernameTokenType. lookUp(String name)static UsernameToken.UsernameTokenTypeUsernameToken.UsernameTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static UsernameToken.UsernameTokenType[]UsernameToken.UsernameTokenType. 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 UsernameToken.UsernameTokenType Modifier and Type Method Description protected voidUsernameToken. setUsernameTokenType(UsernameToken.UsernameTokenType usernameTokenType)
-