QueryParameter.java

13 lines | 260 B Blame History Raw Download
package org.keycloak.federation.ldap.idm.query;

/**
 * A marker interface indicating that the implementing class can be used as a
 * parameter within an IdentityQuery or RelationshipQuery
 *
 * @author Shane Bryzak
 *
 */
public interface QueryParameter {

}