org.jboss.seam.security.management
public static class IdentityStore.FeatureSet extends Object
Constructor and Description |
---|
IdentityStore.FeatureSet() |
IdentityStore.FeatureSet(Set<IdentityStore.Feature> features) |
Modifier and Type | Method and Description |
---|---|
void |
addFeature(IdentityStore.Feature feature) |
void |
enableAll() |
Set<IdentityStore.Feature> |
getFeatures() |
void |
removeFeature(IdentityStore.Feature feature) |
boolean |
supports(IdentityStore.Feature feature) |
public IdentityStore.FeatureSet()
public IdentityStore.FeatureSet(Set<IdentityStore.Feature> features)
public Set<IdentityStore.Feature> getFeatures()
public boolean supports(IdentityStore.Feature feature)
public void addFeature(IdentityStore.Feature feature)
public void removeFeature(IdentityStore.Feature feature)
public void enableAll()
Copyright © 2015 Seam Framework. All Rights Reserved.