A C D E F G H I M N O P R S T U V
All Classes All Packages
All Classes All Packages
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
Rolesobject - addRole(Roles) - Method in class de.alpharogroup.user.auth.jpa.entities.Users
-
Adds the given role to this
Usersobject - 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
Contactmethodsis 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
ContactmethodTypedefines 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
Usersobject exists with the given email - existsByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ApplicationsRepository
-
Checks if an
Applicationsobject exists with the given role name. - existsByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.RolesRepository
-
Checks if an
Rolesobject exists with the given role name. - existsByUsername(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
-
Checks if an
Usersobject 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
Contactmethodsobjects from the given contact value and the givenContactmethodType. - findByEmail(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
-
Find
Usersobject from the given users email - findByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ApplicationsRepository
-
Find the
Applicationsobject with the given role name. - findByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.PermissionsRepository
-
Find the
Permissionsobject by the given name. - findByName(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.RolesRepository
-
Find the
Rolesobject 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
Permissionsobject by the given shortcut. - findByUser(Users) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ResetPasswordsRepository
-
Finds the
ResetPasswordsobject from the givenUsersobject - findByUserAndGeneratedPassword(Users, String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ResetPasswordsRepository
-
Find the entry from the given
Usersand the given generated password(hashed) - findByUsername(String) - Method in interface de.alpharogroup.user.auth.jpa.repositories.UsersRepository
-
Find
Usersobject from the given user name. - findContactmethods(ContactmethodType, Users) - Method in interface de.alpharogroup.user.auth.jpa.repositories.ContactmethodsRepository
-
Find all the
Contactmethodsobjects from the given user and the givenContactmethodType.
G
- GenderType - Enum in de.alpharogroup.user.auth.enums
-
The enum
GenderTypedefines 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.UNDEFINEDandGenderType.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
Permissionsis 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
Rolesobject - removeRole(Roles) - Method in class de.alpharogroup.user.auth.jpa.entities.Users
-
Removes the given role from this
Usersobject - ResetPasswords - Class in de.alpharogroup.user.auth.jpa.entities
-
The entity class
ResetPasswordsis 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
Rolesis 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
-
The enum
RuleViolationReason.
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
UserInfosUserInfos 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
Usersis 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.
All Classes All Packages