IBM.WebSphere.Caching.Security NamespaceIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

The IBM.WebSphere.Caching.Security namespace includes the application programming interfaces specific to security.

The eXtreme Scale client supports transport security and authenticiation and authorization using the ICredentialGenerator interface. Security is configured using a client properties file.

Classes

  ClassDescription
Public classAccessControlException
This Java exception is thrown when an access control check indicates that access should not be granted.
Public classCannotGenerateCredentialException
A CannotGenerateCredentialException exception occurs if a credential cannot be generated.
Public classExpiredCredentialException
An ExpiredCredentialException exception indicates that the credential that was used for authentication is expired.
Public classGridSecurityException
An GridSecurityException exception occurs for general security exceptions.
Interfaces

  InterfaceDescription
Public interfaceICredential
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.

Public interfaceICredentialGenerator
Specifies the interface definition of the CredentialGenerator class.

Application developers implement this interface to generate custom ICredential objects to use for authentication and authorization.