Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Modifier and Type | Method and Description |
---|---|
DefaultsType |
PolicyType.getPolicyDefaults()
Gets the defaults for this policy.
|
DefaultsType |
PolicySetType.getPolicySetDefaults()
Gets the defaults for this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyType.setPolicyDefaults(DefaultsType defaults)
Sets the defaults for this policy.
|
void |
PolicySetType.setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultsTypeImpl
Implementation for
DefaultsType . |
Modifier and Type | Method and Description |
---|---|
DefaultsType |
DefaultsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
DefaultsType |
DefaultsTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
DefaultsType |
PolicyTypeImpl.getPolicyDefaults()
Gets the defaults for this policy.
|
DefaultsType |
PolicySetTypeImpl.getPolicySetDefaults()
Gets the defaults for this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyTypeImpl.setPolicyDefaults(DefaultsType defaults)
Sets the defaults for this policy.
|
void |
PolicySetTypeImpl.setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set.
|
Copyright © 1999-2013. All Rights Reserved.