public final class RemoveHostnameInContextAction
extends org.springframework.webflow.action.AbstractAction
hostname.
If it is, remove the service so a service ticket wouldn't be created. This
is only used in cases where a service is not specified upon logging into
CAS, and in order for principal attributes to evaluate the authentication
and step through mfa, a service that is the hostname, that is CAS itself
is specified in order to allow for mfa based on principal attributes.
Since this "dummy" service is only used for that particular sequence,
it needs to be removed from the context so further actions in the flow
don't consider it a valid service deserving of an ST.| Constructor and Description |
|---|
RemoveHostnameInContextAction(String hostname)
Instantiates a new Check hostname in context action.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
public RemoveHostnameInContextAction(String hostname)
hostname - the hostnameCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.