Interface FessCredential

All Known Implementing Classes:
EntraIdCredential, LocalUserCredential, OpenIdConnectCredential, SamlCredential, SpnegoCredential

public interface FessCredential
Interface for Fess credential management. Provides access to user identification information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the user ID for this credential.
  • Method Details

    • getUserId

      String getUserId()
      Gets the user ID for this credential.
      Returns:
      The user ID.