|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
PasswordEncrypter implementation that does not really encrypt passwords.password unchanged.
password.
dao.findByLogin().
- findByLogin(String) -
Method in interface br.com.arsmachina.authentication.controller.UserController
- Returns the user with a given login or
null if no such user exists.
- findByLogin(String) -
Method in interface br.com.arsmachina.authentication.dao.UserDAO
- Returns the user with a given login or
null if no such
user exists.
- findByLoginAndPassword(String, String) -
Method in class br.com.arsmachina.authentication.controller.impl.UserControllerImpl
- Invokes
dao.findByLoginAndPassword().
- findByLoginAndPassword(String, String) -
Method in interface br.com.arsmachina.authentication.controller.UserController
- Returns the user with a given login and password or
null if no such user
exists.
- findByLoginAndPassword(String, String) -
Method in interface br.com.arsmachina.authentication.dao.UserDAO
- Returns the user with a given login and password or
null if no such
user exists.
- findByName(String) -
Method in class br.com.arsmachina.authentication.controller.impl.PermissionControllerImpl
- Invokes
dao.findByName().
- findByName(String) -
Method in class br.com.arsmachina.authentication.controller.impl.PermissionGroupControllerImpl
- Invokes
dao.findByName().
- findByName(String) -
Method in interface br.com.arsmachina.authentication.controller.PermissionController
- Returns the permission with the given name or
null if there is no such one.
- findByName(String) -
Method in interface br.com.arsmachina.authentication.controller.PermissionGroupController
- Returns the permission group with the given name or
null if there is no such
one.
- findByName(String) -
Method in interface br.com.arsmachina.authentication.dao.PermissionDAO
- Returns the permission with the given name or
null if there is no such one.
- findByName(String) -
Method in interface br.com.arsmachina.authentication.dao.PermissionGroupDAO
- Returns the permission group with the given name or
null if there is no such one.
- findByRole(Class<T>) -
Method in class br.com.arsmachina.authentication.controller.impl.UserControllerImpl
- Invokes
delegate.findByRole().
- findByRole(Class<T>) -
Method in interface br.com.arsmachina.authentication.controller.UserController
- Returns all users with a given
Role subclass.
- findByRole(Class<T>) -
Method in interface br.com.arsmachina.authentication.dao.UserDAO
- Returns all users with a given
Role subclass.
user.getEmail().
- getEmail() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
email property.
- getId() -
Method in class br.com.arsmachina.authentication.entity.Permission
- Returns the value of the
id property.
- getId() -
Method in class br.com.arsmachina.authentication.entity.PermissionGroup
- Returns the value of the
id property.
- getId() -
Method in class br.com.arsmachina.authentication.entity.Role
- Returns the value of the
id property.
- getId() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
id property.
- getLogin() -
Method in class br.com.arsmachina.authentication.entity.Role
- Invokes
user.getLogin().
- getLogin() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
login property.
- getName() -
Method in class br.com.arsmachina.authentication.entity.Permission
- Returns the value of the
name property.
- getName() -
Method in class br.com.arsmachina.authentication.entity.PermissionGroup
- Returns the value of the
name property.
- getName() -
Method in class br.com.arsmachina.authentication.entity.Role
- Invokes
user.getName().
- getName() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
name property.
- getPassword() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
password property.
- getPermissionGroups() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
permissionGroups property.
- getPermissions() -
Method in class br.com.arsmachina.authentication.entity.PermissionGroup
- Returns the value of the
permissions property.
- getPermissions() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns an unmodifiable list containing all the permissions granted to this user.
- getRemovedPermissions() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
removedPermissions property.
- getRole(Class<T>) -
Method in class br.com.arsmachina.authentication.entity.User
- Given a
Class object, returns the corresponding Role instance or null if this
user has no such role.
- getRoles() -
Method in class br.com.arsmachina.authentication.entity.User
- Returns the value of the
roles property.
- getUser() -
Method in class br.com.arsmachina.authentication.entity.Role
- Returns the value of the
user property.
delegate.hasUserWithLogin().
- hasUserWithLogin(String) -
Method in interface br.com.arsmachina.authentication.controller.UserController
- Tells if some user with a given login exists.
- hasUserWithLogin(String) -
Method in interface br.com.arsmachina.authentication.dao.UserDAO
- Tells if some user with a given login exists.
user.isCredentialsExpired().
- isCredentialsExpired() -
Method in class br.com.arsmachina.authentication.entity.User
- Is this user's credentials expired?
- isEnabled() -
Method in class br.com.arsmachina.authentication.entity.Role
- Invokes
user.isEnabled().
- isEnabled() -
Method in class br.com.arsmachina.authentication.entity.User
- Is this user's account enabled?.
- isExpired() -
Method in class br.com.arsmachina.authentication.entity.Role
- Invokes
user.isExpired().
- isExpired() -
Method in class br.com.arsmachina.authentication.entity.User
- Is this user's account expired?
- isLocked() -
Method in class br.com.arsmachina.authentication.entity.Role
- Invokes
user.isLocked().
- isLocked() -
Method in class br.com.arsmachina.authentication.entity.User
- Is this user's account locked?
- isLoggedIn() -
Method in class br.com.arsmachina.authentication.entity.Role
- Invokes
user.isLoggedIn().
- isLoggedIn() -
Method in class br.com.arsmachina.authentication.entity.User
- Is this user's logged in now?
Permission.PermissionController implementation.Permission.PermissionGroup.PermissionGroupController implementation.PermissionGroup.credentialsExpired property.
email property.
enabled property.
expired property.
id property.
id property.
id property.
id property.
locked property.
loggedIn property.
login property.
name property.
name property.
name property.
password property.
add(PermissionGroup) and remove(PermissionGroup) instead.
PermissionGroup.add(Permission) and PermissionGroup.remove(Permission) instead.
addRemovedPermission(Permission) and
#removeRemovedPermisson(Permission) instead.
add(Role) and remove(Role) instead.
user property.
name property.
name property.
name property.
User.UserController implementation.User.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||