Interface ResourceOwnerLoginHandler

    • Method Detail

      • createSubject

        UserSubject createSubject​(Client client,
                                  String name,
                                  String password)
        Create a UserSubject for the name and password parameters, or return null if the name and password are invalid.
        Parameters:
        client - using the resource owner grant
        name - owner name
        password - owner password
        Returns:
        A UserSubject representing the user, or null.