public class ActionTestingSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INBOUND_MSG_ID
ID of the inbound message.
|
static String |
INBOUND_MSG_ISSUER
Issuer of the inbound message.
|
static String |
OUTBOUND_MSG_ID
ID of the outbound message.
|
static String |
OUTBOUND_MSG_ISSUER
Issuer of the outbound message.
|
| Constructor and Description |
|---|
ActionTestingSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEvent(org.opensaml.profile.context.ProfileRequestContext profileRequestContext,
Object event)
Checks that the request context contains an EventContext, and that the event content is as given.
|
static void |
assertProceedEvent(org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
Checks that the given request context does not contain an EventContext (thus signaling a "proceed" event).
|
public static final String INBOUND_MSG_ID
public static final String INBOUND_MSG_ISSUER
public static final String OUTBOUND_MSG_ID
public static final String OUTBOUND_MSG_ISSUER
public static void assertEvent(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext, @Nonnull Object event)
profileRequestContext - the context to checkevent - event to checkpublic static void assertProceedEvent(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
profileRequestContext - the context to checkCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.