DefaultSecurityManager.remove

Removes (or 'unbinds') the Subject's state from the application, typically called during {@link #logout}.. <p/> This implementation merely delegates to the internal {@link #setSubjectDAO(SubjectDAO) subjectDAO} and calls {@link SubjectDAO#remove(hunt.shiro.subject.Subject) remove(subject)}.

@param subject the subject for which state will be removed @see SubjectDAO#remove(hunt.shiro.subject.Subject)

class DefaultSecurityManager
protected
void
remove

Meta