Uses of Class
com.sun.identity.authentication.spi.AuthLoginException
Packages that use AuthLoginException
Package
Description
Provides interfaces and classes for writing a Remote Java client application
to authenticate to OpenAM.
Implementation of the Authentication Framework HOTP module and associated classes.
This package contains the classes that represent server side
functionality such as the implementation of request for
authenticating, user credential callbacks.
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
Provides classes for accessing the Identity Repository interfaces.
This package contains the mapping interfaces and default implementations that are common for use by all
authentication modules.
Classes in this package provide plugin functionality for the oath module.
-
Uses of AuthLoginException in com.sun.identity.authentication
Methods in com.sun.identity.authentication that return AuthLoginExceptionModifier and TypeMethodDescriptionAuthContext.getLoginException()Returns login exception, if any, during the authentication process.Methods in com.sun.identity.authentication that throw AuthLoginExceptionModifier and TypeMethodDescriptionvoidAuthContext.abort()Terminates an ongoinglogincall that has not yet completed.voidAuthContext.login()Starts the login process for the givenAuthContextobject.voidAuthContext.login(AuthContext.IndexType type, String indexName) Starts the login process for the givenAuthContextobject identified by the index type and index name.voidAuthContext.login(AuthContext.IndexType indexType, String indexName, String[] params) Starts the login process for the givenAuthContextobject identified by the index type and index name with default parameters.voidAuthContext.login(AuthContext.IndexType indexType, String indexName, String[] params, Map envMap) Starts the login process for the givenAuthContextobject identified by the index type and index name with certain parameters and environment map.voidAuthContext.login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Starts the login process for the givenAuthContextobject.voidAuthContext.logout()Logs out the user and also invalidates the single sign on token associated with thisAuthContext.voidAuthContext.logoutUsingTokenID()Logs out the user and also invalidates the single sign on token associated with thisAuthContext.Constructors in com.sun.identity.authentication that throw AuthLoginExceptionModifierConstructorDescriptionAuthContext(SSOToken ssoToken) Constructs an instance ofAuthContextfor a given organization name, or sub organization name contained in the single sign on token.AuthContext(SSOToken ssoToken, boolean forceAuth) Constructs an instance ofAuthContextfor a given organization name, or sub organization name contained in the single sign on token.AuthContext(String orgName) Constructs an instance ofAuthContextfor a given organization name or sub organization name.AuthContext(String orgName, URL url) Constructs an instance ofAuthContextfor a given organization name, or sub organization name and the OpenAM server URL. -
Uses of AuthLoginException in com.sun.identity.authentication.modules.hotp
Methods in com.sun.identity.authentication.modules.hotp that throw AuthLoginExceptionModifier and TypeMethodDescriptionvoidSMSGateway.sendEmail(String from, String to, String subject, String message, String code, Map options) Sends an email message to the mail with the codevoidSMSGateway.sendSMSMessage(String from, String to, String subject, String message, String code, Map options) Sends a SMS message to the phone with the code -
Uses of AuthLoginException in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server that return AuthLoginExceptionModifier and TypeMethodDescriptionAuthContextLocal.getLoginException()Returns login exception, if any, during the authentication process.Methods in com.sun.identity.authentication.server that throw AuthLoginExceptionModifier and TypeMethodDescriptionvoidAuthContextLocal.abort()Terminates an ongoinglogincall that has not yet completed.voidAuthContextLocal.login()Starts the login process for the givenAuthContextLocalobject.voidAuthContextLocal.login(AuthContext.IndexType type, String indexName) Start the login process for theAuthContextLocalobject identified by the index type and index name.voidStarts the login process for the givenAuthContextLocals object for the givenPrincipaland the user's password.voidStarts the login process for the givenAuthContextLocalobject for the givenSubject.voidAuthContextLocal.logout()Logs out the user and also invalidates theSSOTokenassociated with thisAuthContextLocal. -
Uses of AuthLoginException in com.sun.identity.authentication.spi
Subclasses of AuthLoginException in com.sun.identity.authentication.spiModifier and TypeClassDescriptionclassException that is thrown when the user-entered password token causes the authentication module to be authenticated to fail.classThis class is for handling Exception that is thrown when the user name password validation plugin is failed or any invalid characters detected in user name.Methods in com.sun.identity.authentication.spi that throw AuthLoginExceptionModifier and TypeMethodDescriptionvoidAMLoginModule.clearInfoText(int state) Clears the info text for a given callback stateCallback[]AMLoginModule.getCallback(int index) Returns a Callback array for a specific state.Callback[]AMLoginModule.getCallback(int index, boolean fetchOrig) Return a Callback array for a specific state.AMLoginModule.getLocale()Returns the locale for this authentication session.AMLoginModule.getNewUserIDs(Map attributes, int num) Returns a set of user IDs generated from the class defined in the Core Authentication Service.AMLoginModule.getOrgProfile(String orgDN) Returns the organization attributes for specified organization.AMLoginModule.getOrgServiceTemplate(String orgDN, String serviceName) Returns service template attributes defined for the specified organization.AMLoginModule.getServiceConfig(String name) Returns service configuration attributes.AMLoginModule.getSSOSession()Returns an administration SSOToken for use the OpenAM APIs.AMLoginModule.getUserSessionProperty(String name) Returns the property from the user session.voidAMLoginModule.replaceCallback(int state, int index, Callback callback) Replace Callback object for a specific state.voidAMLoginModule.resetCallback(int state, int index) Reset a Callback instance to the original Callback for the specified state and the specified index.voidAMLoginModule.setLoginFailureURL(String url) Sets the the login failure URL for the user.voidAMLoginModule.setLoginSuccessURL(String url) Sets the the login successful URL for the user.voidAMLoginModule.setUserSessionProperty(String name, String value) Sets a property in the user session.voidAMLoginModule.substituteHeader(int state, String header) Use this method to replace the header text from the XML file with new text.voidAMLoginModule.substituteInfoText(int state, int callback, String infoText) Allows you to set the info text for a specific callback. -
Uses of AuthLoginException in com.sun.identity.idm
Methods in com.sun.identity.idm that throw AuthLoginExceptionModifier and TypeMethodDescriptionbooleanIdRepo.authenticate(Callback[] credentials) Returnstrueif the data store successfully authenticates the identity with the provided credentials. -
Uses of AuthLoginException in org.forgerock.am.identity.persistence
Methods in org.forgerock.am.identity.persistence that throw AuthLoginExceptionModifier and TypeMethodDescriptionbooleanIdentityStore.authenticate(IdType idType, Callback[] credentials) Non-javadoc, non-public methods Returnstrueif the data store has successfully authenticated the identity with the provided credentials.booleanIdentityStore.authenticate(Callback[] credentials) Non-javadoc, non-public methods Returnstrueif the data store has successfully authenticated the identity with the provided credentials. -
Uses of AuthLoginException in org.forgerock.openam.authentication.modules.common.mapping
Methods in org.forgerock.openam.authentication.modules.common.mapping that throw AuthLoginExceptionModifier and TypeMethodDescriptionAttributeMapper.getAttributes(Map<String, String> attributeMapConfiguration, T source) Maps from values found in the source to a map of keys in the result, according to a provided map of keys in the source to keys in the result.AccountProvider.provisionUser(IdentityStore idrepo, Map<String, Set<String>> attributes) Provisions a user with the specified attributes. -
Uses of AuthLoginException in org.forgerock.openam.authentication.modules.oath.plugins
Methods in org.forgerock.openam.authentication.modules.oath.plugins that throw AuthLoginExceptionModifier and TypeMethodDescriptionbyte[]SharedSecretProvider.getSharedSecret(String secretKey) Takes the non-empty shared secret that is retrieved for a user and implements any processing needed for to return the byte array of the string value.