A C D E F G H I M N O P R S T U V 
All Classes All Packages

A

ABUSE - de.alpharogroup.user.auth.enums.RuleViolationReason
The constant rule violation for abuse reason.
addPermission(Permissions) - Method in class de.alpharogroup.user.auth.jpa.entities.Roles
Adds the given permission to this Roles object
addRole(Roles) - Method in class de.alpharogroup.user.auth.jpa.entities.Users
Adds the given role to this Users object
ADVERTISING - de.alpharogroup.user.auth.enums.RuleViolationReason
The constant rule violation for advertising reason.
ApplicationHeaderKeyNames - Enum in de.alpharogroup.user.auth.enums
 
Applications - Class in de.alpharogroup.user.auth.jpa.entities
 
Applications() - Constructor for class de.alpharogroup.user.auth.jpa.entities.Applications
 
ApplicationsRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 

C

Contactmethods - Class in de.alpharogroup.user.auth.jpa.entities
The entity class Contactmethods is keeping the information for the contact methods and the corresponding value.
Contactmethods() - Constructor for class de.alpharogroup.user.auth.jpa.entities.Contactmethods
 
ContactmethodsRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 
ContactmethodType - Enum in de.alpharogroup.user.auth.enums
The enum ContactmethodType defines a view of the types for contact methods that are used for contact.

D

de.alpharogroup.user.auth.enums - package de.alpharogroup.user.auth.enums
 
de.alpharogroup.user.auth.jpa.entities - package de.alpharogroup.user.auth.jpa.entities
 
de.alpharogroup.user.auth.jpa.repositories - package de.alpharogroup.user.auth.jpa.repositories
 
DEFAULT_TOKEN_AUDIENCE - Static variable in enum de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
 
DEFAULT_TOKEN_AUDIENCE_VALUE - de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
 
DEFAULT_TOKEN_ISSUER - Static variable in enum de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
 
DEFAULT_TOKEN_ISSUER_VALUE - de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
 

E

EMAIL - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method email.
ENUM_CLASS_NAME_VALUE - Static variable in enum de.alpharogroup.user.auth.enums.ContactmethodType
 
ENUM_CLASS_NAME_VALUE - Static variable in enum de.alpharogroup.user.auth.enums.GenderType
 
ENUM_CLASS_NAME_VALUE - Static variable in enum de.alpharogroup.user.auth.enums.RuleViolationReason
 
ENUM_CLASS_NAME_VALUE - Static variable in enum de.alpharogroup.user.auth.enums.UserRole
 
