public class AuthorizationPolicyMarshaller.Key extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeId() |
String |
getAttributeType() |
String |
getGroup() |
String |
getRole() |
boolean |
isDefault() |
boolean |
isGroup() |
boolean |
isRole() |
void |
setAttributeId(String attributeId) |
void |
setAttributeType(String attributeType) |
void |
setGroup(String group) |
void |
setRole(String role) |
void |
setType(String type) |
String |
toString() |
void |
validate() |
public Key(String key)
public boolean isDefault()
public boolean isRole()
public boolean isGroup()
public String getRole()
public String getGroup()
public String getAttributeType()
public String getAttributeId()
public void setType(String type)
public void setRole(String role)
public void setGroup(String group)
public void setAttributeType(String attributeType)
public void setAttributeId(String attributeId)
public void validate()
throws IllegalStateException
IllegalStateExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.