|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasRole | |
|---|---|
| net.bryansaunders.jee6divelog.security.interceptor | |
| net.bryansaunders.jee6divelog.service.rest | |
| Uses of HasRole in net.bryansaunders.jee6divelog.security.interceptor |
|---|
| Classes in net.bryansaunders.jee6divelog.security.interceptor with annotations of type HasRole | |
|---|---|
class |
HasRoleInterceptor
HasRole Interceptor. |
| Uses of HasRole in net.bryansaunders.jee6divelog.service.rest |
|---|
| Methods in net.bryansaunders.jee6divelog.service.rest with annotations of type HasRole | |
|---|---|
javax.ws.rs.core.Response |
UserAccountApi.deleteUser(java.lang.String userName)
Deletes the User Specified by the Given Username. |
javax.ws.rs.core.Response |
UserAccountApi.findUser(UserAccount example)
Gets the User Specified by the Given Criteria. |
javax.ws.rs.core.Response |
UserAccountApi.getAllUsers()
Gets all Users. |
javax.ws.rs.core.Response |
UserAccountApi.getUser(java.lang.String userName)
Gets the User Specified by the Given Username. |
javax.ws.rs.core.Response |
SecurityApi.identify()
Identifies the currently logged in REST user. |
javax.ws.rs.core.Response |
SecurityApi.logout()
Logout the Current REST User. |
javax.ws.rs.core.Response |
UserAccountApi.updateUser(java.lang.String userName,
UserAccount updatedUserAccount)
Updates the User Specified by the Given Username. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||