Class VaultUserSourceImpl

  • All Implemented Interfaces:
    UserSource

    public class VaultUserSourceImpl
    extends java.lang.Object
    implements UserSource
    Vault implementation of UserSource.

    Author:
    Erhan Bagdemir
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<User> getUsers()
      Returns a list of Users.
      java.util.List<User> getUsers​(int numberOfUsers, java.lang.String region)  
      • Methods inherited from class java.lang.Object

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

      • VaultUserSourceImpl

        public VaultUserSourceImpl()
    • Method Detail

      • getUsers

        public java.util.List<User> getUsers()
        Description copied from interface: UserSource
        Returns a list of Users.

        Specified by:
        getUsers in interface UserSource
        Returns:
        List of users.
      • getUsers

        public java.util.List<User> getUsers​(int numberOfUsers,
                                             java.lang.String region)
        Specified by:
        getUsers in interface UserSource