|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRoles
The interface is implemented by the roles command and provides
the client application with information about the available roles
and the roles assigned to the current user.
| Method Summary | |
|---|---|
java.lang.String[] |
getGrants(java.lang.String applicationName)
Returns the roles assigned to the current user for the specified application |
java.lang.String[] |
getRoles(java.lang.String applicationName)
Returns the roles defined by the specified application. |
| Method Detail |
|---|
java.lang.String[] getGrants(java.lang.String applicationName)
throws InvocationException
applicationName - The name of the application.
InvocationException - When a remote error occurs.
java.lang.String[] getRoles(java.lang.String applicationName)
throws InvocationException
applicationName - The application name
InvocationException - When a remote error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||