Uses of Interface
org.opensaml.xacml.XACMLObject
-
Packages that use XACMLObject Package Description org.opensaml.xacml General XACML classes.org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema.org.opensaml.xacml.ctx.impl XMLObject implementations for XACML context schema.org.opensaml.xacml.impl XMLObject provider implementation support for XACML.org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema.org.opensaml.xacml.policy.impl XMLObject provider implementation classes for XACML policy schema.org.opensaml.xacml.profile.saml XMLObject interfaces for SAML XACML profile.org.opensaml.xacml.profile.saml.impl XMLObject implementation classes for XACML SAML profile. -
-
Uses of XACMLObject in org.opensaml.xacml
Classes in org.opensaml.xacml with type parameters of type XACMLObject Modifier and Type Interface Description interfaceXACMLObjectBuilder<XACMLObjectType extends XACMLObject>Builder of XACML objects. -
Uses of XACMLObject in org.opensaml.xacml.ctx
Subinterfaces of XACMLObject in org.opensaml.xacml.ctx Modifier and Type Interface Description interfaceActionTypeXACML context Action schema type.interfaceAttributeTypeXACML context Attribute schema type.interfaceAttributeValueTypeXACML context AttributeValue schema type.interfaceDecisionTypeXACML context Decision schema type.interfaceEnvironmentTypeXACML context Environment schema type.interfaceMissingAttributeDetailTypeXACML context MissingAttributeDetail schema type.interfaceRequestTypeXACML context Request schema type.interfaceResourceContentTypeXACML context ResourceContent schema type.interfaceResourceTypeXACML context ResourceContent schema type.interfaceResponseTypeXACML context Response schema type.interfaceResultTypeXACML context Result schema type.interfaceStatusCodeTypeXACML context StatusCode schema type.interfaceStatusDetailTypeXACML context StatusDetail schema type.interfaceStatusMessageTypeXACML context StatusMessage schema type.interfaceStatusTypeXACML context Status schema type.interfaceSubjectTypeXACML context Subject schema type. -
Uses of XACMLObject in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement XACMLObject Modifier and Type Class Description classActionTypeImplConcrete implementation ofActionType.classAttributeTypeImplConcrete implementation ofAttributeType.classAttributeValueTypeImplConcrete implementation ofAttributeValueType.classDecisionTypeImplConcrete implementation ofDecisionType.classEnvironmentTypeImplConcrete implementation ofEnvironmentType.classMissingAttributeDetailTypeImplConcrete implementation ofMissingAttributeDetailType.classRequestTypeImplConcrete implementation ofRequestType.classResourceContentTypeImplConcrete implementation ofResourceContentType.classResourceTypeImplConcrete implementation ofResourceType.classResponseTypeImplConcrete implementation ofResponseType.classResultTypeImplConcrete implementation ofResultType.classStatusCodeTypeImplConcrete implementation ofStatusCodeType.classStatusDetailTypeImplConcrete implementation ofStatusDetailType.classStatusMessageTypeImplImplementation ofStatusMessageType.classStatusTypeImplConcrete implementation ofStatusType.classSubjectTypeImplConcrete implementation ofSubjectType. -
Uses of XACMLObject in org.opensaml.xacml.impl
Classes in org.opensaml.xacml.impl with type parameters of type XACMLObject Modifier and Type Class Description classAbstractXACMLObjectBuilder<XACMLObjectType extends XACMLObject>Base builder forXACMLObject.Classes in org.opensaml.xacml.impl that implement XACMLObject Modifier and Type Class Description classAbstractXACMLObjectAn abstract implementation of XACMLObject. -
Uses of XACMLObject in org.opensaml.xacml.policy
Subinterfaces of XACMLObject in org.opensaml.xacml.policy Modifier and Type Interface Description interfaceActionMatchTypeXACML ActionMatch schema type.interfaceActionsTypeXACML Actions schema type.interfaceActionTypeXACML Action schema type.interfaceApplyTypeXACML Apply schema type.interfaceAttributeAssignmentTypeXACML AttributeAssignment schema type.interfaceAttributeDesignatorTypeXACML AttribtueDesignator schema type.interfaceAttributeSelectorTypeXACML AttributeSelector schema type.interfaceAttributeValueTypeXACML AttributeValue schema type.interfaceCombinerParametersTypeXACML CombinerParameters schema type.interfaceCombinerParameterTypeXACML CombinerParameter schema type.interfaceConditionTypeXACML Condition schema type.interfaceDefaultsTypeXACML Defaults schema type.interfaceDescriptionTypeXACML Description schema type.interfaceEnvironmentMatchTypeXACML EnvironmentMatch schema type.interfaceEnvironmentsTypeXACML Environments schema type.interfaceEnvironmentTypeXACML Environment schema type.interfaceExpressionTypeXACML Expression schema type.interfaceFunctionTypeXACML Function schema type.interfaceIdReferenceTypeXACML IdReference schema type.interfaceObligationsTypeXACML Obligations schema type.interfaceObligationTypeXACML Obligation schema type.interfacePolicyCombinerParametersTypeXACML PolicyCombinerParameters schema type.interfacePolicySetCombinerParametersTypeXACML PolicySetCombineParameters schema type.interfacePolicySetTypeXACML PolicySet schema types.interfacePolicyTypeXACML Policy schema type.interfaceResourceMatchTypeXACML ResourceMatch schema type.interfaceResourcesTypeXACML Resources schema type.interfaceResourceTypeXACML Resource schema type.interfaceRuleCombinerParametersTypeXACML RuleCombinerParameters schema type.interfaceRuleTypeXACML Rule schema type.interfaceSubjectAttributeDesignatorTypeXACML SubjectAttributeDesignator schema type.interfaceSubjectMatchTypeXACML SubjectMatch schema type.interfaceSubjectsTypeXACML Subjects schema type.interfaceSubjectTypeXACML Subject schema type.interfaceTargetTypeXACML Target schema type.interfaceVariableDefinitionTypeXACML VariableDefinition schema type.interfaceVariableReferenceTypeXACML VariableReference.interfaceXPathVersionXACML XPathVersion schema.Methods in org.opensaml.xacml.policy that return types with arguments of type XACMLObject Modifier and Type Method Description IndexedXMLObjectChildrenList<XACMLObject>PolicySetType. 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
Fields in org.opensaml.xacml.policy.impl with type parameters of type XACMLObject Modifier and Type Field Description private 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 XACMLObject Modifier and Type Method Description IndexedXMLObjectChildrenList<XACMLObject>PolicySetTypeImpl. 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.saml Modifier and Type Interface Description interfaceReferencedPoliciesType/** A SAML XACML profile ReferencedPoliciesType schema type.interfaceXACMLAuthzDecisionQueryTypeA SAML XACML profile XACMLAuthzDecisionQuery schema type.interfaceXACMLAuthzDecisionStatementTypeA SAML XACML profile XACMLAuthzDecisionStatement schema type.interfaceXACMLPolicyQueryTypeA SAML XACML profile XACMLPolicyQuery schema type.interfaceXACMLPolicyStatementTypeA 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 XACMLObject Modifier and Type Class Description classReferencedPoliciesTypeImplImplementation ofReferencedPoliciesType.classXACMLAuthzDecisionQueryTypeImplA concrete implementation ofXACMLAuthzDecisionQueryType.classXACMLAuthzDecisionStatementTypeImplA concrete implementation ofXACMLAuthzDecisionStatementType.classXACMLPolicyQueryTypeImplConcrete implementation ofXACMLPolicyQueryType.classXACMLPolicyStatementTypeImplConcrete implementation ofXACMLPolicyStatementType.Fields in org.opensaml.xacml.profile.saml.impl with type parameters of type XACMLObject Modifier and Type Field Description private IndexedXMLObjectChildrenList<XACMLObject>XACMLPolicyQueryTypeImpl. choiceGroupChoice group for the element.private IndexedXMLObjectChildrenList<XACMLObject>XACMLPolicyStatementTypeImpl. choiceGroupChoice group in element.
-