Interface LoginContext
- All Known Implementing Classes:
JaasLoginContext,PreAuthContext
public interface LoginContext
Interface version of the JAAS
LoginContext
class. It is used to make integration of non-JAAS authentication components
easier while still retaining full JAAS support. The JaasLoginContext
class acts as a bridge that connects the JAAS
LoginContext class with this interface.-
Method Summary
-
Method Details
-
getSubject
Subject getSubject()- See Also:
-
login
- Throws:
LoginException- See Also:
-
logout
- Throws:
LoginException- See Also:
-