Uses of Class
com.sas.lsaf.security.authentication.AuthenticationException
Packages that use AuthenticationException
Package
Description
Classes needed to create a session and access available services.
Service and class definitions for signing files and getting signatures.
Exceptions that can be thrown when authenticating a user.
Service and classes to create and manipulate users in the system.
-
Uses of AuthenticationException in com.sas.lsaf.client
Methods in com.sas.lsaf.client that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic ClientSessionCreate an authenticatedClientSessionto allow interaction with the server.static ClientSessionCreate an authenticatedClientSessionto allow interaction with the server.Create an authenticatedClientSessionobject to allow interaction with the server.Create an authenticatedClientSessionobject to allow interaction with the server. -
Uses of AuthenticationException in com.sas.lsaf.content.repository.signature
Methods in com.sas.lsaf.content.repository.signature that throw AuthenticationExceptionModifier and TypeMethodDescriptionSignatureService.createSignature(String path, CreateSignatureInfo createSignatureInfo) Creates a signature for the current version of a file (only the current version of a file can be signed). -
Uses of AuthenticationException in com.sas.lsaf.security.authentication
Subclasses of AuthenticationException in com.sas.lsaf.security.authenticationModifier and TypeClassDescriptionclassThrown when an authentication request is rejected because the account is in a deactivated state.classThe root of the hierarchy of all account authentication exceptions.classThrown when an authentication request is rejected because the account is in an expired state.classThrown when an authentication request is rejected because the account is in a locked state.classThrown when an authentication request is rejected because the account does not exist within the system.classThe root of the hierarchy of all credential-related authentication exceptions.classThrown when an authentication request is rejected because the account's credentials have expired.classThrown when an authentication request is rejected because the credentials are incorrect.classThrown when an unforeseen authentication error occurs. -
Uses of AuthenticationException in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidUserService.changePassword(String oldPassword, String newPassword) Changes the current user password.