Package com.svenruppert.jsentinel.standalone
package com.svenruppert.jsentinel.standalone
-
ClassDescriptionBuilds 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.StandaloneLoginFlow<T,U> Drives the login lifecycle for standalone applications without any UI-toolkit assumption.Outcome of a singleStandaloneLoginFlow.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.SubjectStorethat keeps the current subject in a thread-local map keyed by subject class.