| Package | Description |
|---|---|
| org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
| org.opensaml.xacml.profile.saml |
XMLObject interfaces for SAML XACML profile.
|
| org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseTypeImpl
Concrete implementation of
ResponseType. |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
ResponseTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResponseType |
ResponseTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
XACMLAuthzDecisionStatementType.getResponse()
Get's the
ResponseType from the XACMLAuthzDecisionStatement. |
| Modifier and Type | Method and Description |
|---|---|
void |
XACMLAuthzDecisionStatementType.setResponse(ResponseType response)
Sets a
ResponseType to the XACMLAuthzDecisionStatement. |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
XACMLAuthzDecisionStatementTypeImpl.getResponse()
Get's the
ResponseType from the XACMLAuthzDecisionStatement. |
| Modifier and Type | Method and Description |
|---|---|
void |
XACMLAuthzDecisionStatementTypeImpl.setResponse(ResponseType resp)
Sets a
ResponseType to the XACMLAuthzDecisionStatement. |
Copyright © 2021. All rights reserved.