Package org.wicketstuff.security.hive.authentication
-
Interface Summary Interface Description Subject Subject represents (part of) an authenticated entity, such as an individual, a corporation, or a login id. -
Class Summary Class Description BaseSubject Default implementation of a Subject.LoginContext A LoginContext is little more than a factory to create aSubjectand can be discarded afterwards.UsernamePasswordContext SimpleLoginContextfor a username and password, which may or may not be encrypted.