|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Permission | |
|---|---|
| br.com.arsmachina.authentication.controller | |
| br.com.arsmachina.authentication.controller.impl | |
| br.com.arsmachina.authentication.dao | |
| br.com.arsmachina.authentication.entity | |
| Uses of Permission in br.com.arsmachina.authentication.controller |
|---|
| Methods in br.com.arsmachina.authentication.controller that return Permission | |
|---|---|
Permission |
PermissionController.findByName(String name)
Returns the permission with the given name or null if there is no such one. |
| Uses of Permission in br.com.arsmachina.authentication.controller.impl |
|---|
| Methods in br.com.arsmachina.authentication.controller.impl that return Permission | |
|---|---|
Permission |
PermissionControllerImpl.findByName(String name)
Invokes dao.findByName() |
| Uses of Permission in br.com.arsmachina.authentication.dao |
|---|
| Methods in br.com.arsmachina.authentication.dao that return Permission | |
|---|---|
Permission |
PermissionDAO.findByName(String name)
Returns the permission with the given name or null if there is no such one. |
| Uses of Permission in br.com.arsmachina.authentication.entity |
|---|
| Methods in br.com.arsmachina.authentication.entity that return types with arguments of type Permission | |
|---|---|
List<Permission> |
PermissionGroup.getPermissions()
Returns the value of the permissions property. |
List<Permission> |
User.getPermissions()
Returns an unmodifiable list containing all the permissions granted to this user. |
List<Permission> |
User.getRemovedPermissions()
Returns the value of the removedPermissions property. |
| Methods in br.com.arsmachina.authentication.entity with parameters of type Permission | |
|---|---|
void |
PermissionGroup.add(Permission permission)
Adds a permission to this group. |
void |
User.addRemovedPermission(Permission permission)
Adds a removed permission to this user. |
int |
Permission.compareTo(Permission o)
|
int |
PermissionGroup.compareTo(Permission o)
|
void |
PermissionGroup.remove(Permission permission)
Removes a permission from this group. |
void |
User.removeRemovedPermission(Permission permission)
Removes a removed permission from this user. |
| Method parameters in br.com.arsmachina.authentication.entity with type arguments of type Permission | |
|---|---|
void |
PermissionGroup.setPermissions(List<Permission> permissions)
Deprecated. Use PermissionGroup.add(Permission) and PermissionGroup.remove(Permission) instead. |
void |
User.setRemovedPermissions(List<Permission> removedRoles)
Deprecated. Use User.addRemovedPermission(Permission) and
#removeRemovedPermisson(Permission) instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||