# Accept Users Authentication: authentification de testcas.authn.accept.users=sebastien::admin2##### Service Registrycas.serviceRegistry.initFromJson=truecas.serviceRegistry.config.location=classpath:/services# authentication-attributes################################################cas.authn.attributeRepository.expireInMinutes=30cas.authn.attributeRepository.maximumCacheSize=10000cas.authn.attributeRepository.merger=REPLACE# Retrieve attributes from a REST endpoint:cas.authn.attributeRepository.rest[0].method=GETcas.authn.attributeRepository.rest[0].order=0cas.authn.attributeRepository.rest[0].caseInsensitive=falsecas.authn.attributeRepository.rest[0].basicAuthUsername=cas.authn.attributeRepository.rest[0].basicAuthPassword=cas.authn.attributeRepository.rest[0].url=https://localhost:8000/roles/{user}
[org.apereo.services.persondir.support.MergingPersonAttributeDaoImpl] - <Recovering From Exception thrown by
'org.apereo.services.persondir.support.RestfulPersonAttributeDao@15c8c97'>
java.lang.UnsupportedOperationException: This method is not implemented.
@Override
public Set<IPersonAttributes> getPeople(final Map<String, Object> query) {
return getPeopleWithMultivaluedAttributes(stuffAttributesIntoListValues(query));
}
@Override
public Set<IPersonAttributes> getPeopleWithMultivaluedAttributes(final Map<String, List<Object>> query) {
throw new UnsupportedOperationException("This method is not implemented.");
}