@RemoteServiceRelativePath(value="Auth")
public interface OKMAuthService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description | 
|---|---|
| void | changeSecurity(String path,
              Map<String,Integer> grantUsers,
              Map<String,Integer> revokeUsers,
              Map<String,Integer> grantRoles,
              Map<String,Integer> revokeRoles,
              boolean recursive) | 
| List<String> | getAllRoles() | 
| List<GWTUser> | getAllUsers() | 
| List<String> | getFilteredAllRoles(String filter,
                   List<String> selectedRoles) | 
| List<GWTUser> | getFilteredAllUsers(String filter,
                   List<String> selectedUsers) | 
| List<String> | getFilteredUngrantedRoles(String nodePath,
                         String filter) | 
| List<GWTGrantedUser> | getFilteredUngrantedUsers(String nodePath,
                         String filter) | 
| Map<String,Integer> | getGrantedRoles(String nodePath) | 
| List<GWTGrantedUser> | getGrantedUsers(String nodePath) | 
| String | getRemoteUser() | 
| List<String> | getUngrantedRoles(String nodePath) | 
| List<GWTGrantedUser> | getUngrantedUsers(String nodePath) | 
| void | grantRole(String path,
         String role,
         int permissions,
         boolean recursive) | 
| void | grantUser(String path,
         String user,
         int permissions,
         boolean recursive) | 
| void | keepAlive() | 
| void | logout() | 
| void | revokeRole(String path,
          String role,
          boolean recursive) | 
| void | revokeRole(String path,
          String role,
          int permissions,
          boolean recursive) | 
| void | revokeUser(String path,
          String user,
          boolean recursive) | 
| void | revokeUser(String path,
          String user,
          int permissions,
          boolean recursive) | 
void logout()
            throws OKMException
OKMExceptionList<GWTGrantedUser> getGrantedUsers(String nodePath) throws OKMException
OKMExceptionMap<String,Integer> getGrantedRoles(String nodePath) throws OKMException
OKMExceptionString getRemoteUser()
List<GWTGrantedUser> getUngrantedUsers(String nodePath) throws OKMException
OKMExceptionList<String> getUngrantedRoles(String nodePath) throws OKMException
OKMExceptionList<GWTGrantedUser> getFilteredUngrantedUsers(String nodePath, String filter) throws OKMException
OKMExceptionList<String> getFilteredUngrantedRoles(String nodePath, String filter) throws OKMException
OKMExceptionvoid grantUser(String path, String user, int permissions, boolean recursive) throws OKMException
OKMExceptionvoid revokeUser(String path, String user, boolean recursive) throws OKMException
OKMExceptionvoid revokeUser(String path, String user, int permissions, boolean recursive) throws OKMException
OKMExceptionvoid grantRole(String path, String role, int permissions, boolean recursive) throws OKMException
OKMExceptionvoid revokeRole(String path, String role, boolean recursive) throws OKMException
OKMExceptionvoid revokeRole(String path, String role, int permissions, boolean recursive) throws OKMException
OKMExceptionvoid keepAlive()
               throws OKMException
OKMExceptionList<GWTUser> getAllUsers() throws OKMException
OKMExceptionList<String> getAllRoles() throws OKMException
OKMExceptionList<GWTUser> getFilteredAllUsers(String filter, List<String> selectedUsers) throws OKMException
OKMExceptionList<String> getFilteredAllRoles(String filter, List<String> selectedRoles) throws OKMException
OKMExceptionCopyright © 2015. All Rights Reserved.