Uses of Class
com.sun.identity.entitlement.xacml3.core.Condition
-
Packages that use Condition Package Description com.sun.identity.entitlement.xacml3 com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of Condition in com.sun.identity.entitlement.xacml3
Methods in com.sun.identity.entitlement.xacml3 that return Condition Modifier and Type Method Description static ConditionXACMLPrivilegeUtils. eSubjectConditionToXCondition(EntitlementSubject es, EntitlementCondition ec) -
Uses of Condition in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core declared as Condition Modifier and Type Field Description protected ConditionRule. conditionMethods in com.sun.identity.entitlement.xacml3.core that return Condition Modifier and Type Method Description ConditionObjectFactory. createCondition()Create an instance ofConditionConditionRule. getCondition()Gets the value of the condition property.Methods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type Condition Modifier and Type Method Description JAXBElement<Condition>ObjectFactory. createCondition(Condition value)Methods in com.sun.identity.entitlement.xacml3.core with parameters of type Condition Modifier and Type Method Description JAXBElement<Condition>ObjectFactory. createCondition(Condition value)voidRule. setCondition(Condition value)Sets the value of the condition property.
-