| Modifier and Type | Method and Description |
|---|---|
void |
Initable.init(Map<String,String> params,
SecurityConfig config)
Initialise the configuration object with the given "init-params".
|
| Modifier and Type | Method and Description |
|---|---|
protected SecurityConfig |
AbstractAuthenticator.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.getAuthTypeInformation(javax.servlet.http.HttpServletRequest request,
SecurityConfig config) |
void |
SimpleAbstractRoleMapper.init(Map<String,String> params,
SecurityConfig config) |
void |
AbstractAuthenticator.init(Map<String,String> params,
SecurityConfig config) |
void |
DefaultAuthenticator.init(Map<String,String> params,
SecurityConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityConfigImpl
The main implementation of Seraph's configuration - reads from seraph-config.xml.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfig |
SecurityConfigFactory.getInstance()
Get a SecurityConfig instance.
|
static SecurityConfig |
SecurityConfigFactory.getInstance(String configFileLocation)
Get a SecurityConfig instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LoginUrlStrategy.getLinkLoginURL(SecurityConfig config,
String configuredLinkLoginUrl) |
String |
DefaultLoginUrlStrategy.getLinkLoginURL(SecurityConfig config,
String configuredLinkLoginUrl) |
String |
LoginUrlStrategy.getLoginURL(SecurityConfig config,
String configuredLoginUrl) |
String |
DefaultLoginUrlStrategy.getLoginURL(SecurityConfig config,
String configuredLoginUrl) |
String |
LoginUrlStrategy.getLogoutURL(SecurityConfig config,
String configuredLogoutUrl) |
String |
DefaultLoginUrlStrategy.getLogoutURL(SecurityConfig config,
String configuredLogoutUrl) |
void |
DefaultLoginUrlStrategy.init(Map<String,String> params,
SecurityConfig config) |
void |
DefaultRedirectPolicy.init(Map<String,String> params,
SecurityConfig config) |
static void |
SecurityConfigFactory.setSecurityConfig(SecurityConfig securityConfig)
Set the SecurityConfig instance to return.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullSecurityController.init(Map<String,String> params,
SecurityConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopElevatedSecurityGuard.init(Map<String,String> params,
SecurityConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityConfig |
BaseLoginFilter.getSecurityConfig() |
protected SecurityConfig |
SecurityFilter.getSecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityConfig |
LogoutServlet.getSecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebworkService.init(Map<String,String> params,
SecurityConfig config) |
void |
PathService.init(Map<String,String> params,
SecurityConfig config)
Init the service - configure it from the config file
|
| Constructor and Description |
|---|
DefaultRememberMeConfiguration(SecurityConfig config) |
Copyright © 2018 Atlassian. All rights reserved.