Uses of Interface
io.inverno.mod.security.authentication.user.UserAuthentication
Packages that use UserAuthentication
Package
Description
Inverno security user provisioning API.
Inverno security identity API.
Inverno security user provisioning API implementation.
-
Uses of UserAuthentication in io.inverno.mod.security.authentication.user
Methods in io.inverno.mod.security.authentication.user that return UserAuthenticationModifier and TypeMethodDescriptionprotected UserAuthentication<B> UserAuthenticator.createAuthenticated(C resolvedCredentials) protected UserAuthentication<B> UserAuthenticator.createDenied(A credentials, AuthenticationException cause) static <A extends Identity>
UserAuthentication<A> Creates a user authentication from the specified user.static <A extends Identity>
UserAuthentication<A> Creates a user authentication with the specified name, identity and groups.static <A extends Identity>
UserAuthentication<A> UserAuthentication.of(String username, A identity, Collection<String> groups) Creates a user authentication with the specified name, identity and groups.static <A extends Identity>
UserAuthentication<A> UserAuthentication.of(String username, SecurityException cause) Returns a new denied user authentication for the specified username and cause.static <A extends Identity>
UserAuthentication<A> Creates a user authentication with the specified name and groups.static <A extends Identity>
UserAuthentication<A> UserAuthentication.of(String username, Collection<String> groups) Creates a user authentication with the specified name and groups. -
Uses of UserAuthentication in io.inverno.mod.security.identity
Classes in io.inverno.mod.security.identity with type parameters of type UserAuthenticationModifier and TypeClassDescriptionclassUserIdentityResolver<A extends UserAuthentication<B>,B extends Identity> Resolves an identity from aUserAuthentication. -
Uses of UserAuthentication in io.inverno.mod.security.internal.authentication.user
Classes in io.inverno.mod.security.internal.authentication.user that implement UserAuthenticationModifier and TypeClassDescriptionclassGenericUserAuthentication<A extends Identity>GenericUserAuthenticationimplementation.