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.
|
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)
Creates an XMLObject with a given fully qualified name.
|
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 © 2016 JBoss by Red Hat. All rights reserved.