Uses of Class
org.apache.wss4j.policy.model.HttpsToken.AuthenticationType
-
Packages that use HttpsToken.AuthenticationType Package Description org.apache.wss4j.policy.model -
-
Uses of HttpsToken.AuthenticationType in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return HttpsToken.AuthenticationType Modifier and Type Method Description HttpsToken.AuthenticationTypeHttpsToken. getAuthenticationType()static HttpsToken.AuthenticationTypeHttpsToken.AuthenticationType. lookUp(String name)static HttpsToken.AuthenticationTypeHttpsToken.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpsToken.AuthenticationType[]HttpsToken.AuthenticationType. 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 HttpsToken.AuthenticationType Modifier and Type Method Description protected voidHttpsToken. setAuthenticationType(HttpsToken.AuthenticationType authenticationType)
-