public class AAFPermission extends Object implements com.att.cadi.Permission
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
instance |
protected String |
key |
protected String |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
AAFPermission() |
|
AAFPermission(String type,
String instance,
String action) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getInstance() |
String |
getKey() |
String |
getName() |
boolean |
match(com.att.cadi.Permission p)
Match a Permission
if Permission is Fielded type "Permission", we use the fields
otherwise, we split the Permission with '|'
when the type or action starts with REGEX indicator character ( ! ),
then it is evaluated as a regular expression.
|
String |
permType() |
String |
toString() |
protected String type
protected String instance
protected String action
protected String key
public boolean match(com.att.cadi.Permission p)
match in interface com.att.cadi.Permissionpublic String getName()
public String getInstance()
public String getAction()
public String getKey()
getKey in interface com.att.cadi.Permissionpublic String permType()
permType in interface com.att.cadi.PermissionCopyright © 2015-07-20–2017 AT&T. All rights reserved.