Java org.springframework.security.core.userdetails UserDetails fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.core.userdetails UserDetails fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.core.userdetails UserDetails.

The text is from its open source code.

Implementation

org.springframework.security.core.userdetails.UserDetails has the following implementations.
Click this link to see all its implementation.

Constructor

Method

CollectiongetAuthorities()
Returns the authorities granted to the user.
ClassgetClass()
Returns the runtime class of this Object .
StringgetPassword()
Returns the password used to authenticate the user.
StringgetUsername()
Returns the username used to authenticate the user.
booleanisAccountNonExpired()
Indicates whether the user's account has expired.
booleanisAccountNonLocked()
Indicates whether the user is locked or unlocked.
booleanisCredentialsNonExpired()
Indicates whether the user's credentials (password) has expired.
booleanisEnabled()
Indicates whether the user is enabled or disabled.
StringtoString()
Returns a string representation of the object.