public abstract class UrlAcl extends Object implements Acl
| Constructor and Description |
|---|
UrlAcl(String urlRealm,
String... grantRules) |
UrlAcl(String urlRealm,
String[] httpMethods,
String... grantRules) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getActions() |
String[] |
getGrantRules() |
String[] |
getHttpMethods() |
String |
getRealm() |
String |
getUrlRealm() |
public String[] getActions()
getActions in interface Aclpublic String getUrlRealm()
public String[] getHttpMethods()
public String[] getGrantRules()
getGrantRules in interface AclCopyright © 2018. All rights reserved.