Uses of Interface
org.opensaml.xacml.policy.IdReferenceType
Packages that use IdReferenceType
Package
Description
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 IdReferenceType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type IdReferenceTypeModifier and TypeMethodDescriptionPolicySetType.getPolicyIdReferences()Gets the policy Id references.PolicySetType.getPolicySetIdReferences()Gets the policy set Id references. -
Uses of IdReferenceType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement IdReferenceTypeMethods in org.opensaml.xacml.policy.impl that return IdReferenceTypeModifier and TypeMethodDescriptionIdReferenceTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.IdReferenceTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type IdReferenceTypeModifier and TypeMethodDescriptionPolicySetTypeImpl.getPolicyIdReferences()Gets the policy Id references.PolicySetTypeImpl.getPolicySetIdReferences()Gets the policy set Id references. -
Uses of IdReferenceType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return types with arguments of type IdReferenceTypeModifier and TypeMethodDescriptionXACMLPolicyQueryType.getPolicyIdReferences()Gets the IDs for referenced policies.XACMLPolicyQueryType.getPolicySetIdReferences()Gets the IDs for referenced policy sets. -
Uses of IdReferenceType in org.opensaml.xacml.profile.saml.impl
Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type IdReferenceTypeModifier and TypeMethodDescriptionXACMLPolicyQueryTypeImpl.getPolicyIdReferences()Gets the IDs for referenced policies.XACMLPolicyQueryTypeImpl.getPolicySetIdReferences()Gets the IDs for referenced policy sets.