DefaultSecurityManager.unbind

Unbinds or removes the Subject's state from the application, typically called during {@link #logout}. <p/> This has been deprecated in Shiro 1.2 in favor of the {@link #remove(hunt.shiro.subject.Subject) remove} method. The implementation has been updated to invoke that method.

@param subject the subject to unbind from the application as it will no longer be used. deprecated("") in Shiro 1.2 in favor of {@link #remove(hunt.shiro.subject.Subject)}

class DefaultSecurityManager
protected deprecated
void
unbind

Meta