| Package | Description |
|---|---|
| de.alpharogroup.user.service | |
| de.alpharogroup.user.service.api |
| Modifier and Type | Method and Description |
|---|---|
User |
BaseUserDomainService.findUserWithUsername(String username)
Find
User object from the given user name. |
| Modifier and Type | Method and Description |
|---|---|
de.alpharogroup.auth.models.AuthenticationResult<User,de.alpharogroup.auth.models.AuthenticationErrors> |
BaseAuthenticationDomainService.authenticate(String emailOrUsername,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationPermissionDomainService.addPermission(User provider,
User subscriber,
Permission permission)
Adds the given permission for the given subscriber provided from the provider.
|
List<RelationPermission> |
RelationPermissionDomainService.find(User provider,
User subscriber)
Find a list of RelationPermissions that the given provider granted to the subscriber.
|
List<RelationPermission> |
RelationPermissionDomainService.find(User provider,
User subscriber,
Permission permission)
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.
|
RelationPermission |
RelationPermissionDomainService.findRelationPermissions(User provider,
User subscriber)
Find all given permissions that the given provider granted to the subscriber.
|
RelationPermission |
RelationPermissionDomainService.findRelationPermissions(User provider,
User subscriber,
Permission permission)
Finds the RelationPermissions object from the given permissions the given provider and the
subscriber.
|
ResetPassword |
ResetPasswordDomainService.findResetPassword(User user)
Finds the
ResetPassword object from the given User object. |
ResetPassword |
ResetPasswordDomainService.findResetPassword(User user,
String generatedPassword)
Find the entry from the given
User and the given generated password(hashed). |
List<Role> |
BaseUserDomainService.findRolesFromUser(User user)
Find roles from the given
User. |
void |
RelationPermissionDomainService.removeAllPermissions(User provider,
User subscriber)
Removes all permissions that are given for both users.
|
void |
RelationPermissionDomainService.removePermission(User provider,
User subscriber,
Permission permission)
Removes the given permission for the given subscriber provided from the provider.
|
boolean |
BaseUserDomainService.userIsInRole(User user,
Role role)
|
| Modifier and Type | Method and Description |
|---|---|
User |
BaseUserService.findUserWithUsername(String username)
Find
User object from the given user name. |
| Modifier and Type | Method and Description |
|---|---|
de.alpharogroup.auth.models.AuthenticationResult<User,de.alpharogroup.auth.models.AuthenticationErrors> |
BaseAuthenticationService.authenticate(String emailOrUsername,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationPermissionService.addPermission(User provider,
User subscriber,
Permission permission)
Adds the given permission for the given subscriber provided from the provider.
|
List<RelationPermission> |
RelationPermissionService.find(User provider,
User subscriber)
Find a list of RelationPermissions that the given provider granted to the subscriber.
|
List<RelationPermission> |
RelationPermissionService.find(User provider,
User subscriber,
Permission permission)
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.
|
RelationPermission |
RelationPermissionService.findRelationPermissions(User provider,
User subscriber)
Find all given permissions that the given provider granted to the subscriber.
|
RelationPermission |
RelationPermissionService.findRelationPermissions(User provider,
User subscriber,
Permission permission)
Finds the RelationPermissions object from the given permissions the given provider and the
subscriber.
|
ResetPassword |
ResetPasswordService.findResetPassword(User user)
Finds the
ResetPassword object from the given User object. |
ResetPassword |
ResetPasswordService.findResetPassword(User user,
String generatedPassword)
Find the entry from the given
User and the given generated password(hashed). |
List<Role> |
BaseUserService.findRolesFromUser(User user)
Find roles from the given
User. |
void |
RelationPermissionService.removeAllPermissions(User provider,
User subscriber)
Removes all permissions that are given for both users.
|
void |
RelationPermissionService.removePermission(User provider,
User subscriber,
Permission permission)
Removes the given permission for the given subscriber provided from the provider.
|
boolean |
BaseUserService.userIsInRole(User user,
Role role)
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.