Uses of Interface
com.sun.identity.policy.interfaces.Condition
-
Packages that use Condition 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 -
-
Uses of Condition in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso that return Condition Modifier and Type Method Description ConditionPolicyCondition. getPolicyCondition()Constructs a legacy policyConditionobject based on the information contained in this adapter. -
Uses of Condition in com.sun.identity.policy
Methods in com.sun.identity.policy that return Condition Modifier and Type Method Description ConditionConditions. getCondition(String conditionName)Returns theConditionobject associated with the given condition name.ConditionConditionTypeManager. getCondition(String conditionType)Deprecated.Returns an instance of theConditiongiven the condition type name.ConditionPolicy. getCondition(String condition)Deprecated.Gets the condition object identified by name.ConditionConditions. removeCondition(Condition condition)Removes theConditionobject identified by object'sequalsmethod.ConditionConditions. removeCondition(String conditionName)Removes theConditionobject identified by the condition name.ConditionPolicy. removeCondition(String condition)Deprecated.Removes the condition with the given name.Methods in com.sun.identity.policy with parameters of type Condition Modifier and Type Method Description voidConditions. addCondition(Condition condition)Adds aConditionobject to the this instance of condition collection.voidConditions. addCondition(String conditionName, Condition condition)Adds aConditionobject to the this instance of conditions collection.voidPolicy. addCondition(String name, Condition condition)Deprecated.Adds a new policy condition.StringConditions. getConditionName(Condition condition)Returns the name associated with the given condition object.StringConditionTypeManager. getConditionTypeName(Condition condition)Deprecated.Returns the type of theConditionimplementation.StringConditionTypeManager. getViewBeanURL(Condition condition)Deprecated.Gets the view bean URL given the ConditionConditionConditions. removeCondition(Condition condition)Removes theConditionobject identified by object'sequalsmethod.voidPolicy. removeCondition(Condition condition)Deprecated.Removes theConditionobject identified by object'sequalsmethod.voidConditions. replaceCondition(String conditionName, Condition condition)Replaces an existing condition object having the same name with the new one.voidPolicy. replaceCondition(String name, Condition condition)Deprecated.Replaces an existing condition with the same name by the current one. -
Uses of Condition in com.sun.identity.policy.plugins
Classes in com.sun.identity.policy.plugins that implement Condition Modifier and Type Class Description classAMIdentityMembershipConditionDeprecated.UseAMIdentityMembershipConditioninstead.classAuthenticatedSharedAgentsConditionThe classAuthenticatedSharedAgentsConditionchecks if the authenticated shared agent has the agent name it is trying to read.classAuthenticateToRealmConditionDeprecated.UseAuthenticateToRealmConditioninstead.classAuthenticateToServiceConditionDeprecated.SeeAuthenticateToServiceConditioninstead.classAuthLevelConditionDeprecated.UseAuthLevelConditioninstead.classAuthRoleConditionDeprecated.Not used internally and not exposed externally so being deprecated and not migrated to entitlements framework.classAuthSchemeConditionDeprecated.UseAuthSchemeConditioninstead.classIPConditionDeprecated.UseIPv4ConditionorIPv6Conditioninstead.classLDAPFilterConditionDeprecated.UseLDAPFilterConditioninstead.classLEAuthLevelConditionDeprecated.UseLEAuthLevelConditioninstead.classPrivilegeConditionA generic condition mapper that maps entitlement conditions to OpenAM conditions.classResourceEnvIPConditionDeprecated.Useinstead.classSessionConditionDeprecated.UseSessionConditioninstead.classSessionPropertyConditionDeprecated.UseSessionPropertyConditioninstead.classSimpleTimeConditionDeprecated.UseSimpleTimeConditioninstead.classUserSelfCheckConditionThe classUserSelfCheckConditionchecks if User is accessing his object in the datastore. -
Uses of Condition in org.forgerock.openam.network.ipv4
Classes in org.forgerock.openam.network.ipv4 that implement Condition Modifier and Type Class Description classIPv4ConditionDeprecated.Use org.forgerock.openam.entitlement.conditions.environment.IPv4Condition instead. -
Uses of Condition in org.forgerock.openam.network.ipv6
Classes in org.forgerock.openam.network.ipv6 that implement Condition Modifier and Type Class Description classIPv6ConditionDeprecated.Use org.forgerock.openam.entitlement.conditions.environment.IPv6Condition instead.
-