Class StubPersonAttributeDao
java.lang.Object
org.apereo.cas.authentication.attribute.BasePersonAttributeDao
org.apereo.cas.authentication.attribute.StubPersonAttributeDao
- All Implemented Interfaces:
Comparable<org.apereo.cas.authentication.principal.attribute.PersonAttributeDao>,org.apereo.cas.authentication.principal.attribute.PersonAttributeDao,org.springframework.core.Ordered
Provides the ability to define static attributes and values.
- Since:
- 7.1.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
WILDCARD, WILDCARD_PATTERN -
Constructor Summary
ConstructorsConstructorDescriptionStubPersonAttributeDao(Map<String, List<Object>> backingMap) StubPersonAttributeDao(org.apereo.cas.authentication.principal.attribute.PersonAttributes backingPerson) -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.principal.attribute.PersonAttributesSet<org.apereo.cas.authentication.principal.attribute.PersonAttributes> getPeople(Map<String, Object> query, org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter filter, Set<org.apereo.cas.authentication.principal.attribute.PersonAttributes> resolvedPeople) Set<org.apereo.cas.authentication.principal.attribute.PersonAttributes> getPeopleWithMultivaluedAttributes(Map<String, List<Object>> query, org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter filter, Set<org.apereo.cas.authentication.principal.attribute.PersonAttributes> resultPeople) org.apereo.cas.authentication.principal.attribute.PersonAttributesgetPerson(String uid, Set<org.apereo.cas.authentication.principal.attribute.PersonAttributes> resultPeople, org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter filter) getPossibleUserAttributeNames(org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter filter) voidsetBackingMap(Map<String, List<Object>> backingMap) voidsetBackingPerson(org.apereo.cas.authentication.principal.attribute.PersonAttributes backingPerson) Methods inherited from class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
compareTo, equals, getId, getOrder, getTags, hashCode, isEnabled, parseAttributeToAttributeMapping, putTag, setEnabled, setId, setOrder, setTags, toStringMethods inherited from interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
getAvailableQueryAttributes, getPeople, getPeople, getPeople, getPeopleWithMultivaluedAttributes, getPeopleWithMultivaluedAttributes, getPeopleWithMultivaluedAttributes, getPerson, getPerson, stuffAttributesIntoList
-
Constructor Details
-
StubPersonAttributeDao
public StubPersonAttributeDao() -
StubPersonAttributeDao
-
StubPersonAttributeDao
public StubPersonAttributeDao(org.apereo.cas.authentication.principal.attribute.PersonAttributes backingPerson)
-
-
Method Details
-
getPossibleUserAttributeNames
-
getPeopleWithMultivaluedAttributes
public Set<org.apereo.cas.authentication.principal.attribute.PersonAttributes> getPeopleWithMultivaluedAttributes(Map<String, List<Object>> query, org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter filter, Set<org.apereo.cas.authentication.principal.attribute.PersonAttributes> resultPeople) -
getPerson
-
getPeople
-
setBackingMap
-
getBackingMap
-
getBackingPerson
public org.apereo.cas.authentication.principal.attribute.PersonAttributes getBackingPerson() -
setBackingPerson
public void setBackingPerson(org.apereo.cas.authentication.principal.attribute.PersonAttributes backingPerson)
-