org.jboss.seam.security.management
Class IdentityStore.FeatureSet

java.lang.Object
  extended by org.jboss.seam.security.management.IdentityStore.FeatureSet
Enclosing interface:
IdentityStore

public static class IdentityStore.FeatureSet
extends Object

Represents a set of optional features that an IdentityStore implementation might support.


Constructor Summary
IdentityStore.FeatureSet()
           
IdentityStore.FeatureSet(Set<IdentityStore.Feature> features)
           
 
Method Summary
 void addFeature(IdentityStore.Feature feature)
           
 void enableAll()
           
 Set<IdentityStore.Feature> getFeatures()
           
 void removeFeature(IdentityStore.Feature feature)
           
 boolean supports(IdentityStore.Feature feature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityStore.FeatureSet

public IdentityStore.FeatureSet()

IdentityStore.FeatureSet

public IdentityStore.FeatureSet(Set<IdentityStore.Feature> features)
Method Detail

getFeatures

public Set<IdentityStore.Feature> getFeatures()

supports

public boolean supports(IdentityStore.Feature feature)

addFeature

public void addFeature(IdentityStore.Feature feature)

removeFeature

public void removeFeature(IdentityStore.Feature feature)

enableAll

public void enableAll()