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<PolicyType> |
PolicySetType.getPolicies()
Gets the child policies.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyTypeImpl
Concrete implemenation of
PolicyType . |
Modifier and Type | Method and Description |
---|---|
PolicyType |
PolicyTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
PolicyType |
PolicyTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyType> |
PolicySetTypeImpl.getPolicies()
Gets the child policies.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyType> |
XACMLPolicyStatementType.getPolicies()
Return the XACMLPolicy inside the policy statement.
|
List<PolicyType> |
XACMLAuthzDecisionQueryType.getPolicies()
Gets the policies to be used while rendering a decision.
|
List<PolicyType> |
ReferencedPoliciesType.getPolicies()
Gets the policies in this element.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyType> |
XACMLPolicyStatementTypeImpl.getPolicies()
Return the XACMLPolicy inside the policy statement.
|
List<PolicyType> |
XACMLAuthzDecisionQueryTypeImpl.getPolicies()
Gets the policies to be used while rendering a decision.
|
List<PolicyType> |
ReferencedPoliciesTypeImpl.getPolicies()
Gets the policies in this element.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.