Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.opensso | |
org.forgerock.openam.entitlement.conditions.environment |
Modifier and Type | Class and Description |
---|---|
class |
AndCondition
EntitlementCondition wrapper on a set of
EntitlementCondition (s) to provide
boolean OR logic Membership is of AndCondition is satisfied
if the user is a member of any of the wrapped
EntitlementCondition . |
class |
AttributeLookupCondition
This condition evaluates if a given attribute from subject matches with
the one in resource.
|
class |
LogicalCondition |
class |
NotCondition
This class wrapped on an Entitlement Condition object to provide boolean
NOT.
|
class |
NumericAttributeCondition
Condition for evaluating attribute value of numeric type.
|
class |
OrCondition
EntitlementCondition wrapper on a set of
EntitlementCondition s to provide boolean OR logic. |
class |
StringAttributeCondition
Condition for evaluating attribute value of string type.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyCondition
This condition wraps all OpenAM policy conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
AMIdentityMembershipCondition
An implementation of an
EntitlementCondition that will check whether the
principal has the specified memberships. |
class |
AuthenticateToRealmCondition
An implementation of an
EntitlementCondition that will check whether the
principal has authenticated to the specified realm. |
class |
AuthenticateToServiceCondition
An implementation of an
EntitlementCondition that will check whether the
principal has authenticated to the specified service. |
class |
AuthLevelCondition
An implementation of an
EntitlementCondition that will check whether the
requested auth level is greater than or equal to the auth level set in the condition. |
class |
AuthSchemeCondition
An implementation of an
EntitlementCondition that will check whether the
auth scheme. |
class |
IPv4Condition
An
EntitlementCondition that can be used to enable/disable an authorization policy
based on the IP address and DNS name of the originating client requesting access to a resource. |
class |
IPv6Condition
An
EntitlementCondition that can be used to enable/disable an authorization policy
based on the IP address and DNS name of the originating client requesting access to a resource. |
class |
LDAPFilterCondition |
class |
LEAuthLevelCondition
An implementation of an
EntitlementCondition that will check whether the
requested auth level is less than or equal to the auth level set in the condition. |
class |
OAuth2ScopeCondition
An implementation of an
EntitlementCondition that will check whether the
request OAuth2 scopes are sufficient to gain access. |
class |
ResourceEnvIPCondition
This condition provides the policy framework with the condition decision and advices based on the client's
environment or resource such as IP address, DNS host name, location, etc.
|
class |
ScriptCondition
Scripted condition to enable scripts to be evaluated during policy evaluation.
|
class |
SessionCondition
An implementation of an
EntitlementCondition that defines the maximum user
session time during which a policy applies. |
class |
SessionPropertyCondition
An implementation of an
EntitlementCondition that will check whether the
properties of a session match the configured values. |
class |
SimpleTimeCondition |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.