Uses of Interface
com.atlassian.seraph.config.SecurityConfig

Packages that use SecurityConfig
com.atlassian.seraph   
com.atlassian.seraph.auth   
com.atlassian.seraph.config   
com.atlassian.seraph.controller   
com.atlassian.seraph.cookie   
com.atlassian.seraph.elevatedsecurity   
com.atlassian.seraph.filter   
com.atlassian.seraph.logout   
com.atlassian.seraph.service   
com.atlassian.seraph.service.rememberme   
 

Uses of SecurityConfig in com.atlassian.seraph
 

Methods in com.atlassian.seraph with parameters of type SecurityConfig
 void Initable.init(Map<String,String> params, SecurityConfig config)
          Initialise the configuration object with the given "init-params".
 

Uses of SecurityConfig in com.atlassian.seraph.auth
 

Methods in com.atlassian.seraph.auth that return SecurityConfig
protected  SecurityConfig AbstractAuthenticator.getConfig()
           
 

Methods in com.atlassian.seraph.auth with parameters of type SecurityConfig
static AuthType AuthType.getAuthTypeInformation(javax.servlet.http.HttpServletRequest request, SecurityConfig config)
           
 void SimpleAbstractRoleMapper.init(Map<String,String> params, SecurityConfig config)
           
 void DefaultAuthenticator.init(Map<String,String> params, SecurityConfig config)
           
 void AbstractAuthenticator.init(Map<String,String> params, SecurityConfig config)
           
 

Uses of SecurityConfig in com.atlassian.seraph.config
 

Classes in com.atlassian.seraph.config that implement SecurityConfig
 class SecurityConfigImpl
          The main implementation of Seraph's configuration - reads from seraph-config.xml.
 

Methods in com.atlassian.seraph.config that return SecurityConfig
static SecurityConfig SecurityConfigFactory.getInstance()
          Get a SecurityConfig instance.
static SecurityConfig SecurityConfigFactory.getInstance(String configFileLocation)
          Get a SecurityConfig instance.
 

Methods in com.atlassian.seraph.config with parameters of type SecurityConfig
 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 DefaultRedirectPolicy.init(Map<String,String> params, SecurityConfig config)
           
 void DefaultLoginUrlStrategy.init(Map<String,String> params, SecurityConfig config)
           
static void SecurityConfigFactory.setSecurityConfig(SecurityConfig securityConfig)
          Set the SecurityConfig instance to return.
 

Uses of SecurityConfig in com.atlassian.seraph.controller
 

Methods in com.atlassian.seraph.controller with parameters of type SecurityConfig
 void NullSecurityController.init(Map<String,String> params, SecurityConfig config)
           
 

Uses of SecurityConfig in com.atlassian.seraph.cookie
 

Methods in com.atlassian.seraph.cookie with parameters of type SecurityConfig
static void CookieFactory.init(SecurityConfig config)
          Deprecated.  
 

Uses of SecurityConfig in com.atlassian.seraph.elevatedsecurity
 

Methods in com.atlassian.seraph.elevatedsecurity with parameters of type SecurityConfig
 void NoopElevatedSecurityGuard.init(Map<String,String> params, SecurityConfig config)
           
 

Uses of SecurityConfig in com.atlassian.seraph.filter
 

Methods in com.atlassian.seraph.filter that return SecurityConfig
protected  SecurityConfig SecurityFilter.getSecurityConfig()
           
protected  SecurityConfig BaseLoginFilter.getSecurityConfig()
           
 

Uses of SecurityConfig in com.atlassian.seraph.logout
 

Methods in com.atlassian.seraph.logout that return SecurityConfig
protected  SecurityConfig LogoutServlet.getSecurityConfig()
           
 

Uses of SecurityConfig in com.atlassian.seraph.service
 

Methods in com.atlassian.seraph.service with parameters of type SecurityConfig
 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
 

Uses of SecurityConfig in com.atlassian.seraph.service.rememberme
 

Constructors in com.atlassian.seraph.service.rememberme with parameters of type SecurityConfig
DefaultRememberMeConfiguration(SecurityConfig config)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.