Class DefaultCloudDirectoryRepository

    • Method Summary

      All Methods Instance Methods Concrete 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.
      protected java.util.Map<java.lang.String,​java.lang.Object> getUserInfoFromIndexResult​(com.amazonaws.services.clouddirectory.model.ListIndexResult indexResult)
      Gets user info from index result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultCloudDirectoryRepository

        public DefaultCloudDirectoryRepository()
    • Method Detail

      • getUser

        public java.util.Map<java.lang.String,​java.lang.Object> getUser​(java.lang.String username)
        Description copied from interface: CloudDirectoryRepository
        Gets user from cloud directory along with all other attributes.
        Specified by:
        getUser in interface CloudDirectoryRepository
        Parameters:
        username - the username
        Returns:
        the user account map
      • getUserInfoFromIndexResult

        protected java.util.Map<java.lang.String,​java.lang.Object> getUserInfoFromIndexResult​(com.amazonaws.services.clouddirectory.model.ListIndexResult indexResult)
        Gets user info from index result.
        Parameters:
        indexResult - the index result
        Returns:
        the user info from index result