Interface AccessContext

  • All Known Implementing Classes:
    ServerAccessContext

    public interface AccessContext
    Provides some context about a role/principal that accesses Nessie resources.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String operationId()
      Provide a unique id for the operation being validated (for correlation purposes).
      java.security.Principal user()
      Provide the user identity.
    • Method Detail

      • operationId

        java.lang.String operationId()
        Provide a unique id for the operation being validated (for correlation purposes).
      • user

        java.security.Principal user()
        Provide the user identity.