Interface SecurityZoneManager


  • public interface SecurityZoneManager
    • Method Detail

      • getZones

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

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

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