public interface ContextPolicy
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_REALM
Attribute name to identify the realm for which this policy applies.
|
static String |
NO_AUTH_POLICY
Setting that can be used in a header or attribute to signify that the policy on that current
message does not require authentication.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAllowedAttributeNames()
Returns a
Collection of attribute names. |
CollectionPermission |
getAllowedAttributePermissions()
Returns a
CollectionPermission object built from the attribute
mappings. |
Collection<ContextAttributeMapping> |
getAllowedAttributes()
Returns a
Collection of attributes |
Collection<String> |
getAuthenticationMethods()
Returns a
Collection of authentication methods |
String |
getContextPath()
Returns the context path that this policy covers.
|
String |
getRealm()
Returns the realm that this policy utilizes.
|
static final String NO_AUTH_POLICY
static final String ACTIVE_REALM
String getContextPath()
String getRealm()
Collection<String> getAuthenticationMethods()
Collection
of authentication methodsCollectionPermission getAllowedAttributePermissions()
CollectionPermission
object built from the attribute
mappings.Collection<String> getAllowedAttributeNames()
Collection
of attribute names.Collection<ContextAttributeMapping> getAllowedAttributes()
Collection
of attributesThis work is licensed under a Creative Commons Attribution 4.0 International License.