Uses of Class
eu.rarogsoftware.rarog.platform.api.user.management.StandardUserBuilder
Packages that use StandardUserBuilder
-
Uses of StandardUserBuilder in eu.rarogsoftware.rarog.platform.api.user.management
Methods in eu.rarogsoftware.rarog.platform.api.user.management that return StandardUserBuilderModifier and TypeMethodDescriptionStandardUserBuilder.accountNonExpired(boolean accountNonExpired) StandardUserBuilder.accountNonLocked(boolean accountNonLocked) StandardUserBuilder.addAuthorities(Set<org.springframework.security.core.GrantedAuthority> authorities) StandardUserBuilder.addAuthorities(org.springframework.security.core.GrantedAuthority... authorities) StandardUserBuilder.addAuthority(org.springframework.security.core.GrantedAuthority grantedAuthority) StandardUserBuilder.authorities(Set<org.springframework.security.core.GrantedAuthority> authorities) static StandardUserBuilderStandardUser.builder()StandardUser.builderFromCurrent()StandardUserBuilder.credentialsNonExpired(boolean credentialsNonExpired) StandardUserBuilder.enabled(boolean enabled) StandardUserBuilder.mfaEnabled(Boolean mfaEnabled)