All Classes and Interfaces
Class
Description
Builds a dynamic-proxy wrapper around any interface so that every
invocation routes through
JSentinelEnforcer: if the method (or
its declaring class) carries a security annotation, the matching
evaluator runs before the call is delegated to the real
implementation.Drives the login lifecycle for standalone applications without any
UI-toolkit assumption.
Outcome of a single
StandaloneLoginFlow.login(T, String) call.The username is currently locked out.
Credentials were invalid (wrong password, unknown user, etc.).
Credentials were valid and a subject was bound into the store.
SubjectStore that keeps the current subject in a thread-local
map keyed by subject class.Standalone-adapter default
TokenCredentialStore backed by a
per-thread ThreadLocal slot.