public static class LogoutPropagationFlowDescriptor.ActivationCondition extends Object implements com.google.common.base.Predicate<org.opensaml.profile.context.ProfileRequestContext>
SPSession type.| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,LogoutContext> |
logoutContextLookupStrategy
Lookup strategy for
LogoutContext. |
private Class<? extends SPSession> |
sessionType
Type of session to look for.
|
| Constructor and Description |
|---|
LogoutPropagationFlowDescriptor.ActivationCondition()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.opensaml.profile.context.ProfileRequestContext input) |
void |
setLogoutContextLookupStrategy(com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,LogoutContext> strategy)
Set the lookup strategy for the
LogoutContext. |
void |
setSessionType(Class<? extends SPSession> type)
Set the type of
SPSession to look for. |
@Nonnull private com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,LogoutContext> logoutContextLookupStrategy
LogoutContext.public LogoutPropagationFlowDescriptor.ActivationCondition()
public void setLogoutContextLookupStrategy(@Nonnull com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,LogoutContext> strategy)
LogoutContext.strategy - lookup strategypublic void setSessionType(@Nonnull Class<? extends SPSession> type)
SPSession to look for.type - type of session to look forpublic boolean apply(org.opensaml.profile.context.ProfileRequestContext input)
apply in interface com.google.common.base.Predicate<org.opensaml.profile.context.ProfileRequestContext>Copyright © 1999–2015. All rights reserved.