Package | Description |
---|---|
se.litsec.opensaml.saml2.common.response |
Interfaces and classes for working with SAML responses.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseValidationException
Exception class for response validation errors.
|
Modifier and Type | Method and Description |
---|---|
protected Response |
ResponseProcessorImpl.decodeResponse(String samlResponse)
Decodes the received SAML response message into a
Response object. |
ResponseProcessingResult |
ResponseProcessorImpl.processSamlResponse(String samlResponse,
String relayState,
ResponseProcessingInput input,
PeerMetadataResolver peerMetadataResolver,
ValidationContext validationContext)
Processes a SAML response including signature validation and assertion decryption.
|
ResponseProcessingResult |
ResponseProcessor.processSamlResponse(String samlResponse,
String relayState,
ResponseProcessingInput input,
PeerMetadataResolver peerMetadataResolver,
ValidationContext validationContext)
Processes a SAML response including signature validation and assertion decryption.
|
Copyright © 2018 Litsec AB. All rights reserved.