public static interface SystemAuthenticationControl.SystemPrincipal
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAssignedRoles()
Returns the roles that the system authentication handler will assign
to the principal.
|
Optional<String> |
getLockingPrincipal()
Returns the name of the principal this principal is locked by.
|
String |
getName()
Returns the system principal name.
|
String getName()
Set<String> getAssignedRoles()
Optional<String> getLockingPrincipal()
Optional if the this principal is not lockedSystemAuthenticationControl.ScriptBuilder.addPrincipal(String, String, Set, String)Copyright © 2023 DiffusionData Limited. All rights reserved.