Package | Description |
---|---|
org.picketlink.config.http |
Modifier and Type | Method and Description |
---|---|
OutboundRedirectConfigurationBuilder |
PathConfigurationChildBuilder.redirectTo(String url) |
OutboundRedirectConfigurationBuilder |
PathConfigurationBuilder.redirectTo(String redirectUrl)
Specifies a url that will be used to redirect the user after a specific path is processed.
|
OutboundRedirectConfigurationBuilder |
AbstractPathConfigurationChildBuilder.redirectTo(String url) |
OutboundRedirectConfigurationBuilder |
OutboundRedirectConfigurationBuilder.whenError()
Redirects to a given url if there was any error during the request processing.
|
OutboundRedirectConfigurationBuilder |
OutboundRedirectConfigurationBuilder.whenForbidden()
Redirects to a given url only if a request was forbidden.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.