Object |
UsersApiResource.adminCreateUser(User newUser) |
Map<String,Object> |
OAuthEndpoints.authorize(String grantTypeString,
String fullClientId,
String redirectUri,
String scopesString,
String state) |
void |
OAuthEndpoints.authorizeToRedirect(String fullClientId,
String redirectUri,
String scopesString,
String state) |
void |
OAuthEndpoints.authorizeToRedirectHash(String fullClientId,
String redirectUri,
String scopesString,
String state) |
Object |
OAuthEndpoints.authScreen(String clientFullId,
String scopesString) |
String |
UsersApiResource.manageUsers2()
ADMIN Endpoints
|
Map |
UsersApiResource.manageUsersScreen() |
String |
UsersApiResource.registerPage() |
Object |
UsersApiResource.toggleDisableUser(Long userId,
boolean disabled) |
Object |
UsersApiResource.toggleUserApproved(Long userId,
boolean approved) |
Object |
UsersApiResource.toggleUserDeleted(Long userId,
boolean deleted) |
Object |
UsersApiResource.triggerPasswordReset(Long userId) |
IUser |
UsersApiResource.updateUser(Long userId,
User updatedUser) |
Pager |
UsersApiResource.usersTable(Integer page,
Boolean withDeleted) |
Object |
UsersApiResource.valetLogin(Object userKey) |
IUser |
UsersApiResource.viewUser(Long userId) |