Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C E G I L O P S T U

A

accountNonExpired - Variable in class org.acegisecurity.userdetails.User
 
accountNonLocked - Variable in class org.acegisecurity.userdetails.User
 
authorities - Variable in class org.acegisecurity.userdetails.User
 

C

credentialsNonExpired - Variable in class org.acegisecurity.userdetails.User
 

E

enabled - Variable in class org.acegisecurity.userdetails.User
 
equals(Object) - Method in class org.acegisecurity.userdetails.User
 

G

getAuthorities() - Method in class org.acegisecurity.userdetails.User
 
getAuthorities() - Method in interface org.acegisecurity.userdetails.UserDetails
Returns the authorities granted to the user.
getPassword() - Method in class org.acegisecurity.userdetails.User
 
getPassword() - Method in interface org.acegisecurity.userdetails.UserDetails
Returns the password used to authenticate the user.
getUsername() - Method in class org.acegisecurity.userdetails.User
 
getUsername() - Method in interface org.acegisecurity.userdetails.UserDetails
Returns the username used to authenticate the user.

I

isAccountNonExpired() - Method in class org.acegisecurity.userdetails.User
 
isAccountNonExpired() - Method in interface org.acegisecurity.userdetails.UserDetails
Indicates whether the user's account has expired.
isAccountNonLocked() - Method in class org.acegisecurity.userdetails.User
 
isAccountNonLocked() - Method in interface org.acegisecurity.userdetails.UserDetails
Indicates whether the user is locked or unlocked.
isCredentialsNonExpired() - Method in class org.acegisecurity.userdetails.User
 
isCredentialsNonExpired() - Method in interface org.acegisecurity.userdetails.UserDetails
Indicates whether the user's credentials (password) has expired.
isEnabled() - Method in class org.acegisecurity.userdetails.User
 
isEnabled() - Method in interface org.acegisecurity.userdetails.UserDetails
Indicates whether the user is enabled or disabled.

L

loadUserByUsername(String) - Method in interface org.acegisecurity.userdetails.UserDetailsService
Locates the user based on the username.

O

org.acegisecurity.userdetails - package org.acegisecurity.userdetails
 

P

password - Variable in class org.acegisecurity.userdetails.User
 

S

setAuthorities(GrantedAuthority[]) - Method in class org.acegisecurity.userdetails.User
 

T

toString() - Method in class org.acegisecurity.userdetails.User
 

U

User - class org.acegisecurity.userdetails.User.
Models core user information retieved by an UserDetailsService.
User() - Constructor for class org.acegisecurity.userdetails.User
 
User(String, String, boolean, GrantedAuthority[]) - Constructor for class org.acegisecurity.userdetails.User
Deprecated. use new constructor with extended properties (this constructor will be removed from release 1.0.0)
User(String, String, boolean, boolean, boolean, GrantedAuthority[]) - Constructor for class org.acegisecurity.userdetails.User
Deprecated. use new constructor with extended properties (this constructor will be removed from release 1.0.0)
User(String, String, boolean, boolean, boolean, boolean, GrantedAuthority[]) - Constructor for class org.acegisecurity.userdetails.User
Construct the User with the details required by org.acegisecurity.providers.dao.DaoAuthenticationProvider.
UserDetails - interface org.acegisecurity.userdetails.UserDetails.
Provides core user information.
UserDetailsService - interface org.acegisecurity.userdetails.UserDetailsService.
Defines an interface for implementations that wish to provide data access services to the org.acegisecurity.providers.dao.DaoAuthenticationProvider.
UsernameNotFoundException - exception org.acegisecurity.userdetails.UsernameNotFoundException.
Thrown if an UserDetailsService implementation cannot locate a User by its username.
UsernameNotFoundException(String) - Constructor for class org.acegisecurity.userdetails.UsernameNotFoundException
Constructs a UsernameNotFoundException with the specified message.
UsernameNotFoundException(String, Throwable) - Constructor for class org.acegisecurity.userdetails.UsernameNotFoundException
Constructs a UsernameNotFoundException with the specified message and root cause.
username - Variable in class org.acegisecurity.userdetails.User
 

A C E G I L O P S T U