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<ActionMatchType> |
ActionType.getActionMatches()
Gets the action matches for this action.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionMatchTypeImpl
Concrete implementation of
ActionMatchType . |
Modifier and Type | Method and Description |
---|---|
ActionMatchType |
ActionMatchTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ActionMatchType |
ActionMatchTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<ActionMatchType> |
ActionTypeImpl.getActionMatches()
Gets the action matches for this action.
|
Copyright © 2019. All rights reserved.