public static interface SystemAuthenticationControl.SystemAuthenticationConfiguration
Modifier and Type | Method and Description |
---|---|
SystemAuthenticationControl.AnonymousConnectionAction |
getAnonymousAction()
Returns the action to take for anonymous connection attempts.
|
Collection<SystemAuthenticationControl.SystemPrincipal> |
getPrincipals()
Returns the system principals stored on the server.
|
Set<String> |
getRolesForAnonymousSessions()
Returns the roles the system authentication handler will assign to
anonymous sessions.
|
Map<String,SystemAuthenticationControl.SessionPropertyValidation> |
getTrustedClientProposedProperties()
Returns the map of trusted client proposed properties, where the key
is the permitted property name and the value defines the validation
applied to the property.
|
Collection<SystemAuthenticationControl.SystemPrincipal> getPrincipals()
SystemAuthenticationControl.AnonymousConnectionAction getAnonymousAction()
Set<String> getRolesForAnonymousSessions()
allowed
.getAnonymousAction()
Map<String,SystemAuthenticationControl.SessionPropertyValidation> getTrustedClientProposedProperties()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.