public interface ResponseProcessingInput
ResponseProcessor
.Modifier and Type | Method and Description |
---|---|
AuthnRequest |
getAuthnRequest()
Returns the authentication request message that corresponds to the response message being processed.
|
String |
getClientIpAddress()
If the validation should perform a check of the Address(es) found in the assertion, this method should return the
address of the client, otherwise return
null . |
long |
getReceiveInstant()
Returns the timestamp (epoch since 1970) when the response was received.
|
String |
getReceiveURL()
Returns the URL on which the response message was received.
|
String |
getRelayState()
Returns the RelayState that was included in the request (or
null if none was sent). |
AuthnRequest getAuthnRequest()
null
if no message is availableString getRelayState()
null
if none was sent).null
String getReceiveURL()
long getReceiveInstant()
String getClientIpAddress()
null
.null
if no check should be madeCopyright © 2018 Litsec AB. All rights reserved.