Class DefaultUserService

    • Constructor Detail

      • DefaultUserService

        public DefaultUserService()
    • Method Detail

      • getUser

        public User getUser​(Credential credential)
                     throws IOException
        Get user info from credential
        Parameters:
        credential - credential
        Returns:
        User object
        Throws:
        IOException - IOException
      • isUserDisabled

        public boolean isUserDisabled​(Credential credential)
                               throws IOException
        Check if user exists based on credential
        Parameters:
        credential - credential
        Returns:
        boolean true if user exists
        Throws:
        IOException - IOException