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 |
---|---|
ActionsType |
TargetType.getActions()
Gets the actions of this target.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetType.setActions(ActionsType actions)
Sets the actions in the target.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionsTypeImpl
Implementation of
ActionsType . |
Modifier and Type | Method and Description |
---|---|
ActionsType |
ActionsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ActionsType |
ActionsTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ActionsType |
TargetTypeImpl.getActions()
Gets the actions of this target.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetTypeImpl.setActions(ActionsType newActions)
Sets the actions in the target.
|
Copyright © 2017. All rights reserved.