public static interface SecurityControl.SecurityConfiguration
Modifier and Type | Method and Description |
---|---|
List<SecurityControl.Role> |
getRoles()
Returns a list of the roles defined including their permissions
assignments and included roles.
|
Set<String> |
getRolesForAnonymousSessions()
Returns the default set of roles to be assigned to anonymous
sessions.
|
Set<String> |
getRolesForNamedSessions()
Returns the default set of roles to be assigned to named sessions.
|
Set<String> getRolesForAnonymousSessions()
Set<String> getRolesForNamedSessions()
List<SecurityControl.Role> getRoles()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.