Class CachingPrincipalAttributesRepository

java.lang.Object
org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
org.apereo.cas.authentication.principal.cache.CachingPrincipalAttributesRepository
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository

public class CachingPrincipalAttributesRepository extends AbstractPrincipalAttributesRepository
Wrapper around an attribute repository where attributes cached for a configurable period based on google guava's caching library.
Since:
4.2
See Also: