| Package | Description |
|---|---|
| com.atlassian.seraph.auth | |
| com.atlassian.seraph.config | |
| com.atlassian.seraph.ioc | |
| com.atlassian.seraph.service.rememberme |
| Modifier and Type | Method and Description |
|---|---|
protected RememberMeService |
DefaultAuthenticator.getRememberMeService() |
| Modifier and Type | Method and Description |
|---|---|
RememberMeService |
SecurityConfig.getRememberMeService() |
RememberMeService |
SecurityConfigImpl.getRememberMeService() |
| Modifier and Type | Method and Description |
|---|---|
static RememberMeService |
ApplicationServicesRegistry.getRememberMeService()
Returns a RememberMeService that was set by an application via
ApplicationServicesRegistry.setRememberMeService(RememberMeService)
or a NoopRememberMeService if application has not set one. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ApplicationServicesRegistry.setRememberMeService(RememberMeService rememberMeService)
This method provides the ability for a host application to set an implementation of
RememberMeService for Seraph to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRememberMeService
This default RememberMeService needs to have a certain SPI implementations into it so that it can function.
|
class |
NoopRememberMeService
A No Op implementation of RememberMeService
|
Copyright © 2018 Atlassian. All rights reserved.