com.atlassian.seraph
Interface SecurityService

All Superinterfaces:
Initable, Serializable
All Known Implementing Classes:
PathService, WebworkService

public interface SecurityService
extends Serializable, Initable

A SecurityService determines which roles a user is required to have to access a resource. Two services are provided with Seraph by default, PathService and WebworkService.


Method Summary
 void destroy()
           
 Set<String> getRequiredRoles(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from interface com.atlassian.seraph.Initable
init
 

Method Detail

destroy

void destroy()

getRequiredRoles

Set<String> getRequiredRoles(javax.servlet.http.HttpServletRequest request)


Copyright © 2013 Atlassian. All Rights Reserved.