Uses of Class
alpine.auth.IdentityProvider
-
Packages that use IdentityProvider Package Description alpine.auth This package contains authentication and authorization related classes. -
-
Uses of IdentityProvider in alpine.auth
Methods in alpine.auth that return IdentityProvider Modifier and Type Method Description static IdentityProviderIdentityProvider. forName(String name)Returns an IdentityProvider that matches a given name.IdentityProviderJsonWebToken. getIdentityProvider()Returns the identity provider of the token.static IdentityProviderIdentityProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityProvider[]IdentityProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alpine.auth with parameters of type IdentityProvider Modifier and Type Method Description StringJsonWebToken. createToken(Principal principal, List<Permission> permissions, IdentityProvider identityProvider)Creates a new JWT for the specified principal.
-