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

A

addPermission(User, User, Permission) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
Adds the given permission for the given subscriber provided from the provider.
addPermission(User, User, Permission) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Adds the given permission for the given subscriber provided from the provider.
authenticate(String, String) - Method in interface de.alpharogroup.user.service.api.BaseAuthenticationService
 
authenticate(String, String) - Method in class de.alpharogroup.user.service.BaseAuthenticationDomainService
 

B

BaseAuthenticationDomainService - Class in de.alpharogroup.user.service
 
BaseAuthenticationDomainService() - Constructor for class de.alpharogroup.user.service.BaseAuthenticationDomainService
 
BaseAuthenticationService - Interface in de.alpharogroup.user.service.api
 
BaseUserDomainService - Class in de.alpharogroup.user.service
BaseUserDomainService() - Constructor for class de.alpharogroup.user.service.BaseUserDomainService
 
BaseUserService - Interface in de.alpharogroup.user.service.api
The interface BaseUserService.

C

createAndSavePermissions(String, String) - Method in interface de.alpharogroup.user.service.api.PermissionService
Factory method to create and save a new Permission object.
createAndSavePermissions(String, String, String) - Method in interface de.alpharogroup.user.service.api.PermissionService
Factory method to create and save a new Permission object.
createAndSavePermissions(String, String) - Method in class de.alpharogroup.user.service.PermissionDomainService
Factory method to create and save a new Permission object.
createAndSavePermissions(String, String, String) - Method in class de.alpharogroup.user.service.PermissionDomainService
Factory method to create and save a new Permission object.
createAndSaveRole(String, String) - Method in interface de.alpharogroup.user.service.api.RoleService
Creates a new Role object with the given arguments and save it.
createAndSaveRole(String, String, Set<Permission>) - Method in interface de.alpharogroup.user.service.api.RoleService
Creates a new Role object with the given arguments and save it.
createAndSaveRole(String, String) - Method in class de.alpharogroup.user.service.RoleDomainService
Creates a new Role object with the given arguments and save it.
createAndSaveRole(String, String, Set<Permission>) - Method in class de.alpharogroup.user.service.RoleDomainService
Creates a new Role object with the given arguments and save it.

D

de.alpharogroup.user.domain - package de.alpharogroup.user.domain
 
de.alpharogroup.user.mapper - package de.alpharogroup.user.mapper
 
de.alpharogroup.user.service - package de.alpharogroup.user.service
 
de.alpharogroup.user.service.api - package de.alpharogroup.user.service.api
 

E

exists(String) - Method in interface de.alpharogroup.user.service.api.RoleService
Checks if a role exists with the given role name.
exists(String) - Method in class de.alpharogroup.user.service.RoleDomainService
Checks if a role exists with the given role name.
existsUserWithUsername(String) - Method in interface de.alpharogroup.user.service.api.BaseUserService
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.service.BaseUserDomainService
Checks if a user exists with the given user name.

F

find(String, String, String) - Method in interface de.alpharogroup.user.service.api.PermissionService
Find all Permission objects by the given parameters.
find(User, User) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
Find a list of RelationPermissions that the given provider granted to the subscriber.
find(User, User, Permission) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
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.UserTokenService
Find all token from the given user name.
find(String, String, String) - Method in class de.alpharogroup.user.service.PermissionDomainService
Find all Permission objects by the given parameters.
find(User, User) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Find a list of RelationPermissions that the given provider granted to the subscriber.
find(User, User, Permission) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
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 class de.alpharogroup.user.service.UserTokenDomainService
 
findAll(String) - Method in interface de.alpharogroup.user.service.api.UserTokenService
Find all token from the given user name.
findAll(String) - Method in class de.alpharogroup.user.service.UserTokenDomainService
 
