public class SAML20AssertionTokenValidationInput extends Object
Modifier and Type | Field and Description |
---|---|
private Assertion |
assertion
The Assertion being evaluated.
|
private javax.servlet.http.HttpServletRequest |
httpServletRequest
The HTTP request input.
|
private org.opensaml.messaging.context.MessageContext |
messageContext
The message context input.
|
Constructor and Description |
---|
SAML20AssertionTokenValidationInput(org.opensaml.messaging.context.MessageContext context,
javax.servlet.http.HttpServletRequest request,
Assertion samlAssertion)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Assertion |
getAssertion()
Get the
Assertion being evaluated. |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Get the
HttpServletRequest input. |
org.opensaml.messaging.context.MessageContext |
getMessageContext()
Get the
MessageContext input. |
private org.opensaml.messaging.context.MessageContext messageContext
private javax.servlet.http.HttpServletRequest httpServletRequest
private Assertion assertion
public SAML20AssertionTokenValidationInput(@Nonnull org.opensaml.messaging.context.MessageContext context, @Nonnull javax.servlet.http.HttpServletRequest request, @Nonnull Assertion samlAssertion)
context
- the message context being evaluatedrequest
- the HTTP request being evaluatedsamlAssertion
- the assertion being evaluated@Nonnull public org.opensaml.messaging.context.MessageContext getMessageContext()
MessageContext
input.@Nonnull public javax.servlet.http.HttpServletRequest getHttpServletRequest()
HttpServletRequest
input.Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.