Interface CloudDirectoryRepository

  • All Known Implementing Classes:
    DefaultCloudDirectoryRepository
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CloudDirectoryRepository
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getUser​(java.lang.String username)
      Gets user from cloud directory along with all other attributes.
    • Method Detail

      • getUser

        java.util.Map<java.lang.String,​java.lang.Object> getUser​(java.lang.String username)
        Gets user from cloud directory along with all other attributes.
        Parameters:
        username - the username
        Returns:
        the user account map