public class JiraSeraphSecurityService extends Object implements com.atlassian.seraph.SecurityService
This allows for the roles-required attribute to be used within plugins and for pluggable Authorisation as well.
Constructor and Description |
---|
JiraSeraphSecurityService() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Seraph Initable cleanup method.
|
Set<String> |
getRequiredRoles(javax.servlet.http.HttpServletRequest request)
This hands off to the LoginManager, who is able to live in the pico container
|
void |
init(Map<String,String> params,
com.atlassian.seraph.config.SecurityConfig config)
Seraph Initable initialisation method.
|
public void init(Map<String,String> params, com.atlassian.seraph.config.SecurityConfig config)
init
in interface com.atlassian.seraph.Initable
public void destroy()
destroy
in interface com.atlassian.seraph.SecurityService
Copyright © 2002-2019 Atlassian. All Rights Reserved.