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

A

addRole(R) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Adds the given role to the user.
addRole(Role<Permission>) - Method in class net.sourceforge.jaulp.auth.SimpleUser
 
addSession(Session<SK, SV>) - Method in interface net.sourceforge.jaulp.auth.interfaces.SessionContext
Adds the session to the context.
addSession(Session<String, String>) - Method in class net.sourceforge.jaulp.auth.UserSessionContext
Adds the session to the context.

B

BaseSignInModel - Class in net.sourceforge.jaulp.auth.models
The Class BaseSignInModel is an implementation from the interface SignInModel.
BaseSignInModel() - Constructor for class net.sourceforge.jaulp.auth.models.BaseSignInModel
 
BaseSignUpModel - Class in net.sourceforge.jaulp.auth.models
The Class BaseSignUpModel is an implementation from the interface SimpleSignUpModel.
BaseSignUpModel() - Constructor for class net.sourceforge.jaulp.auth.models.BaseSignUpModel
Instantiates a new base sign up model.
BaseUsernameSignInModel - Class in net.sourceforge.jaulp.auth.models
The Class BaseUsernameSignInModel is an implementation from the interface UsernameSignInModel.
BaseUsernameSignInModel() - Constructor for class net.sourceforge.jaulp.auth.models.BaseUsernameSignInModel
 
BaseUsernameSignUpModel - Class in net.sourceforge.jaulp.auth.models
The Class BaseUsernameSignUpModel is an implementation from the interface UsernameSignUpModel.
BaseUsernameSignUpModel() - Constructor for class net.sourceforge.jaulp.auth.models.BaseUsernameSignUpModel
 

E

EMAIL - Static variable in class net.sourceforge.jaulp.auth.models.BaseSignInModel
The Constant EMAIL.
EmailAlreadyExistsException - Exception in net.sourceforge.jaulp.auth.exceptions
Thrown when email already exists.
EmailAlreadyExistsException() - Constructor for exception net.sourceforge.jaulp.auth.exceptions.EmailAlreadyExistsException
Instantiates a new email already exists exception.
EmailAlreadyExistsException(String) - Constructor for exception net.sourceforge.jaulp.auth.exceptions.EmailAlreadyExistsException
Instantiates a new email already exists exception.
EmailAlreadyExistsException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.auth.exceptions.EmailAlreadyExistsException
Instantiates a new email already exists exception.
EmailAlreadyExistsException(Throwable) - Constructor for exception net.sourceforge.jaulp.auth.exceptions.EmailAlreadyExistsException
Instantiates a new email already exists exception.
existsUserWithEmail(String) - Method in interface net.sourceforge.jaulp.auth.usermanagement.UserManagementService
Exists user with email.
existsUserWithEmailOrUsername(String, String) - Method in interface net.sourceforge.jaulp.auth.usermanagement.UserManagementService
Exists user with email or username.
existsUserWithUsername(String) - Method in interface net.sourceforge.jaulp.auth.usermanagement.UserManagementService
Exists user with username.

G

getAttributte(K) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
 
getAttributte(String) - Method in class net.sourceforge.jaulp.auth.UserSession
 
getAttributtes() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field attributtes.
getAttributtes() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field attributtes.
getDescription() - Method in interface net.sourceforge.jaulp.auth.interfaces.Permission
Returns the field description.
getDescription() - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Returns the field description.
getDescription() - Method in class net.sourceforge.jaulp.auth.SimplePermission
Returns the field description.
getDescription() - Method in class net.sourceforge.jaulp.auth.SimpleRole
Returns the field description.
getEmail() - Method in class net.sourceforge.jaulp.auth.models.BaseSignInModel
Gets the email.
getEmail() - Method in interface net.sourceforge.jaulp.auth.models.SignInModel
Gets the email.
getId() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field id.
getId() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field id.
getId() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field id.
getId() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field id.
getInstance() - Static method in class net.sourceforge.jaulp.auth.UserSessionContext
Returns the field instance.
getLastAccess() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field lastAccess.
getLastAccess() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field lastAccess.
getLocale() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field locale.
getLocale() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field locale.
getMaxInactiveTime() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field maxInactiveTime.
getMaxInactiveTime() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field maxInactiveTime.
getPassword() - Method in class net.sourceforge.jaulp.auth.models.BaseSignInModel
Gets the password.
getPassword() - Method in interface net.sourceforge.jaulp.auth.models.SignInModel
Gets the password.
getPermissionName() - Method in interface net.sourceforge.jaulp.auth.interfaces.Permission
Returns the field name.
getPermissionName() - Method in class net.sourceforge.jaulp.auth.SimplePermission
Returns the field name.
getPermissions() - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Gets the access rights.
getPermissions() - Method in class net.sourceforge.jaulp.auth.SimpleRole
Gets the access rights.
getPw() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field password.
getPw() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field password.
getRepeatPassword() - Method in class net.sourceforge.jaulp.auth.models.BaseSignUpModel
Gets the repeat password.
getRepeatPassword() - Method in interface net.sourceforge.jaulp.auth.models.SimpleSignUpModel
Gets the repeat password.
getRolename() - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Gets the name.
getRolename() - Method in class net.sourceforge.jaulp.auth.SimpleRole
Gets the name.
getRoles() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field roles.
getRoles() - Method in class net.sourceforge.jaulp.auth.SimpleUser
 
