public class IpRegexpAuthorizer extends Object implements Authorizer<UserProfile>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
IpRegexpAuthorizer() |
IpRegexpAuthorizer(String regexpPattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
UserProfile profile) |
void |
setRegexpPattern(String regexpPattern) |
String |
toString() |
public IpRegexpAuthorizer()
public IpRegexpAuthorizer(String regexpPattern)
public boolean isAuthorized(WebContext context, UserProfile profile)
isAuthorized in interface Authorizer<UserProfile>public void setRegexpPattern(String regexpPattern)
Copyright © 2016. All Rights Reserved.