|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultType | |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl | |
org.opensaml.xacml.ctx.provider |
Uses of ResultType in org.opensaml.xacml.ctx |
---|
Methods in org.opensaml.xacml.ctx that return ResultType | |
---|---|
ResultType |
ResponseType.getResult()
Returns the result of the response. |
Methods in org.opensaml.xacml.ctx with parameters of type ResultType | |
---|---|
void |
ResponseType.setResult(ResultType newResult)
Sets the result of the response. |
Uses of ResultType in org.opensaml.xacml.ctx.impl |
---|
Classes in org.opensaml.xacml.ctx.impl that implement ResultType | |
---|---|
class |
ResultTypeImpl
Concrete implementation of ResultType . |
Methods in org.opensaml.xacml.ctx.impl that return ResultType | |
---|---|
ResultType |
ResultTypeImplBuilder.buildObject()
Builds a XACML object, using its default attribute name. |
ResultType |
ResultTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
ResultType |
ResponseTypeImpl.getResult()
Returns the result of the response. |
Methods in org.opensaml.xacml.ctx.impl with parameters of type ResultType | |
---|---|
void |
ResponseTypeImpl.setResult(ResultType result)
Sets the result of the response. |
Uses of ResultType in org.opensaml.xacml.ctx.provider |
---|
Methods in org.opensaml.xacml.ctx.provider that return ResultType | |
---|---|
ResultType |
ObligationProcessingContext.getAuthorizationDecisionResult()
Gets the result of a XACML authorization request. |
Constructors in org.opensaml.xacml.ctx.provider with parameters of type ResultType | |
---|---|
ObligationProcessingContext(ResultType authzResult)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |