public class Scripted extends AMLoginModule
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_SCRIPT_OUTPUT_DATA_PARAMETER_NAME |
static String |
CLIENT_SCRIPT_OUTPUT_DATA_VARIABLE_NAME |
static int |
FAILURE_VALUE |
static String |
HTTP_CLIENT_VARIABLE_NAME |
static String |
IDENTITY_REPOSITORY |
static String |
LOGGER_VARIABLE_NAME |
Map |
moduleConfiguration |
static String |
REQUEST_DATA_VARIABLE_NAME |
static String |
SHARED_STATE |
protected Map<String,Object> |
sharedState |
static String |
STATE_VARIABLE_NAME |
static int |
SUCCESS_VALUE |
static String |
USERNAME_VARIABLE_NAME |
amCache, auditor, currentState| Constructor and Description |
|---|
Scripted() |
| Modifier and Type | Method and Description |
|---|---|
Principal |
getPrincipal() |
void |
init(Subject subject,
Map sharedState,
Map options) |
int |
process(Callback[] callbacks,
int state) |
abort, clearInfoText, commit, createIdentity, destroyModuleState, forceCallbacksInit, getAMIdentityRepository, getAttribute, getAuditEntryDetail, getAuthenticatedPrincipals, getAuthLevel, getCallback, getCallback, getCallbackHandler, getCurrentState, getFailCount, getHttpServletRequest, getHttpServletResponse, getInfoText, getLocale, getLoginLocale, getLoginState, getMaximumFailCount, getNewUserIDs, getNumberOfStates, getOrgProfile, getOrgServiceTemplate, getPwdKey, getRequestOrg, getServiceConfig, getSessionId, getSSOSession, getUserAliasList, getUserKey, getUserProfile, getUserSessionProperty, getUserSessions, incrementFailCount, initialize, isAccountLocked, isDynamicProfileCreationEnabled, isRequired, isSessionQuotaReached, isSharedStateEnabled, isSuperAdmin, isUseFirstPassEnabled, isValidUserEntry, login, logout, nullifyUsedVars, replaceCallback, replaceHeader, resetCallback, resetCurrentState, setAuthLevel, setFailureID, setForceCallbacksRead, setLoginFailureURL, setLoginSuccessURL, setModuleErrorTemplate, setOrg, setSharedStateEnabled, setUserAttributes, setUserSessionProperty, storeUsername, storeUsernamePasswd, substituteHeader, substituteInfoText, validatePassword, validateUserNamepublic static final String STATE_VARIABLE_NAME
public static final int SUCCESS_VALUE
public static final int FAILURE_VALUE
public static final String USERNAME_VARIABLE_NAME
public static final String HTTP_CLIENT_VARIABLE_NAME
public static final String LOGGER_VARIABLE_NAME
public static final String IDENTITY_REPOSITORY
public static final String CLIENT_SCRIPT_OUTPUT_DATA_PARAMETER_NAME
public static final String CLIENT_SCRIPT_OUTPUT_DATA_VARIABLE_NAME
public static final String REQUEST_DATA_VARIABLE_NAME
public static final String SHARED_STATE
public Map moduleConfiguration
public void init(Subject subject, Map sharedState, Map options)
init in class AMLoginModulepublic int process(Callback[] callbacks, int state) throws LoginException
process in class AMLoginModuleLoginExceptionpublic Principal getPrincipal()
getPrincipal in class AMLoginModuleCopyright © 2010–2022 Open Identity Platform Community. All rights reserved.