|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Role
This interface represents a role.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Retrieves the description of the role. |
java.lang.String |
getId()
Retrieves the role identifier, which is the internal String representation of the Role. |
java.lang.String |
getName()
Retrieves a localized string representation of the role. |
java.lang.String |
getOid()
Retrieves the role identifier, which is the internal String representation of the Role. |
java.lang.String |
getRelAppName()
Retrieves the reliant application for which the role is being defined. |
boolean |
isMutable()
Determines whether the role is mutable. |
void |
setDescription(java.lang.String desc)
Sets the description of the role. |
void |
setMutableStatus(boolean isMutable)
Sets whether the role is mutable. |
void |
setName(java.lang.String localizedRoleName)
Sets the localized string representation of the role. |
void |
setRelAppName(java.lang.String reliantApp)
Sets the reliant application for which the role is being defined. |
Method Detail |
---|
java.lang.String getId()
String
representation of the Role.
java.lang.String getName()
java.lang.String getOid()
String
representation of the Role.
void setName(java.lang.String localizedRoleName)
localizedRoleName
- The localized string representation of the role.java.lang.String getRelAppName()
void setRelAppName(java.lang.String reliantApp)
reliantApp
- The reliant application for which the role is being defined.void setMutableStatus(boolean isMutable)
isMutable
- true
if the role is mutable, false
otherwise.boolean isMutable()
true
if the role is mutable, false
otherwise.java.lang.String getDescription()
void setDescription(java.lang.String desc)
desc
- The description of the role.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |