|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultsType | |
|---|---|
| org.opensaml.xacml.policy | |
| org.opensaml.xacml.policy.impl | |
| Uses of DefaultsType in org.opensaml.xacml.policy |
|---|
| Methods in org.opensaml.xacml.policy that return DefaultsType | |
|---|---|
DefaultsType |
PolicyType.getPolicyDefaults()
Gets the defaults for this policy. |
DefaultsType |
PolicySetType.getPolicySetDefaults()
Gets the defaults for this policy set. |
| Methods in org.opensaml.xacml.policy with parameters of type DefaultsType | |
|---|---|
void |
PolicyType.setPolicyDefaults(DefaultsType defaults)
Sets the defaults for this policy. |
void |
PolicySetType.setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set. |
| Uses of DefaultsType in org.opensaml.xacml.policy.impl |
|---|
| Classes in org.opensaml.xacml.policy.impl that implement DefaultsType | |
|---|---|
class |
DefaultsTypeImpl
Implementation for DefaultsType. |
| Methods in org.opensaml.xacml.policy.impl that return DefaultsType | |
|---|---|
DefaultsType |
DefaultsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
DefaultsType |
DefaultsTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
DefaultsType |
PolicyTypeImpl.getPolicyDefaults()
Gets the defaults for this policy. |
DefaultsType |
PolicySetTypeImpl.getPolicySetDefaults()
Gets the defaults for this policy set. |
| Methods in org.opensaml.xacml.policy.impl with parameters of type DefaultsType | |
|---|---|
void |
PolicyTypeImpl.setPolicyDefaults(DefaultsType defaults)
Sets the defaults for this policy. |
void |
PolicySetTypeImpl.setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||