|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| org.opensaml.saml1.binding.artifact | Classes that may be used to create and manipulate SAML artifacts. |
| org.opensaml.saml1.binding.decoding | Classes used to decode SAML messages. |
| org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
| org.opensaml.saml1.core.validator | Validation rules for SAML 1.0 and 1.1 types and elements. |
| Uses of Response in org.opensaml.saml1.binding.artifact |
|---|
| Method parameters in org.opensaml.saml1.binding.artifact with type arguments of type Response | |
|---|---|
SAML1ArtifactType0002 |
SAML1ArtifactType0002Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient. |
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient. |
ArtifactType |
SAML1ArtifactBuilder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient. |
protected java.lang.String |
SAML1ArtifactType0002Builder.getSourceLocation(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext)
Gets the source location used to for the artifacts created by this encoder. |
| Uses of Response in org.opensaml.saml1.binding.decoding |
|---|
| Methods in org.opensaml.saml1.binding.decoding with parameters of type Response | |
|---|---|
protected void |
BaseSAML1MessageDecoder.extractResponseInfo(SAMLMessageContext messageContext,
Response response)
Extract information from a SAML StatusResponse message. |
| Uses of Response in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement Response | |
|---|---|
class |
ResponseImpl
Implementation of the Response Object |
| Methods in org.opensaml.saml1.core.impl that return Response | |
|---|---|
Response |
ResponseBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Response |
ResponseBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
| Uses of Response in org.opensaml.saml1.core.validator |
|---|
| Methods in org.opensaml.saml1.core.validator with parameters of type Response | |
|---|---|
void |
ResponseSchemaValidator.validate(Response response)
|
protected void |
ResponseSchemaValidator.validateStatus(Response response)
Validates that the response has a status. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||