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 void setRole(String role)
public String getGroup()
public void setGroup(String group)
public String getAttributeType()
public void setAttributeType(String attributeType)
public String getAttributeId()
public void setAttributeId(String attributeId)
public void setType(String type)
public void validate() throws IllegalStateException
IllegalStateException
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.