- find(String, String, String) - Method in interface de.alpharogroup.user.service.api.PermissionsService
-
Find all Permissions objects by the given parameters.
- find(Users, Users) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
-
Find a list of RelationPermissions that the given provider granted to the subscriber.
- find(Users, Users, Permissions) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
-
Find a list of RelationPermissions from the given provider and to the subscriber and the
given permission if the provider granted this permission to the subscriber.
- find(String) - Method in interface de.alpharogroup.user.service.api.UserTokensService
-
Find all token from the given user name.
- find(String, String, String) - Method in class de.alpharogroup.user.service.PermissionsBusinessService
-
- find(Users, Users) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
-
- find(Users, Users, Permissions) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
-
- find(Users, String, Date, Date) - Method in class de.alpharogroup.user.service.ResetPasswordsBusinessService
-
- find(String) - Method in class de.alpharogroup.user.service.UserTokensBusinessService
-
- findAll(String) - Method in interface de.alpharogroup.user.service.api.UserTokensService
-
Find all token from the given user name.
- findAll(String) - Method in class de.alpharogroup.user.service.UserTokensBusinessService
-
- findAllPermissions(Roles) - Method in interface de.alpharogroup.user.service.api.RolesService
-
Find all Permissions objects from the given Roles object.
- findAllPermissions(Roles) - Method in class de.alpharogroup.user.service.RolesBusinessService
-
Find all Permissions objects from the given Roles object.
- findByName(String) - Method in interface de.alpharogroup.user.service.api.PermissionsService
-
Find the Permissions object by the given name.
- findByName(String) - Method in class de.alpharogroup.user.service.PermissionsBusinessService
-
- findByShortcut(String) - Method in interface de.alpharogroup.user.service.api.PermissionsService
-
Find the Permissions object by the given shortcut.
- findByShortcut(String) - Method in class de.alpharogroup.user.service.PermissionsBusinessService
-
- findRelationPermissions(Users, Users) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
-
Find all given permissions that the given provider granted to the subscriber.
- findRelationPermissions(Users, Users, Permissions) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
-
Finds the RelationPermissions object from the given permissions the given provider and the
subscriber.
- findRelationPermissions(Users, Users) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
-
- findRelationPermissions(Users, Users, Permissions) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
-
- findResetPassword(Users) - Method in interface de.alpharogroup.user.service.api.ResetPasswordsService
-
Finds the ResetPasswords object from the given Users object.
- findResetPassword(Users, String) - Method in interface de.alpharogroup.user.service.api.ResetPasswordsService
-
Find the entry from the given Users and the given generated password(hashed).
- findResetPassword(Users) - Method in class de.alpharogroup.user.service.ResetPasswordsBusinessService
-
Finds the ResetPasswords object from the given Users object.
- findResetPassword(Users, String) - Method in class de.alpharogroup.user.service.ResetPasswordsBusinessService
-
Find the entry from the given Users and the given generated password(hashed).
- findRole(String) - Method in interface de.alpharogroup.user.service.api.RolesService
-
Find the Roles object with the given role name.
- findRole(String) - Method in class de.alpharogroup.user.service.RolesBusinessService
-
Find the Roles object with the given role name.
- findRoles(String) - Method in interface de.alpharogroup.user.service.api.RolesService
-
Find the Roles objects with the given role name.
- findRoles(String) - Method in class de.alpharogroup.user.service.RolesBusinessService
-
- findRolesFromUser(Users) - Method in interface de.alpharogroup.user.service.api.BaseUsersService
-
Find roles from the given Users.
- findRolesFromUser(Users) - Method in class de.alpharogroup.user.service.BaseUserBusinessService
-
Find roles from the given Users.
- findUserWithUsername(String) - Method in interface de.alpharogroup.user.service.api.BaseUsersService
-
Find Users object from the given user name.
- findUserWithUsername(String) - Method in class de.alpharogroup.user.service.BaseUserBusinessService
-
Find Users object from the given user name.
- forPermissions(String, String, String) - Static method in class de.alpharogroup.user.service.util.HqlStringCreator
-
- forRelationPermissions(Users, Users, Permissions) - Static method in class de.alpharogroup.user.service.util.HqlStringCreator
-
- forResetPasswords(Users, String, Date, Date) - Static method in class de.alpharogroup.user.service.util.HqlStringCreator
-