Uses of Class
io.inverno.mod.security.authentication.user.User.Builder
Packages that use User.Builder
Package
Description
Inverno security user provisioning API.
-
Uses of User.Builder in io.inverno.mod.security.authentication.user
Methods in io.inverno.mod.security.authentication.user that return User.BuilderModifier and TypeMethodDescriptionSpecifies the user groups.User.Builder.groups(Collection<String> groups) Specifies the user groups.<B extends Identity>
User.Builder<B> User.Builder.identity(B identity) Specifies the identity of the user.User.Builder.locked(boolean locked) Specifies whether to create a locked user.static <A extends Identity>
User.Builder<A> Returns a user builder with the specified username.Specifies the user password.