Uses of Interface
org.opensaml.xacml.XACMLObject
Packages that use XACMLObject
Package
Description
General XACML classes.
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
XMLObject provider implementation support for XACML.
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of XACMLObject in org.opensaml.xacml
Classes in org.opensaml.xacml with type parameters of type XACMLObjectModifier and TypeInterfaceDescriptioninterfaceXACMLObjectBuilder<XACMLObjectType extends XACMLObject>Builder of XACML objects. -
Uses of XACMLObject in org.opensaml.xacml.ctx
Subinterfaces of XACMLObject in org.opensaml.xacml.ctxModifier and TypeInterfaceDescriptioninterfaceXACML context Action schema type.interfaceXACML context Attribute schema type.interfaceXACML context AttributeValue schema type.interfaceXACML context Decision schema type.interfaceXACML context Environment schema type.interfaceXACML context MissingAttributeDetail schema type.interfaceXACML context Request schema type.interfaceXACML context ResourceContent schema type.interfaceXACML context ResourceContent schema type.interfaceXACML context Response schema type.interfaceXACML context Result schema type.interfaceXACML context StatusCode schema type.interfaceXACML context StatusDetail schema type.interfaceXACML context StatusMessage schema type.interfaceXACML context Status schema type.interfaceXACML context Subject schema type. -
Uses of XACMLObject in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement XACMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofActionType.classConcrete implementation ofAttributeType.classConcrete implementation ofAttributeValueType.classConcrete implementation ofDecisionType.classConcrete implementation ofEnvironmentType.classConcrete implementation ofMissingAttributeDetailType.classConcrete implementation ofRequestType.classConcrete implementation ofResourceContentType.classConcrete implementation ofResourceType.classConcrete implementation ofResponseType.classConcrete implementation ofResultType.classConcrete implementation ofStatusCodeType.classConcrete implementation ofStatusDetailType.classImplementation ofStatusMessageType.classConcrete implementation ofStatusType.classConcrete implementation ofSubjectType. -
Uses of XACMLObject in org.opensaml.xacml.impl
Classes in org.opensaml.xacml.impl with type parameters of type XACMLObjectModifier and TypeClassDescriptionclassAbstractXACMLObjectBuilder<XACMLObjectType extends XACMLObject>Base builder forXACMLObject.Classes in org.opensaml.xacml.impl that implement XACMLObjectModifier and TypeClassDescriptionclassAn abstract implementation of XACMLObject. -
Uses of XACMLObject in org.opensaml.xacml.policy
Subinterfaces of XACMLObject in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterfaceXACML ActionMatch schema type.interfaceXACML Actions schema type.interfaceXACML Action schema type.interfaceXACML Apply schema type.interfaceXACML AttributeAssignment schema type.interfaceXACML AttribtueDesignator schema type.interfaceXACML AttributeSelector schema type.interfaceXACML AttributeValue schema type.interfaceXACML CombinerParameters schema type.interfaceXACML CombinerParameter schema type.interfaceXACML Condition schema type.interfaceXACML Defaults schema type.interfaceXACML Description schema type.interfaceXACML EnvironmentMatch schema type.interfaceXACML Environments schema type.interfaceXACML Environment schema type.interfaceXACML Expression schema type.interfaceXACML Function schema type.interfaceXACML IdReference schema type.interfaceXACML Obligations schema type.interfaceXACML Obligation schema type.interfaceXACML PolicyCombinerParameters schema type.interfaceXACML PolicySetCombineParameters schema type.interfaceXACML PolicySet schema types.interfaceXACML Policy schema type.interfaceXACML ResourceMatch schema type.interfaceXACML Resources schema type.interfaceXACML Resource schema type.interfaceXACML RuleCombinerParameters schema type.interfaceXACML Rule schema type.interfaceXACML SubjectAttributeDesignator schema type.interfaceXACML SubjectMatch schema type.interfaceXACML Subjects schema type.interfaceXACML Subject schema type.interfaceXACML Target schema type.interfaceXACML VariableDefinition schema type.interfaceXACML VariableReference.interfaceXACML XPathVersion schema.Methods in org.opensaml.xacml.policy that return types with arguments of type XACMLObjectModifier and TypeMethodDescriptionPolicySetType.getPolicyChoiceGroup()Gets the backing object for the choice group containing thePolicySetType,PolicyType,IdReferenceType,CombinerParametersType,PolicyCombinerParametersType,PolicySetCombinerParametersType. -
Uses of XACMLObject in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement XACMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofActionMatchType.classImplementation ofActionsType.classImplementation forActionType.classImplementation ofApplyType.classImplementation forAttributeAssignmentType.classImplementation ofAttributeDesignatorType.classImplementationAttributeSelectorType.classImplementation ofAttributeValueType.classImplementation ofCombinerParametersType.classImplementation ofCombinerParameterType.classImplementation ofConditionType.classImplementation forDefaultsType.classConcrete implementation ofDescriptionType.classConcrete implementation ofEnvironmentMatchType.classImplementation ofEnvironmentsType.classImplementation forEnvironmentType.classImplementation ofFunctionType.classImplementation ofIdReferenceType.classImplementation forObligationsType.classImplementation forObligationType.classImplementation ofPolicyCombinerParametersTypeUnmarshaller.classImplementation ofPolicySetCombinerParametersType.classConcrete implementation ofPolicySetType.classConcrete implemenation ofPolicyType.classConcrete implementation ofResourceMatchType.classImplementation ofResourcesType.classImplementation ofResourceType.classImplementation forRuleCombinerParametersTypeImplBuilder.classImplementation forRuleType.classImplementation ofSubjectAttributeDesignatorType.classConcrete implementation ofSubjectMatchType.classImplementation ofSubjectsType.classImplementation ofSubjectType.classImplementingTargetType.classImplementationVariableDefinitionType.classImplementation ofVariableReferenceType.Fields in org.opensaml.xacml.policy.impl with type parameters of type XACMLObjectModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<XACMLObject>ActionMatchTypeImpl.attributeChoiceMatch's choice of attribute elements.private IndexedXMLObjectChildrenList<XACMLObject>EnvironmentMatchTypeImpl.attributeChoiceMatch's choice of attribute elements.private IndexedXMLObjectChildrenList<XACMLObject>ResourceMatchTypeImpl.attributeChoiceMatch's choice of attribute elements.private IndexedXMLObjectChildrenList<XACMLObject>SubjectMatchTypeImpl.attributeChoiceMatch's choice of attribute elements.private IndexedXMLObjectChildrenList<? extends XACMLObject>PolicySetTypeImpl.choiceGroupElements within the choice group.private IndexedXMLObjectChildrenList<? extends XACMLObject>PolicyTypeImpl.choiceGroupElements within the choice group.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type XACMLObjectModifier and TypeMethodDescriptionPolicySetTypeImpl.getPolicyChoiceGroup()Gets the backing object for the choice group containing thePolicySetType,PolicyType,IdReferenceType,CombinerParametersType,PolicyCombinerParametersType,PolicySetCombinerParametersType. -
Uses of XACMLObject in org.opensaml.xacml.profile.saml
Subinterfaces of XACMLObject in org.opensaml.xacml.profile.samlModifier and TypeInterfaceDescriptioninterface/** A SAML XACML profile ReferencedPoliciesType schema type.interfaceA SAML XACML profile XACMLAuthzDecisionQuery schema type.interfaceA SAML XACML profile XACMLAuthzDecisionStatement schema type.interfaceA SAML XACML profile XACMLPolicyQuery schema type.interfaceA SAML XACML profile XACMLPolicyStatement schema type. -
Uses of XACMLObject in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement XACMLObjectModifier and TypeClassDescriptionclassImplementation ofReferencedPoliciesType.classA concrete implementation ofXACMLAuthzDecisionQueryType.classA concrete implementation ofXACMLAuthzDecisionStatementType.classConcrete implementation ofXACMLPolicyQueryType.classConcrete implementation ofXACMLPolicyStatementType.Fields in org.opensaml.xacml.profile.saml.impl with type parameters of type XACMLObjectModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<XACMLObject>XACMLPolicyQueryTypeImpl.choiceGroupChoice group for the element.private IndexedXMLObjectChildrenList<XACMLObject>XACMLPolicyStatementTypeImpl.choiceGroupChoice group in element.