Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- ContextAttributeMapping - Interface in org.codice.ddf.security.policy.context.attributes
-
Mapping between an attribute name and the String permission value for that attribute.
- ContextPolicy - Interface in org.codice.ddf.security.policy.context
-
Represents the policy for a given web context.
- ContextPolicyManager - Interface in org.codice.ddf.security.policy.context
-
Manages and stores all web context policies.
G
- getAllContextPolicies() - Method in interface org.codice.ddf.security.policy.context.ContextPolicyManager
-
Returns a Collection of all
ContextPolicyobjects - getAllowedAttributeNames() - Method in interface org.codice.ddf.security.policy.context.ContextPolicy
-
Returns a
Collectionof attribute names. - getAllowedAttributePermissions() - Method in interface org.codice.ddf.security.policy.context.ContextPolicy
-
Returns a
CollectionPermissionobject built from the attribute mappings. - getAllowedAttributes() - Method in interface org.codice.ddf.security.policy.context.ContextPolicy
-
Returns a
Collectionof attributes - getAttributeName() - Method in interface org.codice.ddf.security.policy.context.attributes.ContextAttributeMapping
-
Returns the attribute name associated with this mapping.
- getAttributePermission() - Method in interface org.codice.ddf.security.policy.context.attributes.ContextAttributeMapping
-
Returns a
KeyValuePermissionobject that has been created from the parsed attribute value. - getAttributeValue() - Method in interface org.codice.ddf.security.policy.context.attributes.ContextAttributeMapping
-
Gets the attribute value for this mapping.
- getAuthenticationMethods() - Method in interface org.codice.ddf.security.policy.context.ContextPolicy
-
Returns a
Collectionof authentication methods - getContext() - Method in interface org.codice.ddf.security.policy.context.attributes.ContextAttributeMapping
-
Returns the context of the attribute
- getContextPath() - Method in interface org.codice.ddf.security.policy.context.ContextPolicy
-
Returns the context path that this policy covers.
- getContextPolicy(String) - Method in interface org.codice.ddf.security.policy.context.ContextPolicyManager
-
Returns the policy associated with the given context path.
- getGuestAccess() - Method in interface org.codice.ddf.security.policy.context.ContextPolicyManager
-
Returns true if guest should be allowed for all context paths
- getSessionAccess() - Method in interface org.codice.ddf.security.policy.context.ContextPolicyManager
-
Returns true if session information should be stored for all context paths
I
- isWhiteListed(String) - Method in interface org.codice.ddf.security.policy.context.ContextPolicyManager
-
Returns true if the policy is white listed.
N
- NO_AUTH_POLICY - Static variable in interface org.codice.ddf.security.policy.context.ContextPolicy
-
Setting that can be used in a header or attribute to signify that the policy on that current message does not require authentication.
O
- org.codice.ddf.security.policy.context - package org.codice.ddf.security.policy.context
- org.codice.ddf.security.policy.context.attributes - package org.codice.ddf.security.policy.context.attributes
S
- setContextPolicy(String, ContextPolicy) - Method in interface org.codice.ddf.security.policy.context.ContextPolicyManager
-
Sets a policy for a particular path
All Classes and Interfaces|All Packages|Constant Field Values