public static final class AuthenticationManagement.Builder
extends java.lang.Object
AuthenticationManagement
.Constructor and Description |
---|
Builder(java.util.List<Privileges> privilegesList,
java.util.List<GlobalPermission> globalPermissionList,
java.util.List<Roles> roleList)
Constructor with parameters for the required properties of
AuthenticationManagement . |
Modifier and Type | Method and Description |
---|---|
AuthenticationManagement |
build() |
AuthenticationManagement.Builder |
setLockoutPolicy(LockoutPolicy lockoutPolicy)
Lockout Policy.
|
AuthenticationManagement.Builder |
setPasswordPolicy(PasswordPolicy passwordPolicy)
Password Policy.
|
AuthenticationManagement.Builder |
setTokenPolicy(TokenPolicy tokenPolicy)
Token Policy.
|
public Builder(java.util.List<Privileges> privilegesList, java.util.List<GlobalPermission> globalPermissionList, java.util.List<Roles> roleList)
AuthenticationManagement
.public AuthenticationManagement.Builder setPasswordPolicy(PasswordPolicy passwordPolicy)
passwordPolicy
- New value for the property.public AuthenticationManagement.Builder setTokenPolicy(TokenPolicy tokenPolicy)
tokenPolicy
- New value for the property.public AuthenticationManagement.Builder setLockoutPolicy(LockoutPolicy lockoutPolicy)
lockoutPolicy
- New value for the property.public AuthenticationManagement build()