@Component public class TrustedIdpWSFedProtocolHandler extends AbstractTrustedIdpProtocolHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
HOME_REALM_PROPAGATION
Whether to add the home realm parameter to the URL for redirection or not.
|
static String |
PROTOCOL |
| Constructor and Description |
|---|
TrustedIdpWSFedProtocolHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol() |
URL |
mapSignInRequest(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
org.apache.cxf.ws.security.tokenstore.SecurityToken |
mapSignInResponse(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
canHandleRequest, getProperty, isBooleanPropertyConfiguredpublic static final String HOME_REALM_PROPAGATION
public static final String PROTOCOL
public String getProtocol()
public URL mapSignInRequest(org.springframework.webflow.execution.RequestContext context, Idp idp, TrustedIdp trustedIdp)
public org.apache.cxf.ws.security.tokenstore.SecurityToken mapSignInResponse(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp)
Apache Fediz