Interface SecurityZoneManager
- 
 public interface SecurityZoneManager
- 
- 
Method SummaryAll 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- 
getZonesjava.util.List<java.lang.String> getZones() Provides the names of the defined zones.
 - 
getZonesForjava.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.
 - 
getZonesForCurrentContextjava.util.List<java.lang.String> getZonesForCurrentContext() Returns the security zones applicable to the current thread context. Not null.
 
- 
 
-