Skip navigation links
A D E G I P R S U V 

A

addRole(R) - Method in interface de.alpharogroup.auth.api.User
Adds the given role to the user.
addSession(Session<SK, SV>) - Method in interface de.alpharogroup.auth.api.SessionContext
Adds the session to the context.
AuthenticationErrors - Enum in de.alpharogroup.auth.enums

D

de.alpharogroup.auth.api - package de.alpharogroup.auth.api
This package provides interfaces for simple authentication and authorization
de.alpharogroup.auth.enums - package de.alpharogroup.auth.enums
This package provides an enum class for the user state
de.alpharogroup.auth.sign.in - package de.alpharogroup.auth.sign.in
This package provides interfaces for the sign in process in the area of authentication and authorization
de.alpharogroup.auth.sign.up - package de.alpharogroup.auth.sign.up
This package provides interfaces for the sign up process in the area of authentication and authorization
de.alpharogroup.auth.usermanagement - package de.alpharogroup.auth.usermanagement
This package provides interfaces for the user management

E

existsUserWithEmail(String) - Method in interface de.alpharogroup.auth.usermanagement.UserExistenceService
Checks if a user exists with the given email.
existsUserWithEmailOrUsername(String) - Method in interface de.alpharogroup.auth.usermanagement.UserExistenceService
Checks if a user exists with the given email or user name.
existsUserWithEmailOrUsername(String, String) - Method in interface de.alpharogroup.auth.usermanagement.UserExistenceService
Checks if a user exists with the given email or user name.
existsUserWithUsername(String) - Method in interface de.alpharogroup.auth.usermanagement.UserExistenceService
Checks if a user exists with the given user name.

G

getAttributte(K) - Method in interface de.alpharogroup.auth.api.Session
Gets the attributte.
getAttributtes() - Method in interface de.alpharogroup.auth.api.Session
Returns the field attributtes.
getDescription() - Method in interface de.alpharogroup.auth.api.Permission
Returns the field description.
getDescription() - Method in interface de.alpharogroup.auth.api.Role
Returns the field description.
getEmail() - Method in interface de.alpharogroup.auth.sign.in.SignInModel
Gets the email.
getId() - Method in interface de.alpharogroup.auth.api.Session
Returns the field id.
getId() - Method in interface de.alpharogroup.auth.api.User
Returns the field id.
getLastAccess() - Method in interface de.alpharogroup.auth.api.Session
Returns the field lastAccess.
getLocale() - Method in interface de.alpharogroup.auth.api.Session
Returns the field locale.
getMaxInactiveTime() - Method in interface de.alpharogroup.auth.api.Session
Returns the field maxInactiveTime.
getPassword() - Method in interface de.alpharogroup.auth.sign.in.SignInModel
Gets the password.
getPermissionName() - Method in interface de.alpharogroup.auth.api.Permission
Returns the field name.
getPermissions() - Method in interface de.alpharogroup.auth.api.Role
Gets the access rights.
getPw() - Method in interface de.alpharogroup.auth.api.User
Returns the field password.
getRepeatPassword() - Method in interface de.alpharogroup.auth.sign.up.SimpleSignUpModel
Gets the repeat password.
getRolename() - Method in interface de.alpharogroup.auth.api.Role
Gets the name.
getRoles() - Method in interface de.alpharogroup.auth.api.User
Returns the field roles.
getSession(K) - Method in interface de.alpharogroup.auth.api.SessionContext
Gets the session from the given id.
getShortcut() - Method in interface de.alpharogroup.auth.api.Permission
Gets the shortcut.
getStartTime() - Method in interface de.alpharogroup.auth.api.Session
Returns the field startTime.
getTermOfUseAccepted() - Method in interface de.alpharogroup.auth.sign.up.SimpleSignUpModel
Gets the term of use accepted.
getUser() - Method in interface de.alpharogroup.auth.api.Session
Returns the field user.
getUsername() - Method in interface de.alpharogroup.auth.api.User
Returns the field username.
getUsername() - Method in interface de.alpharogroup.auth.sign.in.UsernameSignInModel
Gets the username.

I

InsertUserState - Enum in de.alpharogroup.auth.enums
The enum InsertUserState keeps three states for checking if the user exist or not.
isActive() - Method in interface de.alpharogroup.auth.api.User
Checks if this User is active.
isLocked() - Method in interface de.alpharogroup.auth.api.User
Returns the field lock.

P

Permission - Interface in de.alpharogroup.auth.api
The interface Permission.

R