getSession(K) - Method in interface net.sourceforge.jaulp.auth.interfaces.SessionContext
Gets the session from the given id.
getSession(String) - Method in class net.sourceforge.jaulp.auth.UserSessionContext
Gets the session from the given id.
getShortcut() - Method in interface net.sourceforge.jaulp.auth.interfaces.Permission
 
getShortcut() - Method in class net.sourceforge.jaulp.auth.SimplePermission
 
getStartTime() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field startTime.
getStartTime() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field startTime.
getTermOfUseAccepted() - Method in class net.sourceforge.jaulp.auth.models.BaseSignUpModel
Gets the term of use accepted.
getTermOfUseAccepted() - Method in interface net.sourceforge.jaulp.auth.models.SimpleSignUpModel
Gets the term of use accepted.
getUser() - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Returns the field user.
getUser() - Method in class net.sourceforge.jaulp.auth.UserSession
Returns the field user.
getUsername() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field username.
getUsername() - Method in class net.sourceforge.jaulp.auth.models.BaseUsernameSignInModel
Gets the username.
getUsername() - Method in class net.sourceforge.jaulp.auth.models.BaseUsernameSignUpModel
Gets the username.
getUsername() - Method in interface net.sourceforge.jaulp.auth.models.UsernameSignInModel
Gets the username.
getUsername() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field username.

I

InsertUserState - Enum in net.sourceforge.jaulp.auth.enums
The Enum InsertUserState keeps three states for checking if the user exist or not.
isActive() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Checks if this User is active.
isActive() - Method in class net.sourceforge.jaulp.auth.SimpleUser
 
isLocked() - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Returns the field lock.
isLocked() - Method in class net.sourceforge.jaulp.auth.SimpleUser
Returns the field lock.

N

net.sourceforge.jaulp.auth - package net.sourceforge.jaulp.auth
In this package are classes and interfaces for simple authentication and authorization.
net.sourceforge.jaulp.auth.enums - package net.sourceforge.jaulp.auth.enums
 
net.sourceforge.jaulp.auth.exceptions - package net.sourceforge.jaulp.auth.exceptions
 
net.sourceforge.jaulp.auth.interfaces - package net.sourceforge.jaulp.auth.interfaces
Provides interfaces for simple authentication and authorization.
net.sourceforge.jaulp.auth.models - package net.sourceforge.jaulp.auth.models
 
net.sourceforge.jaulp.auth.usermanagement - package net.sourceforge.jaulp.auth.usermanagement
 

P

PASSWORD - Static variable in class net.sourceforge.jaulp.auth.models.BaseSignInModel
The Constant PASSWORD.
Permission - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface Permission.

R

removeRole(R) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Removes the given role from the user.
removeRole(Role<Permission>) - Method in class net.sourceforge.jaulp.auth.SimpleUser
 
removeSession(K) - Method in interface net.sourceforge.jaulp.auth.interfaces.SessionContext
Removes the session from the context.
removeSession(String) - Method in class net.sourceforge.jaulp.auth.UserSessionContext
Removes the session from the context.
Role<T extends Permission> - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface Role.

S

Session<K,V> - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface Session.
SessionContext<K,SK,SV> - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface SessionContext.
setActive(Boolean) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the active flag.
setActive(Boolean) - Method in class net.sourceforge.jaulp.auth.SimpleUser
 
setAttribute(K, V) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
 
setAttribute(String, String) - Method in class net.sourceforge.jaulp.auth.UserSession
 
