public class LogoutPropagationFlowDescriptor extends AbstractIdentifiableInitializableComponent
A flow models a sequence of profile actions that performs logout propagation of an SPSession.
The suitability of a particular flow given an instance of SPSession is determined by
getSessionType().
| Modifier and Type | Field and Description |
|---|---|
private Class<? extends SPSession> |
sessionType
Type of session handled by this flow.
|
| Constructor and Description |
|---|
LogoutPropagationFlowDescriptor(Class<? extends SPSession> type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<? extends SPSession> |
getSessionType()
Get the type of
SPSession supported by this flow descriptor. |
int |
hashCode() |
String |
toString() |
setIddoInitialize, getIddestroy, doDestroy, initialize, isDestroyed, isInitializedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic LogoutPropagationFlowDescriptor(@ParameterName(name="type") Class<? extends SPSession> type)
type - type of SPSession associated with this flowCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.