existsByEmail(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
Checks if an Users object exists with the given email
existsByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ApplicationsRepository
Checks if an Applications object exists with the given role name.
existsByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.RolesRepository
Checks if an Roles object exists with the given role name.
existsByUsername(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
Checks if an Users object exists with the given user name

F

FAX - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method fax.
FEMALE - de.alpharogroup.user.auth.enums.GenderType
The constant for the gender female.
find(ContactmethodType, String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ContactmethodsRepository
Find all the Contactmethods objects from the given contact value and the given ContactmethodType.
findByEmail(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
Find Users object from the given users email
findByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ApplicationsRepository
Find the Applications object with the given role name.
findByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.PermissionsRepository
Find the Permissions object by the given name.
findByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.RolesRepository
Find the Roles object with the given role name.
findByOwner(Users) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UserInfosRepository
 
findByProviderAndSubscriber(Users, Users) - Method in interface de.alpharogroup.user.auth.jpa.repositories.RelationPermissionsRepository
Find a list of RelationPermissions that the given provider granted to the subscriber.
findByProviderAndSubscriberAndPermission(Users, Users, Permissions) - Method in interface de.alpharogroup.user.auth.jpa.repositories.RelationPermissionsRepository
Finds the RelationPermissions object from the given permissions the given provider and the subscriber.
findByShortcut(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.PermissionsRepository
Find the Permissions object by the given shortcut.
findByUser(Users) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ResetPasswordsRepository
Finds the ResetPasswords object from the given Users object
findByUserAndGeneratedPassword(Users, String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ResetPasswordsRepository
Find the entry from the given Users and the given generated password(hashed)
findByUsername(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
Find Users object from the given user name.
findContactmethods(ContactmethodType, Users) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ContactmethodsRepository
Find all the Contactmethods objects from the given user and the given ContactmethodType.

G

GenderType - Enum in de.alpharogroup.user.auth.enums
The enum GenderType defines the type of the gender.
getHumanGenders() - Static method in enum de.alpharogroup.user.auth.enums.GenderType
Gets the all genders without the gender type GenderType.UNDEFINED and GenderType.INCORPORATION.
getName() - Method in enum de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
Gets the specific name
getValidGenders() - Static method in enum de.alpharogroup.user.auth.enums.GenderType
Gets the all genders without the gender type GenderType.UNDEFINED.
guest - de.alpharogroup.user.auth.enums.UserRole
 

H

HEADER_KEY_ROLES - Static variable in enum de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
 
HEADER_KEY_ROLES_VALUE - de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
 

I

INCORPORATION - de.alpharogroup.user.auth.enums.GenderType
The constant for the gender that represents a company.
INTERNET - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method internet.

M

MAIL - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method mail.
MALE - de.alpharogroup.user.auth.enums.GenderType
The constant for the gender male.
member - de.alpharogroup.user.auth.enums.UserRole
 
MESSENGER - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method messenger.
MOBILE - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method mobile.

N

NEWSGROUP - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method newsgroup.

O

OTHER - de.alpharogroup.user.auth.enums.RuleViolationReason
The constant rule violation for other reason.

P

Permissions - Class in de.alpharogroup.user.auth.jpa.entities
The entity class Permissions is keeping the information for the permissions of a role or roles.
Permissions() - Constructor for class de.alpharogroup.user.auth.jpa.entities.Permissions
 
PermissionsRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 
premium - de.alpharogroup.user.auth.enums.UserRole
 

R

RACIST - de.alpharogroup.user.auth.enums.RuleViolationReason
The constant rule violation for racist reason.
RelationPermissions - Class in de.alpharogroup.user.auth.jpa.entities
This class describes the permissions that a user(provider) can grant to another user(subscriber).
RelationPermissions() - Constructor for class de.alpharogroup.user.auth.jpa.entities.RelationPermissions
 
RelationPermissionsRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 
removePermission(Permissions) - Method in class de.alpharogroup.user.auth.jpa.entities.Roles
Removes the given permission from this Roles object
removeRole(Roles) - Method in class de.alpharogroup.user.auth.jpa.entities.Users
Removes the given role from this Users object
ResetPasswords - Class in de.alpharogroup.user.auth.jpa.entities
The entity class ResetPasswords is keeping the information for reseting the password from a user.
ResetPasswords() - Constructor for class de.alpharogroup.user.auth.jpa.entities.ResetPasswords
 
ResetPasswordsRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 
Roles - Class in de.alpharogroup.user.auth.jpa.entities
The entity class Roles is keeping the information for the user roles.
Roles() - Constructor for class de.alpharogroup.user.auth.jpa.entities.Roles
 
RolesRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 
root - de.alpharogroup.user.auth.enums.UserRole
 
RuleViolationReason - Enum in de.alpharogroup.user.auth.enums

S

SMS - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method sms.

T

TELEFON - de.alpharogroup.user.auth.enums.ContactmethodType
The constant for the contact method telefon.
testmember - de.alpharogroup.user.auth.enums.UserRole
 
testpremium - de.alpharogroup.user.auth.enums.UserRole
 

U

UNDEFINED - de.alpharogroup.user.auth.enums.GenderType
The constant if the gender is undefined.
UserInfos - Class in de.alpharogroup.user.auth.jpa.entities
The entity class UserInfos UserInfos hold user specific information
UserInfos() - Constructor for class de.alpharogroup.user.auth.jpa.entities.UserInfos
 
UserInfosRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 
UserRole - Enum in de.alpharogroup.user.auth.enums
 
Users - Class in de.alpharogroup.user.auth.jpa.entities
The entity class Users is keeping the information for the users from the application.
Users() - Constructor for class de.alpharogroup.user.auth.jpa.entities.Users
 
UsersRepository - Interface in de.alpharogroup.user.auth.jpa.repositories
 

V

valueOf(String) - Static method in enum de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.user.auth.enums.ContactmethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.user.auth.enums.GenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.user.auth.enums.RuleViolationReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.user.auth.enums.UserRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.user.auth.enums.ApplicationHeaderKeyNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.user.auth.enums.ContactmethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.user.auth.enums.GenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.user.auth.enums.RuleViolationReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.user.auth.enums.UserRole
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I M N O P R S T U V 
All Classes All Packages