| Modifier | Constructor and Description |
|---|---|
private |
ActionSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Event |
buildEvent(Object source,
String eventId)
Builds an event with a given ID but no related attributes.
|
static Event |
buildEvent(Object source,
String eventId,
AttributeMap eventAttributes)
Builds an event, to be returned by the given component.
|
static Event |
buildProceedEvent(Object source)
Signals a successful outcome by an action.
|
@Nullable public static Event buildProceedEvent(@Nonnull Object source)
source - the source of the event@Nonnull public static Event buildEvent(@Nonnull Object source, @Nonnull String eventId)
source - the source of the eventeventId - the ID of the event@Nonnull public static Event buildEvent(@Nonnull Object source, @Nonnull String eventId, @Nonnull AttributeMap eventAttributes)
source - IdP component that will return the constructed eventeventId - ID of the eventeventAttributes - attributes associated with the eventEventCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.