Interface CredentialsMatcher

    • Method Detail

      • doCredentialsMatch

        boolean doCredentialsMatch​(AuthenticationToken token,
                                   AuthenticationInfo info)
        Returns true if the provided token credentials match the stored account credentials, false otherwise.
        Parameters:
        token - the AuthenticationToken submitted during the authentication attempt
        info - the AuthenticationInfo stored in the system.
        Returns:
        true if the provided token credentials match the stored account credentials, false otherwise.