removeRole(R) - Method in interface de.alpharogroup.auth.api.User
Removes the given role from the user.
removeSession(K) - Method in interface de.alpharogroup.auth.api.SessionContext
Removes the session from the context.
Role<T extends Permission> - Interface in de.alpharogroup.auth.api
The interface Role.

S

Session<K,V> - Interface in de.alpharogroup.auth.api
The interface Session.
SessionContext<K,SK,SV> - Interface in de.alpharogroup.auth.api
The interface SessionContext.
setActive(Boolean) - Method in interface de.alpharogroup.auth.api.User
Sets the active flag.
setAttribute(K, V) - Method in interface de.alpharogroup.auth.api.Session
Sets the attribute.
setAttributtes(Map<K, V>) - Method in interface de.alpharogroup.auth.api.Session
Sets the field attributtes.
setDescription(String) - Method in interface de.alpharogroup.auth.api.Permission
Sets the field description.
setDescription(String) - Method in interface de.alpharogroup.auth.api.Role
Sets the field description.
setEmail(String) - Method in interface de.alpharogroup.auth.sign.in.SignInModel
Sets the email.
setId(String) - Method in interface de.alpharogroup.auth.api.Session
Sets the field id.
setId(String) - Method in interface de.alpharogroup.auth.api.User
Sets the field id.
setLastAccess(Date) - Method in interface de.alpharogroup.auth.api.Session
Sets the field lastAccess.
setLocale(Locale) - Method in interface de.alpharogroup.auth.api.Session
Sets the field locale.
setLocked(Boolean) - Method in interface de.alpharogroup.auth.api.User
Sets the field lock.
setMaxInactiveTime(int) - Method in interface de.alpharogroup.auth.api.Session
Sets the field maxInactiveTime.
setPassword(String) - Method in interface de.alpharogroup.auth.sign.in.SignInModel
Sets the password.
setPermissionName(String) - Method in interface de.alpharogroup.auth.api.Permission
Sets the field name.
setPermissions(Set<T>) - Method in interface de.alpharogroup.auth.api.Role
Sets the permissions.
setPw(String) - Method in interface de.alpharogroup.auth.api.User
Sets the field password.
setRepeatPassword(String) - Method in interface de.alpharogroup.auth.sign.up.SimpleSignUpModel
Sets the repeat password.
setRolename(String) - Method in interface de.alpharogroup.auth.api.Role
Sets the name.
setRoles(Set<R>) - Method in interface de.alpharogroup.auth.api.User
Sets the field roles.
setShortcut(String) - Method in interface de.alpharogroup.auth.api.Permission
Sets the shortcut.
setStartTime(Date) - Method in interface de.alpharogroup.auth.api.Session
Sets the field startTime.
setTermOfUseAccepted(Boolean) - Method in interface de.alpharogroup.auth.sign.up.SimpleSignUpModel
Sets the term of use accepted.
setUser(User<Permission, Role<Permission>>) - Method in interface de.alpharogroup.auth.api.Session
Sets the field user.
setUsername(String) - Method in interface de.alpharogroup.auth.api.User
Sets the field username.
setUsername(String) - Method in interface de.alpharogroup.auth.sign.in.UsernameSignInModel
Sets the username.
SignInModel - Interface in de.alpharogroup.auth.sign.in
The interface SignInModel for sign in.
SimpleSignUpModel - Interface in de.alpharogroup.auth.sign.up
The interface SimpleSignUpModel extends the SignInModel and adds the repeat password of the member and the term of use flag.

U

User<P extends Permission,R extends Role<P>> - Interface in de.alpharogroup.auth.api
The interface User.
UserExistenceService - Interface in de.alpharogroup.auth.usermanagement
The interface UserExistenceService.
UsernameSignInModel - Interface in de.alpharogroup.auth.sign.in
The interface UsernameSignInModel extended with the user name.
UsernameSignUpModel - Interface in de.alpharogroup.auth.sign.up
The interface UsernameSignUpModel extended with the user name.

V

ValidationErrors - Enum in de.alpharogroup.auth.enums
The enum ValidationErrors holds error constants that can occur over the sign up or sign in process.
valueOf(String) - Static method in enum de.alpharogroup.auth.enums.AuthenticationErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.auth.enums.InsertUserState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.auth.enums.ValidationErrors
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.auth.enums.AuthenticationErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.auth.enums.InsertUserState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.auth.enums.ValidationErrors
Returns an array containing the constants of this enum type, in the order they are declared.
A D E G I P R S U V 
Skip navigation links

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