|
SL-GMS Enterprise RTView Customization | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sl.gmsjrtview.GmsCustomRoleManager
public class GmsCustomRoleManager
The GmsCustomRoleManager class provides a way for the user to customize role management.
Subclasses should override the activate() and isAllowed() methods.
| Constructor Summary | |
|---|---|
GmsCustomRoleManager()
Creates a GmsCustomRoleManager. |
|
| Method Summary | |
|---|---|
boolean |
activate()
Activate the role manager. |
java.util.Vector[] |
getSubstitutions(java.lang.String role)
This method should return substitutions to set on the Enterprise RTView application when the specified role is logged in. |
boolean |
isAllowed(java.lang.String displayName,
java.lang.String role)
Returns true if the specified display is allowed, otherwise return false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GmsCustomRoleManager()
| Method Detail |
|---|
public boolean activate()
public java.util.Vector[] getSubstitutions(java.lang.String role)
role - the role of the user to return substitutions for
public boolean isAllowed(java.lang.String displayName,
java.lang.String role)
displayName - the name of the display the user wants to openrole - the role of the user tryng to open the display
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||