public interface SecurityService
Modifier and Type | Method and Description |
---|---|
boolean |
grantAccess(javax.servlet.http.HttpServletRequest request)
Check whether access is granted for the given request.
|
List<SecurityConstraint> |
listSecurityConstraints()
List all security constraints, ordered by priority.
|
void |
loadSecurityProfile(String profile)
Load a pre-configured security profile from the classpath.
|
void |
ping()
Does nothing, just ensures the security service is properly initialised.
|
boolean grantAccess(javax.servlet.http.HttpServletRequest request)
request
- void loadSecurityProfile(String profile)
profile
- List<SecurityConstraint> listSecurityConstraints()
void ping()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.