public class LoginContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_MODULES |
static String |
DONOT_INCLUDE_SMS_MODULE |
static String |
LDAP_AUTH_URL |
static String |
LDAPS_AUTH_URL |
static String |
ORGNAME |
static String |
PASSWORD |
Modifier | Constructor and Description |
---|---|
protected |
LoginContext(String name,
AuthSubject subject,
CallbackHandler handler) |
protected |
LoginContext(String name,
CallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected LoginModule[] |
getDefaultLoginModules() |
protected LoginModule[] |
getLoginModules() |
protected AuthSubject |
getSubject() |
protected void |
login() |
protected void |
logout() |
public static final String LDAP_AUTH_URL
public static final String LDAPS_AUTH_URL
public static final String ORGNAME
public static final String PASSWORD
public static final String AUTH_MODULES
public static final String DONOT_INCLUDE_SMS_MODULE
protected LoginContext(String name, CallbackHandler handler) throws LoginException
LoginException
protected LoginContext(String name, AuthSubject subject, CallbackHandler handler) throws LoginException
LoginException
protected AuthSubject getSubject()
protected void login() throws LoginException
LoginException
protected LoginModule[] getLoginModules() throws Exception
Exception
protected LoginModule[] getDefaultLoginModules() throws Exception
Exception
protected void logout() throws LoginException
LoginException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.