Classes
| Type | Class | Description |
|---|---|---|
![]() | Credentials | The abstract base for classes used to convey authentication credentials
to the P8 Content Engine. |
![]() | CustomCredentials | Abstract superclass for deriving custom security token classes for use in conjunction with Web Service Extensible
Authentication Framework (WS-EAF) on the Content Engine server.
If your application has implemented a custom security token class using WSE-specific mechanisms, you must modify the implementation to derive from FileNet.Api.Authentication.CustomCredentials and you must rename the GetXml method to GetSecurityHeaderXml. You should not need to change the body of the method. You can remove any other methods that were overridden from the WSE base class. |
![]() | KerberosCredentials | Represents the identity of the current Windows user, using the Kerberos protocol to authenticate
with the P8 server. |
![]() | OpenTokenCredentials | Provides an OAuth or OIDC token for authentication.
The calling application is responsible for obtaining an OAuth or OIDC token representing the authenticated user in any manner it chooses. For example, the client may obtain it by integrating their application with an OAuth/OIDC Identity Provider (IdP). Or the token may be propagated to the caller from another service. The application can even use the OAuth Resource Owner Password Credentials (ROPC) grant to obtain it from an OAuth server using username/password credentials. |
![]() | UsernameCredentials | Provides a user name and password as security credentials to authenticate
with the P8 server. |
