|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyType | |
|---|---|
| org.opensaml.xacml.policy | |
| org.opensaml.xacml.policy.impl | |
| org.opensaml.xacml.profile.saml | |
| org.opensaml.xacml.profile.saml.impl | |
| Uses of PolicyType in org.opensaml.xacml.policy |
|---|
| Methods in org.opensaml.xacml.policy that return types with arguments of type PolicyType | |
|---|---|
java.util.List<PolicyType> |
PolicySetType.getPolicies()
Gets the child policies. |
| Uses of PolicyType in org.opensaml.xacml.policy.impl |
|---|
| Classes in org.opensaml.xacml.policy.impl that implement PolicyType | |
|---|---|
class |
PolicyTypeImpl
Concrete implemenation of PolicyType. |
| Methods in org.opensaml.xacml.policy.impl that return PolicyType | |
|---|---|
PolicyType |
PolicyTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
PolicyType |
PolicyTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
| Methods in org.opensaml.xacml.policy.impl that return types with arguments of type PolicyType | |
|---|---|
java.util.List<PolicyType> |
PolicySetTypeImpl.getPolicies()
Gets the child policies. |
| Uses of PolicyType in org.opensaml.xacml.profile.saml |
|---|
| Methods in org.opensaml.xacml.profile.saml that return types with arguments of type PolicyType | |
|---|---|
java.util.List<PolicyType> |
XACMLPolicyStatementType.getPolicies()
Return the XACMLPolicy inside the policy statement. |
java.util.List<PolicyType> |
XACMLAuthzDecisionQueryType.getPolicies()
Gets the policies to be used while rendering a decision. |
java.util.List<PolicyType> |
ReferencedPoliciesType.getPolicies()
Gets the policies in this element. |
| Uses of PolicyType in org.opensaml.xacml.profile.saml.impl |
|---|
| Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type PolicyType | |
|---|---|
java.util.List<PolicyType> |
XACMLPolicyStatementTypeImpl.getPolicies()
Return the XACMLPolicy inside the policy statement. |
java.util.List<PolicyType> |
XACMLAuthzDecisionQueryTypeImpl.getPolicies()
Gets the policies to be used while rendering a decision. |
java.util.List<PolicyType> |
ReferencedPoliciesTypeImpl.getPolicies()
Gets the policies in this element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||