Package | Description |
---|---|
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.
|
com.sas.hls.security.user |
Service and class definitions for manipulating and creating Users.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.changePassword(String oldPassword,
String newPassword)
Change the current user password
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA