DefaultSecurityManager.bind

Binds a {@code Subject} instance created after authentication to the application for later use. <p/> As of Shiro 1.2, this method has been deprecated in favor of {@link #save(hunt.shiro.subject.Subject)}, which this implementation now calls.

@param subject the {@code Subject} instance created after authentication to be bound to the application for later use. @see #save(hunt.shiro.subject.Subject) deprecated("") in favor of {@link #save(hunt.shiro.subject.Subject) save(subject)}.

class DefaultSecurityManager
protected deprecated
void
bind

Meta