Interface SecurityZoneManager
- 
public interface SecurityZoneManager 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getZones()Provides the names of the defined zones.java.util.List<java.lang.String>getZonesFor(IdentityTraits traits)Retrieves the zones that match the provided identity traits.java.util.List<java.lang.String>getZonesForCurrentContext()Returns the security zones applicable to the current thread context. 
 - 
 
- 
- 
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. 
 - 
 
 -