Interface SecurityControl.SecurityConfiguration

Enclosing interface:
SecurityControl

public static interface SecurityControl.SecurityConfiguration
Snapshot of information from the security store.
See Also:
  • Method Details

    • getRolesForAnonymousSessions

      Set<String> getRolesForAnonymousSessions()
      Returns the default set of roles to be assigned to anonymous sessions.
      Returns:
      set of roles. This may be empty.
    • getRolesForNamedSessions

      Set<String> getRolesForNamedSessions()
      Returns the default set of roles to be assigned to named sessions.
      Returns:
      set of roles. This may be empty.
    • getRoles

      Returns a list of the roles defined including their permissions assignments and included roles.
      Returns:
      list of roles
    • getIsolatedPaths

      Set<String> getIsolatedPaths()
      Returns the set of isolated paths.
      Since:
      6.5
      See Also: