beangle-security-core
beangle-security-core
org.beangle.security
Securities
SecurityException
org.beangle.security.authc
AbstractAccountRealm
AbstractAuthenticator
Account
AccountExpiredException
AccountStatusException
AccountStore
AnonymousToken
AuthenticationException
AuthenticationListener
AuthenticationToken
Authenticator
BadCredentialException
CredentialAge
CredentialChecker
CredentialExpiredException
CredentialStore
DBCredentialStore
DefaultAccount
StatusMask
DefaultAccount
DefaultAccountRealm
DefaultCredentialChecker
DisabledException
FirstSuccessfulStrategy
LockedException
PasswordPolicy
PolicyBean
PasswordPolicy
PasswordPolicyProvider
PasswordStrengthChecker
PreauthToken
Principals
Profile
Profile
RealmAuthenticationStrategy
RealmAuthenticator
UsernameNotFoundException
UsernamePasswordToken
org.beangle.security.authz
AbstractRoleBasedAuthorizer
AccessDeniedException
Authority
Authority
AuthorityDomain
AuthorityDomain
AuthorizationException
Authorizer
DomainFetcher
Permission
ProtectedAuthorizer
PublicAuthorizer
Resource
Resource
Scope
org.beangle.security.codec
DefaultPasswordEncoder
PasswordEncoder
org.beangle.security.context
GlobalHolder
SecurityContext
SecurityContext
SecurityContextHolder
ThreadLocalHolder
org.beangle.security.mgt
SecurityManager
org.beangle.security.realm
Realm
org.beangle.security.realm.ldap
BindCredentialChecker
ContextSource
LdapCredentialStore
LdapUserStore
LdapUserStore
Main
PoolingContextSource
SimpleLdapUserStore
org.beangle.security.session
DefaultSession
DefaultSessionBuilder
EventType
LoginEvent
LogoutEvent
OvermaxSessionException
Session
Agent
Session
SessionBuilder
SessionException
SessionExpiredException
SessionProfile
SessionProfileProvider
SessionRegistry
SessionRepo
org.beangle.security.util
SecurityDaemon
SecurityDaemon
Task
beangle-security-core
/
org.beangle.security.authc
/
DefaultAccount
DefaultAccount
final
class
DefaultAccount
extends
Account
Companion
object
Graph
Supertypes
trait
Account
trait
Externalizable
trait
Serializable
trait
Principal
class
Object
trait
Matchable
class
Any
Value members
Value members
Constructors
def
this
(name:
String
, description:
String
)
def
this
(account:
Account
)
Concrete methods
def
accountExpired
:
Boolean
def
accountExpired_=
(value:
Boolean
):
Unit
def
accountLocked
:
Boolean
def
accountLocked_=
(locked:
Boolean
):
Unit
def
addDetails
(added:
Map
[
String
,
Any
]):
DefaultAccount
def
addRemoteToken
(token:
Any
):
DefaultAccount
def
credentialExpired
:
Boolean
def
credentialExpired_=
(expired:
Boolean
):
Unit
def
credentialReadOnly
:
Boolean
def
credentialReadOnly_=
(value:
Boolean
):
Unit
def
disabled
:
Boolean
def
disabled_=
(value:
Boolean
):
Unit
override
def
equals
(obj:
Any
):
Boolean
Definition Classes
Principal
->
Any
override
def
isRemote
:
Boolean
Definition Classes
Account
def
readExternal
(in:
ObjectInput
):
Unit
override
def
toString
:
String
Definition Classes
Principal
->
Any
def
writeExternal
(out:
ObjectOutput
):
Unit
Inherited methods
def
getName
:
String
Inherited from
Account
override
def
hashCode
:
Int
Definition Classes
Account
->
Principal
->
Any
Inherited from
Account
def
implies
(x$0:
Subject
):
Boolean
Inherited from
Principal
Concrete fields
var
authorities
:
Array
[
String
]
var
categoryId
:
Int
var
description
:
String
var
details
:
Map
[
String
,
String
]
var
name
:
String
var
permissions
:
Array
[
String
]
var
profiles
:
Array
[
Profile
]
var
remoteToken
:
Option
[
String
]
var
status
:
Int