com.objectplanet.survey.plugin.interfaces
Interface ILoginRedirect


public interface ILoginRedirect

Interface for redirecting a user after login.

If a plugin has implemented the ILogin interface, Opinio will check if the plugin implements this interface. If so, the getRedirectUrl() method will be called.

Author:
Eivind Pedersen, Torgeir Lund

Method Summary
 java.lang.String getRedirectUrl(java.lang.String login)
          Redirects the logged in used to the specified url.
 

Method Detail

getRedirectUrl

java.lang.String getRedirectUrl(java.lang.String login)
Redirects the logged in used to the specified url.

Parameters:
login - The user login.
Returns:
The url to redirect the user to.

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016