public interface SecurityZoneManager
  • Method Details

    • getZones

      List<String> getZones()
      Provides the names of the defined zones.
    • getZonesFor

      List<String> getZonesFor(IdentityTraits traits)
      Retrieves the zones that match the provided identity traits. If no zones are matched, an empty list is returned.
    • getZonesForCurrentContext

      List<String> getZonesForCurrentContext()
      Returns the security zones applicable to the current thread context. Not null.