Package | Description |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl | |
org.opensaml.xacml.ctx.provider |
Modifier and Type | Method and Description |
---|---|
ResultType |
ResponseType.getResult()
Returns the result of the response.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseType.setResult(ResultType newResult)
Sets the result of the response.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultTypeImpl
Concrete implementation of
ResultType . |
Modifier and Type | Method and Description |
---|---|
ResultType |
ResultTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResultType |
ResultTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
ResultType |
ResponseTypeImpl.getResult()
Returns the result of the response.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseTypeImpl.setResult(ResultType result)
Sets the result of the response.
|
Modifier and Type | Method and Description |
---|---|
ResultType |
ObligationProcessingContext.getAuthorizationDecisionResult()
Gets the result of a XACML authorization request.
|
Constructor and Description |
---|
ObligationProcessingContext(ResultType authzResult)
Constructor.
|
Copyright © 1999-2013. All Rights Reserved.