Class DefaultPrincipalAttributesRepositoryCache

java.lang.Object
org.apereo.cas.authentication.principal.cache.DefaultPrincipalAttributesRepositoryCache
All Implemented Interfaces:
Closeable, AutoCloseable, org.apereo.cas.authentication.principal.PrincipalAttributesRepositoryCache

public class DefaultPrincipalAttributesRepositoryCache extends Object implements org.apereo.cas.authentication.principal.PrincipalAttributesRepositoryCache, Closeable
Since:
6.1.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.authentication.principal.PrincipalAttributesRepositoryCache

    DEFAULT_BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    fetchAttributes(org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository repository, org.apereo.cas.authentication.principal.Principal principal)
     
    void
     
    void
    putAttributes(org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository repository, String id, Map<String,List<Object>> attributes)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultPrincipalAttributesRepositoryCache

      public DefaultPrincipalAttributesRepositoryCache()
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • invalidate

      public void invalidate()
      Specified by:
      invalidate in interface org.apereo.cas.authentication.principal.PrincipalAttributesRepositoryCache
    • fetchAttributes

      public Map<String,List<Object>> fetchAttributes(org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository repository, org.apereo.cas.authentication.principal.Principal principal)
      Specified by:
      fetchAttributes in interface org.apereo.cas.authentication.principal.PrincipalAttributesRepositoryCache
    • putAttributes

      public void putAttributes(org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository repository, String id, Map<String,List<Object>> attributes)
      Specified by:
      putAttributes in interface org.apereo.cas.authentication.principal.PrincipalAttributesRepositoryCache