SessionStorageEvaluator.isSessionStorageEnabled

Returns {@code true} if the specified {@code Subject}'s {@link hunt.shiro.subject.Subject#getSession() session} may be used to persist that Subject's state, {@code false} otherwise.

@param subject the {@code Subject} for which session state persistence may be enabled @return {@code true} if the specified {@code Subject}'s {@link hunt.shiro.subject.Subject#getSession() session} may be used to persist that Subject's state, {@code false} otherwise. @see Subject#getSession() @see Subject#getSession(bool)

interface SessionStorageEvaluator
bool
isSessionStorageEnabled

Meta