Interface AccessContext


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

    Modifier and Type
    Method
    Description
    default Set<String>
     
    Provide the user identity.
  • Method Details

    • user

      Principal user()
      Provide the user identity.
    • roleIds

      default Set<String> roleIds()