findAllPermissions(Role) - Method in interface de.alpharogroup.user.service.api.RoleService
Find all Permission objects from the given Role object.
findAllPermissions(Role) - Method in class de.alpharogroup.user.service.RoleDomainService
Find all Permission objects from the given Role object.
findByName(String) - Method in interface de.alpharogroup.user.service.api.PermissionService
Find the Permission object by the given name.
findByName(String) - Method in class de.alpharogroup.user.service.PermissionDomainService
Find the Permission object by the given name.
findByShortcut(String) - Method in interface de.alpharogroup.user.service.api.PermissionService
Find the Permission object by the given shortcut.
findByShortcut(String) - Method in class de.alpharogroup.user.service.PermissionDomainService
Find the Permission object by the given shortcut.
findRelationPermissions(User, User) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
Find all given permissions that the given provider granted to the subscriber.
findRelationPermissions(User, User, Permission) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
Finds the RelationPermissions object from the given permissions the given provider and the subscriber.
findRelationPermissions(User, User) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Find all given permissions that the given provider granted to the subscriber.
findRelationPermissions(User, User, Permission) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Finds the RelationPermissions object from the given permissions the given provider and the subscriber.
findResetPassword(User) - Method in interface de.alpharogroup.user.service.api.ResetPasswordService
Finds the ResetPassword object from the given User object.
findResetPassword(User, String) - Method in interface de.alpharogroup.user.service.api.ResetPasswordService
Find the entry from the given User and the given generated password(hashed).
findResetPassword(User) - Method in class de.alpharogroup.user.service.ResetPasswordDomainService
Finds the ResetPassword object from the given User object.
findResetPassword(User, String) - Method in class de.alpharogroup.user.service.ResetPasswordDomainService
Find the entry from the given User and the given generated password(hashed).
findRole(String) - Method in interface de.alpharogroup.user.service.api.RoleService
Find the Role object with the given role name.
findRole(String) - Method in class de.alpharogroup.user.service.RoleDomainService
Find the Role object with the given role name.
findRoles(String) - Method in interface de.alpharogroup.user.service.api.RoleService
Find the Role objects with the given role name.
findRoles(String) - Method in class de.alpharogroup.user.service.RoleDomainService
Find the Role objects with the given role name.
findRolesFromUser(User) - Method in interface de.alpharogroup.user.service.api.BaseUserService
Find roles from the given User.
findRolesFromUser(User) - Method in class de.alpharogroup.user.service.BaseUserDomainService
Find roles from the given User.
findUserWithUsername(String) - Method in interface de.alpharogroup.user.service.api.BaseUserService
Find User object from the given user name.
findUserWithUsername(String) - Method in class de.alpharogroup.user.service.BaseUserDomainService
Find User object from the given user name.

G

getAutheticationToken(String) - Method in interface de.alpharogroup.user.service.api.UserTokenService
Gets the authetication token from the given user name.
getAutheticationToken(String) - Method in class de.alpharogroup.user.service.UserTokenDomainService
 

I

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

N

newAuthenticationToken(String) - Method in interface de.alpharogroup.user.service.api.BaseAuthenticationService
Factory method that creates a new authentication token or gets the existing one from the given user name.
newAuthenticationToken(String) - Method in class de.alpharogroup.user.service.BaseAuthenticationDomainService
 

P

Permission - Class in de.alpharogroup.user.domain
 
Permission() - Constructor for class de.alpharogroup.user.domain.Permission
 
PermissionDomainService - Class in de.alpharogroup.user.service
PermissionDomainService() - Constructor for class de.alpharogroup.user.service.PermissionDomainService
 
PermissionService - Interface in de.alpharogroup.user.service.api
The interface PermissionService.
PermissionsMapper - Class in de.alpharogroup.user.mapper
PermissionsMapper() - Constructor for class de.alpharogroup.user.mapper.PermissionsMapper
 

R

RelationPermission - Class in de.alpharogroup.user.domain
 
RelationPermission() - Constructor for class de.alpharogroup.user.domain.RelationPermission
 
RelationPermissionDomainService - Class in de.alpharogroup.user.service
RelationPermissionDomainService() - Constructor for class de.alpharogroup.user.service.RelationPermissionDomainService
 
RelationPermissionService - Interface in de.alpharogroup.user.service.api
RelationPermissionsMapper - Class in de.alpharogroup.user.mapper
RelationPermissionsMapper() - Constructor for class de.alpharogroup.user.mapper.RelationPermissionsMapper
 
removeAllPermissions(User, User) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
Removes all permissions that are given for both users.
removeAllPermissions(User, User) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Removes all permissions that are given for both users.
removePermission(User, User, Permission) - Method in interface de.alpharogroup.user.service.api.RelationPermissionService
Removes the given permission for the given subscriber provided from the provider.
removePermission(User, User, Permission) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Removes the given permission for the given subscriber provided from the provider.
ResetPassword - Class in de.alpharogroup.user.domain
 
