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
/
PreauthToken
PreauthToken
class
PreauthToken
(val principal:
Any
, val credential:
Any
) extends
AuthenticationToken
Preauth Authentication Token
Graph
Supertypes
trait
AuthenticationToken
trait
Serializable
trait
Principal
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
equals
(obj:
Any
):
Boolean
Definition Classes
Principal
->
Any
override
def
toString
:
String
Definition Classes
Principal
->
Any
override
def
trusted
:
Boolean
Definition Classes
AuthenticationToken
Inherited methods
def
addDetail
(name:
String
, value:
Any
):
Unit
Inherited from
AuthenticationToken
override
def
getName
:
String
Definition Classes
AuthenticationToken
->
Principal
Inherited from
AuthenticationToken
override
def
hashCode
:
Int
Definition Classes
AuthenticationToken
->
Principal
->
Any
Inherited from
AuthenticationToken
def
implies
(x$0:
Subject
):
Boolean
Inherited from
Principal
def
removeDetail
(name:
String
):
Option
[
Any
]
Inherited from
AuthenticationToken
Concrete fields
val
credential
:
Any
val
principal
:
Any
Inherited fields
var
details
:
Map
[
String
,
Any
]
Inherited from
AuthenticationToken