Interface SecurityControl.SecurityConfiguration
- Enclosing interface:
- SecurityControl
public static interface SecurityControl.SecurityConfiguration
Snapshot of information from the security store.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set of isolated paths.getRoles()
Returns a list of the roles defined including their permissions assignments and included roles.Returns the default set of roles to be assigned to anonymous sessions.Returns the default set of roles to be assigned to named sessions.
-
Method Details
-
getRolesForAnonymousSessions
Returns the default set of roles to be assigned to anonymous sessions.- Returns:
- set of roles. This may be empty.
-
getRolesForNamedSessions
Returns the default set of roles to be assigned to named sessions.- Returns:
- set of roles. This may be empty.
-
getRoles
List<SecurityControl.Role> getRoles()Returns a list of the roles defined including their permissions assignments and included roles.- Returns:
- list of roles
-
getIsolatedPaths
Returns the set of isolated paths.- Since:
- 6.5
- See Also:
-