Package | Description |
---|---|
com.sun.identity.policy.interfaces |
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
|
com.sun.identity.policy.plugins | |
org.forgerock.openam.network.ipv4 | |
org.forgerock.openam.network.ipv6 |
Modifier and Type | Method and Description |
---|---|
ConditionDecision |
Condition.getConditionDecision(SSOToken token,
Map<String,Set<String>> env)
Deprecated.
Gets the decision computed by this condition object, based on the
Map of environment parameters |
Modifier and Type | Method and Description |
---|---|
ConditionDecision |
SessionCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters or the user token.
|
ConditionDecision |
AuthSchemeCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
|
ConditionDecision |
AuthRoleCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object.
|
ConditionDecision |
AuthenticateToServiceCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Returns the decision computed by this condition object, based on the
map of environment parameters
|
ConditionDecision |
SessionPropertyCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object.
|
ConditionDecision |
PrivilegeCondition.getConditionDecision(SSOToken token,
Map env)
Returns condition decision.
|
ConditionDecision |
AuthenticateToRealmCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Returns the decision computed by this condition object, based on the
map of environment parameters
|
ConditionDecision |
AMIdentityMembershipCondition.getConditionDecision(SSOToken token,
Map environment)
Deprecated.
Gets the decision computed by this condition object.
|
ConditionDecision |
IPCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
|
ConditionDecision |
AuthenticatedSharedAgentsCondition.getConditionDecision(SSOToken token,
Map env)
Gets the decision computed by this condition object.
|
ConditionDecision |
SimpleTimeCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
A policy would be evaluated only
if the decision of condition is allow.
|
ConditionDecision |
UserSelfCheckCondition.getConditionDecision(SSOToken token,
Map env)
Gets the decision computed by this condition object.
|
ConditionDecision |
LDAPFilterCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Returns the decision computed by this condition object.
|
ConditionDecision |
AuthLevelCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
|
ConditionDecision |
LEAuthLevelCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
Map of environment parameters |
ConditionDecision |
ResourceEnvIPCondition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Returns the decision computed by
ResourceEnvIPCondition
object. |
Modifier and Type | Method and Description |
---|---|
ConditionDecision |
IPv4Condition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
|
Modifier and Type | Method and Description |
---|---|
ConditionDecision |
IPv6Condition.getConditionDecision(SSOToken token,
Map env)
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.