Uses of Class
com.sas.hls.security.authentication.exception.AuthenticationException

Packages that use AuthenticationException
com.sas.hls.client Provides the classes needed to create a session and access available services. 
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
com.sas.hls.security.authentication.exception Exceptions that can be thrown when authenticating a user. 
 

Uses of AuthenticationException in com.sas.hls.client
 

Methods in com.sas.hls.client that throw AuthenticationException
static Session SessionFactory.newSession(URL url, String userid, String password)
          Create an authenticated Session object to allow interaction with the server.
static Session SessionFactory.newSessionWithProxy(URL url, String userId, String password, ProxyInfo proxyInfo)
          Create an authenticated Session object to allow interaction with the server.
 Session SessionStrategy.openSession(URL url, String userid, String password)
          Create an authenticated Session object to allow interaction with the server.
 Session SessionStrategy.openSessionWithProxy(URL url, String userid, String password, ProxyInfo proxyInfo)
          Create an authenticated Session object to allow interaction with the server.
 

Uses of AuthenticationException in com.sas.hls.resource.repository
 

Methods in com.sas.hls.resource.repository that throw AuthenticationException
 Signature SignatureService.createSignature(String path, CreateSignatureInfo createSignatureInfo)
          Create an electronic signature for the current version of a file (only the current version of a file can be electronically signed).
 

Uses of AuthenticationException in com.sas.hls.security.authentication.exception
 

Subclasses of AuthenticationException in com.sas.hls.security.authentication.exception
 class AccountDeactivatedException
          Thrown if an authentication request is rejected because the account is in a deactivated state.
 class AccountException
          Abstract superclass for all account related authentication exceptions.
 class AccountExpiredException
          Thrown if an authentication request is rejected because the account is in an expired state.
 class AccountLockedException
          Thrown if an authentication request is rejected because the account is in a locked state.
 class AccountNotFoundException
          Thrown if an authentication request is rejected because the account does not exist within the system.
 class CredentialsException
          Abstract superclass for all credentials related authentication exceptions.
 class CredentialsExpiredException
          Thrown if an authentication request is rejected because the account's credentials have expired.
 class CredentialsIncorrectException
          Thrown if an authentication request is rejected because the presented credentials are incorrect.
 class UnknownAuthenticationException
          Thrown when an unforeseen authentication error occurs.
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA