The eXtreme Scale client supports transport security and authenticiation and authorization using the ICredentialGenerator interface. Security is configured using a client properties file.
Class | Description | |
---|---|---|
![]() | AccessControlException |
This Java exception is thrown when an access control check indicates that access should not be granted.
|
![]() | CannotGenerateCredentialException |
A CannotGenerateCredentialException exception occurs if a credential cannot be generated.
|
![]() | ExpiredCredentialException |
An ExpiredCredentialException exception indicates that the credential that was used for authentication is expired.
|
![]() | GridSecurityException |
An GridSecurityException exception occurs for general security exceptions.
|
Interface | Description | |
---|---|---|
![]() | ICredential |
Specifies the interface definition of the Credential class.
Application developers implement this interface to create a custom ICredential implementation. An instance is created with a custom ICredentialGenerator. |
![]() | ICredentialGenerator |
Specifies the interface definition of the CredentialGenerator class.
Application developers implement this interface to generate custom ICredential objects to use for authentication and authorization. |