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 |
---|---|
List<VariableDefinitionType> |
PolicyType.getVariableDefinitions()
Gets the variable definition for this policy.
|
Modifier and Type | Class and Description |
---|---|
class |
VariableDefinitionTypeImpl
Implementation
VariableDefinitionType . |
Modifier and Type | Method and Description |
---|---|
VariableDefinitionType |
VariableDefinitionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
VariableDefinitionType |
VariableDefinitionTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<VariableDefinitionType> |
PolicyTypeImpl.getVariableDefinitions()
Gets the variable definition for this policy.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.