Package org.apereo.cas.clouddirectory
Interface CloudDirectoryRepository
-
- All Known Implementing Classes:
DefaultCloudDirectoryRepository
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CloudDirectoryRepositoryThis isCloudDirectoryRepository.- Since:
- 5.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getUser(java.lang.String username)Gets user from cloud directory along with all other attributes.
-