Package | Description |
---|---|
se.litsec.opensaml.saml2.common.response |
Interfaces and classes for working with SAML responses.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
ResponseProcessorImpl.validateAssertion(Assertion assertion,
Response response,
ResponseProcessingInput input,
EntityDescriptor idpMetadata,
ValidationContext validationContext)
Validates the assertion.
|
protected void |
ResponseProcessorImpl.validateRelayState(Response response,
String relayState,
ResponseProcessingInput input)
Validates the received relay state matches what we sent.
|
protected void |
ResponseProcessorImpl.validateResponse(Response response,
String relayState,
ResponseProcessingInput input,
EntityDescriptor idpMetadata,
ValidationContext validationContext)
Validates the response including its signature.
|
Copyright © 2018 Litsec AB. All rights reserved.