Class DefaultCassandraRepository

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultCassandraRepository​(org.apereo.cas.configuration.model.support.cassandra.authentication.CassandraAuthenticationProperties cassandraProperties, org.apereo.cas.cassandra.CassandraSessionFactory cassandraSessionFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getUser​(java.lang.String uid)
      Gets user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultCassandraRepository

        public DefaultCassandraRepository​(org.apereo.cas.configuration.model.support.cassandra.authentication.CassandraAuthenticationProperties cassandraProperties,
                                          org.apereo.cas.cassandra.CassandraSessionFactory cassandraSessionFactory)
    • Method Detail

      • getUser

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getUser​(java.lang.String uid)
        Description copied from interface: CassandraRepository
        Gets user.
        Specified by:
        getUser in interface CassandraRepository
        Parameters:
        uid - the uid
        Returns:
        the user