Package com.filenet.api.authentication

  • Class Summary 
    Class Description
    Credentials
    This class acts as a base for several subclasses which convey authentication credentials of various kinds to the Content Engine, and provides a method to execute a specified action (using the CE API) in the security context authenticated by those credentials.
    OpenTokenCredentials
    This class is a type of Credentials object which holds authentication materials consisting of an OAuth or OIDC token.
    SubjectCredentials
    This class is a type of Credentials object which holds an a JAAS Subject representing the authenticated user.
    UsernameCredentials
    This class is a type of Credentials object which holds authentication materials consisting of a username and password.

© Copyright IBM Corporation 2006, 2019. All rights reserved.