All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apereo.cas.authentication.CassandraRepository Maven / Gradle / Ivy

package org.apereo.cas.authentication;

import java.util.List;
import java.util.Map;

/**
 * This is {@link CassandraRepository}.
 *
 * @author Misagh Moayyed
 * @since 5.2.0
 */
@FunctionalInterface
public interface CassandraRepository {

    /**
     * Gets user.
     *
     * @param uid the uid
     * @return the user
     */
    Map> getUser(String uid);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy