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