Interface SecurityZoneManager
public interface SecurityZoneManager
- 
Method SummaryModifier 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- 
getZonesProvides the names of the defined zones.
- 
getZonesForRetrieves the zones that match the provided identity traits. If no zones are matched, an empty list is returned.
- 
getZonesForCurrentContextReturns the security zones applicable to the current thread context. Not null.
 
-