Skip navigation links
A B C D E F G H I L N P R S U 

A

addPermission(Users, Users, Permissions) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
Adds the given permission for the given subscriber provided from the provider.
addPermission(Users, Users, Permissions) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
 
authenticate(String, String) - Method in interface de.alpharogroup.user.service.api.BaseAuthenticationsService
Perform the authentication with the given email and password and return the result.
authorize(Users, String, AuthenticationResult<Users, AuthenticationErrors>) - Method in interface de.alpharogroup.user.service.api.BaseAuthenticationsService
Authorize given Users object.

B

BaseAuthenticationsBusinessService - Class in de.alpharogroup.user.service
The class BaseAuthenticationsBusinessService provides authentication methods.
BaseAuthenticationsBusinessService() - Constructor for class de.alpharogroup.user.service.BaseAuthenticationsBusinessService
 
BaseAuthenticationsService - Interface in de.alpharogroup.user.service.api
 
BaseUserBusinessService - Class in de.alpharogroup.user.service
 
BaseUserBusinessService() - Constructor for class de.alpharogroup.user.service.BaseUserBusinessService
 
BaseUsersService - Interface in de.alpharogroup.user.service.api
The interface BaseUsersService.

C

createAndSavePermissions(String, String) - Method in interface de.alpharogroup.user.service.api.PermissionsService
Factory method to create and save a new Permissions object.
createAndSavePermissions(String, String, String) - Method in interface de.alpharogroup.user.service.api.PermissionsService
Factory method to create and save a new Permissions object.
createAndSavePermissions(String, String) - Method in class de.alpharogroup.user.service.PermissionsBusinessService
 
createAndSavePermissions(String, String, String) - Method in class de.alpharogroup.user.service.PermissionsBusinessService
 
createAndSaveRole(String, String) - Method in interface de.alpharogroup.user.service.api.RolesService
Creates a new Roles object with the given arguments and save it.
createAndSaveRole(String, String, Set<Permissions>) - Method in interface de.alpharogroup.user.service.api.RolesService
Creates a new Roles object with the given arguments and save it.
createAndSaveRole(String, String) - Method in class de.alpharogroup.user.service.RolesBusinessService
Creates a new Roles object with the given arguments and save it.
createAndSaveRole(String, String, Set<Permissions>) - Method in class de.alpharogroup.user.service.RolesBusinessService
Creates a new Roles object with the given arguments and save it.

D

de.alpharogroup.user.service - package de.alpharogroup.user.service
 
de.alpharogroup.user.service.api - package de.alpharogroup.user.service.api
 
de.alpharogroup.user.service.locator - package de.alpharogroup.user.service.locator
 
de.alpharogroup.user.service.util - package de.alpharogroup.user.service.util
 
de.alpharogroup.user.sign.up - package de.alpharogroup.user.sign.up
 

E

exists(String) - Method in interface de.alpharogroup.user.service.api.RolesService
Checks if a role exists with the given role name.
exists(String) - Method in class de.alpharogroup.user.service.RolesBusinessService
Checks if a role exists with the given role name.
existsUserWithUsername(String) - Method in interface de.alpharogroup.user.service.api.BaseUsersService
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.service.BaseUserBusinessService
Checks if a user exists with the given user name.

F

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
 

G

getAutheticationToken(String) - Method in interface de.alpharogroup.user.service.api.UserTokensService
Gets the authetication token from the given user name.
getAutheticationToken(String) - Method in class de.alpharogroup.user.service.UserTokensBusinessService
 
getPermissionsService() - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Gets the permission service.
getRelationPermissionsService() - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Gets the RelationPermissionsService.
getResetPasswordsService() - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Gets the reset passwords service.
getRolesService() - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Gets the roles service.
getUsersService() - Method in interface de.alpharogroup.user.service.api.BaseAuthenticationsService
 
getUsersService() - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Gets the users service.

H

HqlStringCreator - Class in de.alpharogroup.user.service.util
 
HqlStringCreator() - Constructor for class de.alpharogroup.user.service.util.HqlStringCreator
 

I

isValid(String) - Method in interface de.alpharogroup.user.service.api.UserTokensService
Checks if the given token is valid.
isValid(String) - Method in class de.alpharogroup.user.service.UserTokensBusinessService
 

L

