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.session
/
LoginEvent
LoginEvent
@
SerialVersionUID
(-6802410177820837015L)
class
LoginEvent
(src:
Session
) extends
Event
Graph
Supertypes
class
Event
class
EventObject
trait
Serializable
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
session
:
Session
Inherited methods
def
getSource
():
<FromJavaObject>
Inherited from
EventObject
def
toString
():
String
Inherited from
EventObject
Inherited fields
var
detail
:
String
event details
event details
Inherited from
Event
var
resource
:
String
resource where the event happened
resource where the event happened
Inherited from
Event
var
subject
:
String
event subject
event subject
Inherited from
Event
val
timestamp
:
Long
System time when the event happened
System time when the event happened
Inherited from
Event