Uses of Interface
io.inverno.mod.security.authentication.PrincipalCredentials
Packages that use PrincipalCredentials
Package
Description
Inverno security authentication API.
Inverno security user provisioning API.
Inverno security authentication API implementation.
-
Uses of PrincipalCredentials in io.inverno.mod.security.authentication
Classes in io.inverno.mod.security.authentication with type parameters of type PrincipalCredentialsModifier and TypeClassDescriptionclassAbstractPrincipalAuthenticator<A extends PrincipalCredentials,B extends Credentials, C extends PrincipalAuthentication> Base principal authenticator implementation used to authenticatePrincipalCredentials.classPrincipalAuthenticator<A extends PrincipalCredentials,B extends PrincipalCredentials> An authenticator used to authenticate principal credentials.classPrincipalAuthenticator<A extends PrincipalCredentials,B extends PrincipalCredentials> An authenticator used to authenticate principal credentials.Subinterfaces of PrincipalCredentials in io.inverno.mod.security.authenticationModifier and TypeInterfaceDescriptioninterfaceLogin credentials composed of a username and a password.Methods in io.inverno.mod.security.authentication with parameters of type PrincipalCredentialsModifier and TypeMethodDescriptionstatic PrincipalAuthenticationPrincipalAuthentication.of(PrincipalCredentials credentials) Returns a new principal authentication from the specified credentials. -
Uses of PrincipalCredentials in io.inverno.mod.security.authentication.user
Classes in io.inverno.mod.security.authentication.user with type parameters of type PrincipalCredentialsModifier and TypeClassDescriptionclassUserAuthenticator<A extends PrincipalCredentials,B extends Identity, C extends User<B>> An authenticator used to authenticate users withPrincipalCredentials.Classes in io.inverno.mod.security.authentication.user that implement PrincipalCredentials -
Uses of PrincipalCredentials in io.inverno.mod.security.internal.authentication
Classes in io.inverno.mod.security.internal.authentication that implement PrincipalCredentials