Package | Description |
---|---|
com.sun.identity.entitlement.opensso | |
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.plugins | |
org.forgerock.openam.network.ipv4 | |
org.forgerock.openam.network.ipv6 |
Modifier and Type | Method and Description |
---|---|
Condition |
PolicyCondition.getPolicyCondition()
Constructs a legacy policy
Condition object based on the information contained in this adapter. |
Modifier and Type | Method and Description |
---|---|
Condition |
ConditionTypeManager.getCondition(String conditionType)
Deprecated.
Returns an instance of the
Condition
given the condition type name. |
Condition |
Conditions.getCondition(String conditionName)
Returns the
Condition object associated
with the given condition name. |
Condition |
Policy.getCondition(String condition)
Deprecated.
Gets the condition object identified by name.
|
Condition |
Conditions.removeCondition(Condition condition)
Removes the
Condition object identified by
object's equals method. |
Condition |
Conditions.removeCondition(String conditionName)
Removes the
Condition object identified by
the condition name. |
Condition |
Policy.removeCondition(String condition)
Deprecated.
Removes the condition with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Conditions.addCondition(Condition condition)
Adds a
Condition object to the this instance
of condition collection. |
void |
Conditions.addCondition(String conditionName,
Condition condition)
Adds a
Condition object to the this instance
of conditions collection. |
void |
Policy.addCondition(String name,
Condition condition)
Deprecated.
Adds a new policy condition.
|
String |
Conditions.getConditionName(Condition condition)
Returns the name associated with the given condition object.
|
String |
ConditionTypeManager.getConditionTypeName(Condition condition)
Deprecated.
Returns the type of the
Condition implementation. |
String |
ConditionTypeManager.getViewBeanURL(Condition condition)
Deprecated.
Gets the view bean URL given the Condition
|
Condition |
Conditions.removeCondition(Condition condition)
Removes the
Condition object identified by
object's equals method. |
void |
Policy.removeCondition(Condition condition)
Deprecated.
Removes the
Condition object identified by
object's equals method. |
void |
Conditions.replaceCondition(String conditionName,
Condition condition)
Replaces an existing condition object having the same name
with the new one.
|
void |
Policy.replaceCondition(String name,
Condition condition)
Deprecated.
Replaces an existing condition with the same name by the
current one.
|
Modifier and Type | Class and Description |
---|---|
class |
AMIdentityMembershipCondition
Deprecated.
Use
AMIdentityMembershipCondition
instead. |
class |
AuthenticatedSharedAgentsCondition
The class
AuthenticatedSharedAgentsCondition checks
if the authenticated shared agent has the agent name it is trying to read. |
class |
AuthenticateToRealmCondition
Deprecated.
Use
AuthenticateToRealmCondition instead. |
class |
AuthenticateToServiceCondition
Deprecated.
See
AuthenticateToServiceCondition
instead. |
class |
AuthLevelCondition
Deprecated.
Use
AuthLevelCondition instead. |
class |
AuthRoleCondition
Deprecated.
Not used internally and not exposed externally so being deprecated and not migrated to entitlements
framework.
|
class |
AuthSchemeCondition
Deprecated.
Use
AuthSchemeCondition instead. |
class |
IPCondition
Deprecated.
Use
IPv4Condition
or IPv6Condition instead. |
class |
LDAPFilterCondition
Deprecated.
Use
LDAPFilterCondition instead. |
class |
LEAuthLevelCondition
Deprecated.
Use
LEAuthLevelCondition instead. |
class |
PrivilegeCondition
A generic condition mapper that maps entitlement conditions to OpenAM
conditions.
|
class |
ResourceEnvIPCondition
Deprecated.
Use
instead . |
class |
SessionCondition
Deprecated.
Use
SessionCondition instead. |
class |
SessionPropertyCondition
Deprecated.
Use
SessionPropertyCondition instead. |
class |
SimpleTimeCondition
Deprecated.
Use
SimpleTimeCondition instead. |
class |
UserSelfCheckCondition
The class
UserSelfCheckCondition checks
if User is accessing his object in the datastore. |
Modifier and Type | Class and Description |
---|---|
class |
IPv4Condition
Deprecated.
Use org.forgerock.openam.entitlement.conditions.environment.IPv4Condition instead.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv6Condition
Deprecated.
Use org.forgerock.openam.entitlement.conditions.environment.IPv6Condition instead.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.