com.atlassian.seraph
Interface SecurityService
- All Superinterfaces:
- Initable, java.io.Serializable
- All Known Implementing Classes:
- PathService, WebworkService
- public interface SecurityService
- extends java.io.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
.
Methods inherited from interface com.atlassian.seraph.Initable |
init |
destroy
public void destroy()
getRequiredRoles
public java.util.Set getRequiredRoles(javax.servlet.http.HttpServletRequest request)
Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.