Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PolicySetType> |
PolicySetType.getPolicySets()
Gets the child policy sets.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicySetTypeImpl
Concrete implementation of
PolicySetType . |
Modifier and Type | Method and Description |
---|---|
PolicySetType |
PolicySetTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
PolicySetType |
PolicySetTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<PolicySetType> |
PolicySetTypeImpl.getPolicySets()
Gets the child policy sets.
|
Modifier and Type | Method and Description |
---|---|
List<PolicySetType> |
XACMLPolicyStatementType.getPolicySets()
Return the XACMLPolicySet inside the policy statement.
|
List<PolicySetType> |
XACMLAuthzDecisionQueryType.getPolicySets()
Gets the policy sets to be used while rendering a decision.
|
List<PolicySetType> |
ReferencedPoliciesType.getPolicySets()
Gets the policieSets in this element.
|
Modifier and Type | Method and Description |
---|---|
List<PolicySetType> |
XACMLPolicyStatementTypeImpl.getPolicySets()
Return the XACMLPolicySet inside the policy statement.
|
List<PolicySetType> |
XACMLAuthzDecisionQueryTypeImpl.getPolicySets()
Gets the policy sets to be used while rendering a decision.
|
List<PolicySetType> |
ReferencedPoliciesTypeImpl.getPolicySets()
Gets the policieSets in this element.
|
Copyright © 2017. All rights reserved.