LOGGER - Static variable in class de.alpharogroup.user.service.BaseUserBusinessService
The Constant LOGGER.

N

newAuthenticationToken(String) - Method in interface de.alpharogroup.user.service.api.BaseAuthenticationsService
 
newAuthenticationToken(String) - Method in interface de.alpharogroup.user.service.api.UserTokensService
Factory method that creates a new authentication token from the given user name.
newAuthenticationToken(String) - Method in class de.alpharogroup.user.service.BaseAuthenticationsBusinessService
 
newAuthenticationToken(String) - Method in class de.alpharogroup.user.service.UserTokensBusinessService
Factory method that creates a new authentication token from the given user name.

P

PermissionsBusinessService - Class in de.alpharogroup.user.service
 
PermissionsBusinessService() - Constructor for class de.alpharogroup.user.service.PermissionsBusinessService
 
PermissionsService - Interface in de.alpharogroup.user.service.api
The interface PermissionsService.

R

RelationPermissionsBusinessService - Class in de.alpharogroup.user.service
 
RelationPermissionsBusinessService() - Constructor for class de.alpharogroup.user.service.RelationPermissionsBusinessService
 
RelationPermissionsService - Interface in de.alpharogroup.user.service.api
removeAllPermissions(Users, Users) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
Removes all permissions that are given for both users.
removeAllPermissions(Users, Users) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
 
removePermission(Users, Users, Permissions) - Method in interface de.alpharogroup.user.service.api.RelationPermissionsService
Removes the given permission for the given subscriber provided from the provider.
removePermission(Users, Users, Permissions) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
 
ResetPasswordsBusinessService - Class in de.alpharogroup.user.service
 
ResetPasswordsBusinessService() - Constructor for class de.alpharogroup.user.service.ResetPasswordsBusinessService
 
ResetPasswordsService - Interface in de.alpharogroup.user.service.api
The interface ResetPasswordsService.
RolesBusinessService - Class in de.alpharogroup.user.service
 
RolesBusinessService() - Constructor for class de.alpharogroup.user.service.RolesBusinessService
 
RolesService - Interface in de.alpharogroup.user.service.api
The interface RolesService.

S

ServiceLocator - Interface in de.alpharogroup.user.service.locator
 
setPermissionsDao(PermissionsDao) - Method in class de.alpharogroup.user.service.PermissionsBusinessService
 
setPermissionsService(PermissionsService) - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Sets the permission business service.
setRelationPermissionsDao(RelationPermissionsDao) - Method in class de.alpharogroup.user.service.RelationPermissionsBusinessService
 
setRelationPermissionsService(RelationPermissionsService) - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Sets the RelationPermissionsService.
setResetPasswordsDao(ResetPasswordsDao) - Method in class de.alpharogroup.user.service.ResetPasswordsBusinessService
 
setResetPasswordsService(ResetPasswordsService) - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Sets the reset passwords business service.
setRolesDao(RolesDao) - Method in class de.alpharogroup.user.service.RolesBusinessService
 
setRolesService(RolesService) - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Sets the roles service.
setUsersDao(UsersDao) - Method in class de.alpharogroup.user.service.BaseUserBusinessService
 
setUsersService(BaseUsersService) - Method in interface de.alpharogroup.user.service.locator.ServiceLocator
Sets the users business service.
setUserTokensDao(UserTokensDao) - Method in class de.alpharogroup.user.service.UserTokensBusinessService
 
SignUpUserResult - Class in de.alpharogroup.user.sign.up
The class SignUpUserResult.
SignUpUserResult() - Constructor for class de.alpharogroup.user.sign.up.SignUpUserResult
 

U

userIsInRole(Users, Roles) - Method in interface de.alpharogroup.user.service.api.BaseUsersService
Checks if the given Users object is in the given Roles object.
userIsInRole(Users, Roles) - Method in class de.alpharogroup.user.service.BaseUserBusinessService
Checks if the given Users object is in the given Roles object.
UserTokensBusinessService - Class in de.alpharogroup.user.service
 
UserTokensBusinessService() - Constructor for class de.alpharogroup.user.service.UserTokensBusinessService
 
UserTokensService - Interface in de.alpharogroup.user.service.api
The interface UserTokensService.
A B C D E F G H I L N P R S U 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.