|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.sal.core.auth.SeraphLoginUriProvider
public class SeraphLoginUriProvider
| Constructor Summary | |
|---|---|
SeraphLoginUriProvider(ApplicationProperties applicationProperties)
|
|
| Method Summary | |
|---|---|
URI |
getLoginUri(URI returnUri)
Returns the URI to redirect users for login. |
URI |
getLoginUri(URI returnUri,
EnumSet<PageCapability> pageCaps)
Returns the URI to redirect users for login. |
URI |
getLoginUriForRole(URI returnUri,
UserRole role)
Returns the URI to redirect users for login. |
URI |
getLoginUriForRole(URI returnUri,
UserRole role,
EnumSet<PageCapability> pageCaps)
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 |
| Constructor Detail |
|---|
public SeraphLoginUriProvider(ApplicationProperties applicationProperties)
| Method Detail |
|---|
public URI getLoginUri(URI returnUri)
LoginUriProviderURI 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.
getLoginUri in interface LoginUriProviderreturnUri - URI of the page the application should redirect the user to after login is complete
URI to redirect users for login
public URI getLoginUri(URI returnUri,
EnumSet<PageCapability> pageCaps)
LoginUriProviderURI 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.
getLoginUri in interface LoginUriProviderreturnUri - URI of the page the application should redirect the user to after login is completepageCaps - PageCapability for product to supply in login page.
URI to redirect users for login
public URI getLoginUriForRole(URI returnUri,
UserRole role)
LoginUriProviderURI 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.
Page is expected to redirect back to URI only if u
getLoginUriForRole in interface LoginUriProviderreturnUri - URI of the page the application should redirect the user to after login is completerole - UserRole of user
URI to redirect users for login
public URI getLoginUriForRole(URI returnUri,
UserRole role,
EnumSet<PageCapability> pageCaps)
LoginUriProviderURI 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.
Page is expected to redirect back to URI only if u
This page is supposed to match requested PageCapability
getLoginUriForRole in interface LoginUriProviderreturnUri - URI of the page the application should redirect the user to after login is completerole - UserRole of userpageCaps - PageCapability for product to supply in login page.
URI to redirect users for login
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||