All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.hermes.management.domain.auth.RequestUser Maven / Gradle / Ivy

package pl.allegro.tech.hermes.management.domain.auth;

import pl.allegro.tech.hermes.api.OwnerId;

public interface RequestUser {

  String getUsername();

  boolean isAdmin();

  boolean isOwner(OwnerId ownerId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy