public interface LoginContext
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.| Modifier and Type | Method and Description |
|---|---|
Subject |
getSubject() |
void |
login() |
void |
logout() |
Subject getSubject()
LoginContext.getSubject()void login()
throws LoginException
LoginExceptionLoginContext.login()void logout()
throws LoginException
LoginExceptionLoginContext.logout()Copyright © 2010 - 2020 Adobe. All Rights Reserved