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

io.scalecube.services.auth.PrincipalMapper Maven / Gradle / Ivy

package io.scalecube.services.auth;

@FunctionalInterface
public interface PrincipalMapper {

  /**
   * Turns {@code authData} to concrete principal object.
   *
   * @param authData auth data
   * @return converted principle object
   */
  P map(A authData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy