Interface SecurityZoneManager
public interface SecurityZoneManager
-
Method Summary
Modifier and TypeMethodDescriptiongetZones()
Provides the names of the defined zones.getZonesFor
(IdentityTraits traits) Retrieves the zones that match the provided identity traits.Returns the security zones applicable to the current thread context.
-
Method Details
-
getZones
Provides the names of the defined zones. -
getZonesFor
Retrieves the zones that match the provided identity traits. If no zones are matched, an empty list is returned. -
getZonesForCurrentContext
Returns the security zones applicable to the current thread context. Not null.
-