Uses of Class
de.narimo.commons.ws.http.auth.AuthenticationType
-
Packages that use AuthenticationType Package Description de.narimo.commons.ws.http.auth -
-
Uses of AuthenticationType in de.narimo.commons.ws.http.auth
Methods in de.narimo.commons.ws.http.auth that return AuthenticationType Modifier and Type Method Description AuthenticationTypeHTTPAuthorizationFactory. getAuthenticationType()AuthenticationTypeHTTPAuthorizationFactoryInterface. getAuthenticationType()static AuthenticationTypeAuthenticationType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.narimo.commons.ws.http.auth with parameters of type AuthenticationType Modifier and Type Method Description voidHTTPAuthorizationFactory. setAuthenticationType(AuthenticationType authenticationType)voidHTTPAuthorizationFactoryInterface. setAuthenticationType(AuthenticationType authenticationType)
-