public class SecurityConstraint extends Object
| Constructor and Description |
|---|
SecurityConstraint(Node elm,
Set rolesAllowed,
int counter)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isAllowed(HttpServletRequest request)
Call this to evaluate the security constraint - is this operation allowed ?
|
boolean |
isApplicable(String url,
String method)
Call this to evaluate the security constraint - is this constraint applicable to this url ?
|
boolean |
needsSSL() |
public boolean isAllowed(HttpServletRequest request)
public boolean isApplicable(String url, String method)
public boolean needsSSL()
public String getName()
Copyright © 2014. All rights reserved.