setAttributtes(Map<K, V>) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field attributtes.
setAttributtes(Map<String, String>) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field attributtes.
setDescription(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Permission
Sets the field description.
setDescription(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Sets the field description.
setDescription(String) - Method in class net.sourceforge.jaulp.auth.SimplePermission
Sets the field description.
setDescription(String) - Method in class net.sourceforge.jaulp.auth.SimpleRole
Sets the field description.
setEmail(String) - Method in class net.sourceforge.jaulp.auth.models.BaseSignInModel
Sets the email.
setEmail(String) - Method in interface net.sourceforge.jaulp.auth.models.SignInModel
Sets the email.
setId(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field id.
setId(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field id.
setId(String) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field id.
setId(String) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field id.
setLastAccess(Date) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field lastAccess.
setLastAccess(Date) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field lastAccess.
setLocale(Locale) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field locale.
setLocale(Locale) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field locale.
setLocked(Boolean) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field lock.
setLocked(Boolean) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field lock.
setMaxInactiveTime(int) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field maxInactiveTime.
setMaxInactiveTime(int) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field maxInactiveTime.
setPassword(String) - Method in class net.sourceforge.jaulp.auth.models.BaseSignInModel
Sets the password.
setPassword(String) - Method in interface net.sourceforge.jaulp.auth.models.SignInModel
Sets the password.
setPermissionName(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Permission
Sets the field name.
setPermissionName(String) - Method in class net.sourceforge.jaulp.auth.SimplePermission
Sets the field name.
setPermissions(Set<T>) - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Sets the permissions.
setPermissions(Set<Permission>) - Method in class net.sourceforge.jaulp.auth.SimpleRole
 
setPw(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field password.
setPw(String) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field password.
setRepeatPassword(String) - Method in class net.sourceforge.jaulp.auth.models.BaseSignUpModel
Sets the repeat password.
setRepeatPassword(String) - Method in interface net.sourceforge.jaulp.auth.models.SimpleSignUpModel
Sets the repeat password.
setRolename(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Role
Sets the name.
setRolename(String) - Method in class net.sourceforge.jaulp.auth.SimpleRole
Sets the name.
setRoles(Set<R>) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field roles.
setRoles(Set<Role<Permission>>) - Method in class net.sourceforge.jaulp.auth.SimpleUser
 
setShortcut(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.Permission
 
setShortcut(String) - Method in class net.sourceforge.jaulp.auth.SimplePermission
 
setStartTime(Date) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field startTime.
setStartTime(Date) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field startTime.
setTermOfUseAccepted(Boolean) - Method in class net.sourceforge.jaulp.auth.models.BaseSignUpModel
Sets the term of use accepted.
setTermOfUseAccepted(Boolean) - Method in interface net.sourceforge.jaulp.auth.models.SimpleSignUpModel
Sets the term of use accepted.
setUser(User<Permission, Role<Permission>>) - Method in interface net.sourceforge.jaulp.auth.interfaces.Session
Sets the field user.
setUser(User<Permission, Role<Permission>>) - Method in class net.sourceforge.jaulp.auth.UserSession
Sets the field user.
setUsername(String) - Method in interface net.sourceforge.jaulp.auth.interfaces.User
Sets the field username.
setUsername(String) - Method in class net.sourceforge.jaulp.auth.models.BaseUsernameSignInModel
Sets the username.
setUsername(String) - Method in class net.sourceforge.jaulp.auth.models.BaseUsernameSignUpModel
Sets the username.
setUsername(String) - Method in interface net.sourceforge.jaulp.auth.models.UsernameSignInModel
Sets the username.
setUsername(String) - Method in class net.sourceforge.jaulp.auth.SimpleUser
Sets the field username.
SignInModel - Interface in net.sourceforge.jaulp.auth.models
The Interface SignInModel for sign in.
SimplePermission - Class in net.sourceforge.jaulp.auth
The Class SimpleAccessRight.
SimplePermission() - Constructor for class net.sourceforge.jaulp.auth.SimplePermission
 
SimpleRole - Class in net.sourceforge.jaulp.auth
The Class SimpleRole.
SimpleRole() - Constructor for class net.sourceforge.jaulp.auth.SimpleRole
 
SimpleSignUpModel - Interface in net.sourceforge.jaulp.auth.models
The Interface SimpleSignUpModel extends the SignInModel and adds the repeat pw of the member and the term of use flag.
SimpleUser - Class in net.sourceforge.jaulp.auth
The Class SimpleUser.
SimpleUser() - Constructor for class net.sourceforge.jaulp.auth.SimpleUser
 

U

User<P extends Permission,R extends Role<P>> - Interface in net.sourceforge.jaulp.auth.interfaces
The Interface User.
UserAlreadyExistsException - Exception in net.sourceforge.jaulp.auth.exceptions
Thrown when user already exists.
UserAlreadyExistsException() - Constructor for exception net.sourceforge.jaulp.auth.exceptions.UserAlreadyExistsException
Instantiates a new user already exists exception.
UserAlreadyExistsException(String) - Constructor for exception net.sourceforge.jaulp.auth.exceptions.UserAlreadyExistsException
Instantiates a new user already exists exception.
UserAlreadyExistsException(String, Throwable) - Constructor for exception net.sourceforge.jaulp.auth.exceptions.UserAlreadyExistsException
Instantiates a new user already exists exception.
UserAlreadyExistsException(Throwable) - Constructor for exception net.sourceforge.jaulp.auth.exceptions.UserAlreadyExistsException
Instantiates a new user already exists exception.
UserManagementService - Interface in net.sourceforge.jaulp.auth.usermanagement
 
UsernameSignInModel - Interface in net.sourceforge.jaulp.auth.models
The Interface UsernameSignInModel extended with the user name.
UsernameSignUpModel - Interface in net.sourceforge.jaulp.auth.models
The Interface UsernameSignUpModel extended with the user name.
UserSession - Class in net.sourceforge.jaulp.auth
The Class UserSession.
UserSession(User<Permission, Role<Permission>>) - Constructor for class net.sourceforge.jaulp.auth.UserSession
Default constructor.
UserSessionContext - Class in net.sourceforge.jaulp.auth
The Class UserSessionContext.

V

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

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