Uses of Class
com.inteliqua.rest.authentication.AuthenticationType
-
Packages that use AuthenticationType Package Description com.inteliqua.rest.authentication -
-
Uses of AuthenticationType in com.inteliqua.rest.authentication
Methods in com.inteliqua.rest.authentication that return AuthenticationType Modifier and Type Method Description AuthenticationTypeBasicAuthenticationProvider. getAuthenticationType()Deprecated.AuthenticationTypeEliquaAuthenticationProvider. getAuthenticationType()Retrieves the type of authentication used by this provider.AuthenticationTypeJWTAuthenticationProvider. getAuthenticationType()Returns the authentication type, which is JWT in this case.static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-