public class LoginOptionsResource extends Object
| Constructor and Description |
|---|
LoginOptionsResource(LoginOptionsService loginOptionsService,
JsmUrlChecker jsmUrlChecker,
com.atlassian.sal.api.ApplicationProperties applicationProperties) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<LoginOptionEntity> |
getLoginOptions(String referer)
This endpoint returns the available login options.
|
@Inject public LoginOptionsResource(LoginOptionsService loginOptionsService, JsmUrlChecker jsmUrlChecker, com.atlassian.sal.api.ApplicationProperties applicationProperties)
public RestPage<LoginOptionEntity> getLoginOptions(@HeaderParam(value="Referer") String referer)
referer - the address of the page making the request, used to determine if the request is made in context of
JSM or notCopyright © 2023 Atlassian. All rights reserved.