Interface ApiKeyEntity

All Superinterfaces:
ApiKey, org.springframework.security.core.CredentialsContainer
All Known Implementing Classes:
ApiKeyEntityImpl

public interface ApiKeyEntity extends ApiKey, org.springframework.security.core.CredentialsContainer
Author:
Daniel Garnier-Moiroux
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ApiKeyEntity>
    T
     
    default List<org.springframework.security.core.GrantedAuthority>
     

    Methods inherited from interface org.springaicommunity.mcp.security.server.apikey.ApiKey

    getId, getSecret

    Methods inherited from interface org.springframework.security.core.CredentialsContainer

    eraseCredentials
  • Method Details

    • getAuthorities

      default List<org.springframework.security.core.GrantedAuthority> getAuthorities()
    • copy

      <T extends ApiKeyEntity> T copy()