ResetPassword() - Constructor for class de.alpharogroup.user.domain.ResetPassword
 
ResetPasswordDomainService - Class in de.alpharogroup.user.service
ResetPasswordDomainService() - Constructor for class de.alpharogroup.user.service.ResetPasswordDomainService
 
ResetPasswordService - Interface in de.alpharogroup.user.service.api
The interface ResetPasswordService.
ResetPasswordsMapper - Class in de.alpharogroup.user.mapper
ResetPasswordsMapper() - Constructor for class de.alpharogroup.user.mapper.ResetPasswordsMapper
 
Role - Class in de.alpharogroup.user.domain
 
Role() - Constructor for class de.alpharogroup.user.domain.Role
 
RoleDomainService - Class in de.alpharogroup.user.service
RoleDomainService() - Constructor for class de.alpharogroup.user.service.RoleDomainService
 
RoleService - Interface in de.alpharogroup.user.service.api
The interface RoleService.
RolesMapper - Class in de.alpharogroup.user.mapper
The class RolesMapper.
RolesMapper() - Constructor for class de.alpharogroup.user.mapper.RolesMapper
 

S

setPermissionsDao(PermissionsDao) - Method in class de.alpharogroup.user.service.PermissionDomainService
Sets the specific PermissionsDao.
setPermissionsMapper(PermissionsMapper) - Method in class de.alpharogroup.user.service.PermissionDomainService
Sets the specific PermissionsMapper.
setRelationPermissionsDao(RelationPermissionsDao) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Sets the specific RelationPermissionsDao.
setRelationPermissionsMapper(RelationPermissionsMapper) - Method in class de.alpharogroup.user.service.RelationPermissionDomainService
Sets the specific RelationPermissionsMapper.
setResetPasswordsDao(ResetPasswordsDao) - Method in class de.alpharogroup.user.service.ResetPasswordDomainService
Sets the specific ResetPasswordsDao.
setResetPasswordsMapper(ResetPasswordsMapper) - Method in class de.alpharogroup.user.service.ResetPasswordDomainService
Sets the specific ResetPasswordsMapper.
setRolesDao(RolesDao) - Method in class de.alpharogroup.user.service.RoleDomainService
Sets the specific RolesDao.
setRolesMapper(RolesMapper) - Method in class de.alpharogroup.user.service.RoleDomainService
Sets the specific RolesMapper.
setUsersDao(UsersDao) - Method in class de.alpharogroup.user.service.BaseUserDomainService
Sets the specific UsersDao.
setUsersMapper(UsersMapper) - Method in class de.alpharogroup.user.service.BaseUserDomainService
Sets the specific UsersMapper.
setUserTokensDao(UserTokensDao) - Method in class de.alpharogroup.user.service.UserTokenDomainService
Sets the specific UserTokensDao.
setUserTokensMapper(UserTokensMapper) - Method in class de.alpharogroup.user.service.UserTokenDomainService
Sets the specific UserTokensMapper.

U

User - Class in de.alpharogroup.user.domain
 
User() - Constructor for class de.alpharogroup.user.domain.User
 
userIsInRole(User, Role) - Method in interface de.alpharogroup.user.service.api.BaseUserService
Checks if the given User object is in the given Role object.
userIsInRole(User, Role) - Method in class de.alpharogroup.user.service.BaseUserDomainService
Checks if the given User object is in the given Role object.
UsersMapper - Class in de.alpharogroup.user.mapper
The class UsersMapper.
UsersMapper() - Constructor for class de.alpharogroup.user.mapper.UsersMapper
 
UserToken - Class in de.alpharogroup.user.domain
 
UserToken() - Constructor for class de.alpharogroup.user.domain.UserToken
 
UserTokenDomainService - Class in de.alpharogroup.user.service
UserTokenDomainService() - Constructor for class de.alpharogroup.user.service.UserTokenDomainService
 
UserTokenService - Interface in de.alpharogroup.user.service.api
The interface UserTokenService.
UserTokensMapper - Class in de.alpharogroup.user.mapper
The class UserTokensMapper.
UserTokensMapper() - Constructor for class de.alpharogroup.user.mapper.UserTokensMapper
 
A B C D E F G I N P R S U 
Skip navigation links

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