-
Packages that use Credentials Package Description com.filenet.api.authentication -
-
Uses of Credentials in com.filenet.api.authentication
Subclasses of Credentials in com.filenet.api.authentication Modifier and Type Class and Description classOpenTokenCredentialsThis class is a type ofCredentialsobject which holds authentication materials consisting of an OAuth or OIDC token.classSubjectCredentialsThis class is a type ofCredentialsobject which holds an a JAASSubjectrepresenting the authenticated user.classUsernameCredentialsThis class is a type ofCredentialsobject which holds authentication materials consisting of a username and password.Methods in com.filenet.api.authentication that return Credentials Modifier and Type Method and Description static CredentialsCredentials. getCurrent()Returns the current effective Credentials for the calling thread.
-