Uses of Enum Class
com.svenruppert.jsentinel.logout.LogoutScope
Packages that use LogoutScope
-
Uses of LogoutScope in com.svenruppert.jsentinel.audit
Methods in com.svenruppert.jsentinel.audit that return LogoutScopeModifier and TypeMethodDescriptionLogoutPerformed.scope()Returns the value of thescoperecord component.Constructors in com.svenruppert.jsentinel.audit with parameters of type LogoutScopeModifierConstructorDescriptionLogoutPerformed(Instant timestamp, String subjectId, String sessionId, LogoutScope scope) Creates an instance of aLogoutPerformedrecord class. -
Uses of LogoutScope in com.svenruppert.jsentinel.logout
Subclasses with type arguments of type LogoutScope in com.svenruppert.jsentinel.logoutMethods in com.svenruppert.jsentinel.logout that return LogoutScopeModifier and TypeMethodDescriptionstatic LogoutScopeReturns the enum constant of this class with the specified name.static LogoutScope[]LogoutScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.svenruppert.jsentinel.logout with parameters of type LogoutScopeModifier and TypeMethodDescriptionvoidLogoutService.logout(SubjectId subjectId, LogoutScope scope) Performs the logout.voidNoopLogoutService.logout(SubjectId subjectId, LogoutScope scope) voidSubjectClearingLogoutService.logout(SubjectId subjectId, LogoutScope scope) voidLogoutListener.onLogout(SubjectId subjectId, String sessionId, LogoutScope scope) Fired once per logged-out session.