Uses of Class
org.apache.wss4j.stax.securityEvent.HttpsTokenSecurityEvent.AuthenticationType
-
Packages that use HttpsTokenSecurityEvent.AuthenticationType Package Description org.apache.wss4j.stax.securityEvent -
-
Uses of HttpsTokenSecurityEvent.AuthenticationType in org.apache.wss4j.stax.securityEvent
Methods in org.apache.wss4j.stax.securityEvent that return HttpsTokenSecurityEvent.AuthenticationType Modifier and Type Method Description HttpsTokenSecurityEvent.AuthenticationTypeHttpsTokenSecurityEvent. getAuthenticationType()static HttpsTokenSecurityEvent.AuthenticationTypeHttpsTokenSecurityEvent.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpsTokenSecurityEvent.AuthenticationType[]HttpsTokenSecurityEvent.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.stax.securityEvent with parameters of type HttpsTokenSecurityEvent.AuthenticationType Modifier and Type Method Description voidHttpsTokenSecurityEvent. setAuthenticationType(HttpsTokenSecurityEvent.AuthenticationType authenticationType)
-