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 |
---|---|
javax.security.auth.Subject |
getSubject() |
void |
login() |
void |
logout() |
javax.security.auth.Subject getSubject()
LoginContext.getSubject()
void login() throws javax.security.auth.login.LoginException
javax.security.auth.login.LoginException
LoginContext.login()
void logout() throws javax.security.auth.login.LoginException
javax.security.auth.login.LoginException
LoginContext.logout()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"