| org.josso.gateway.SSOWebConfiguration
All known Subclasses: org.josso.gateway.SSOWebConfigurationImpl,
SSOWebConfiguration | public interface SSOWebConfiguration (Code) | | SSO Web configuration properties.
author: Sebastian Gonzalez Oyuela version: $Id: SSOWebConfiguration.java 508 2008-02-18 13:32:29Z sgonzalez $ |
getCustomLoginURL | String getCustomLoginURL()(Code) | | This is the URL of the custom login interface
|
getLoginBackToURL | String getLoginBackToURL()(Code) | | Default URL where the user will be redirected to after a successfull login
|
getLogoutBackToURL | String getLogoutBackToURL()(Code) | | Default URL where the user will be redirected to after a logout
|
isSessionTokenSecure | boolean isSessionTokenSecure()(Code) | | Flag to indicate that the authorization token must be secure.
|
|
|