Package | Description |
---|---|
org.jboss.seam.security.management |
Seam Identity Management
|
Modifier and Type | Method and Description |
---|---|
static IdentityStore.Feature |
IdentityStore.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStore.Feature[] |
IdentityStore.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<IdentityStore.Feature> |
IdentityStore.FeatureSet.getFeatures() |
Set<IdentityStore.Feature> |
JpaIdentityStore.getFeatures() |
Set<IdentityStore.Feature> |
LdapIdentityStore.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityStore.FeatureSet.addFeature(IdentityStore.Feature feature) |
void |
IdentityStore.FeatureSet.removeFeature(IdentityStore.Feature feature) |
boolean |
IdentityStore.FeatureSet.supports(IdentityStore.Feature feature) |
boolean |
IdentityStore.supportsFeature(IdentityStore.Feature feature)
Returns true if the IdentityStore implementation supports the specified feature.
|
boolean |
JpaIdentityStore.supportsFeature(IdentityStore.Feature feature) |
boolean |
LdapIdentityStore.supportsFeature(IdentityStore.Feature feature) |
Modifier and Type | Method and Description |
---|---|
void |
JpaIdentityStore.setFeatures(Set<IdentityStore.Feature> features) |
void |
LdapIdentityStore.setFeatures(Set<IdentityStore.Feature> features) |
Constructor and Description |
---|
IdentityStore.FeatureSet(Set<IdentityStore.Feature> features) |
Copyright © 2015 Seam Framework. All Rights Reserved.