com.atlassian.sal.core.auth
Class SeraphLoginUriProvider
java.lang.Object
com.atlassian.sal.core.auth.SeraphLoginUriProvider
- All Implemented Interfaces:
- LoginUriProvider
public class SeraphLoginUriProvider
- extends Object
- implements LoginUriProvider
- Since:
- 2.0.2
|
Method Summary |
URI |
getLoginUri(URI returnUri)
Returns the URI to redirect users for login. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeraphLoginUriProvider
public SeraphLoginUriProvider(ApplicationProperties applicationProperties)
getLoginUri
public URI getLoginUri(URI returnUri)
- Description copied from interface:
LoginUriProvider
- Returns the
URI to redirect users for login. It must append the returnUri
so that once login is complete, the user will be redirected back to the original page.
- Specified by:
getLoginUri in interface LoginUriProvider
- Parameters:
returnUri - URI of the page the application should redirect the user to after login is complete
- Returns:
- the
URI to redirect users for login
Copyright © 2011 Atlassian. All Rights Reserved.