Class DefaultPrincipalAttributesRepository

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.AutoCloseable, org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository

    public class DefaultPrincipalAttributesRepository
    extends AbstractPrincipalAttributesRepository
    Default implementation of RegisteredServicePrincipalAttributesRepository that just returns the attributes as it receives them.
    Since:
    4.1
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultPrincipalAttributesRepository

        public DefaultPrincipalAttributesRepository()
    • Method Detail

      • getAttributes

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes​(org.apereo.cas.authentication.principal.Principal principal,
                                                                                                    org.apereo.cas.services.RegisteredService registeredService)
        Specified by:
        getAttributes in interface org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository
        Specified by:
        getAttributes in class AbstractPrincipalAttributesRepository