Class AbstractProtocolAttributeEncoder

java.lang.Object
org.apereo.cas.authentication.support.AbstractProtocolAttributeEncoder
All Implemented Interfaces:
org.apereo.cas.authentication.ProtocolAttributeEncoder
Direct Known Subclasses:
DefaultCasProtocolAttributeEncoder

public abstract class AbstractProtocolAttributeEncoder extends Object implements org.apereo.cas.authentication.ProtocolAttributeEncoder
Abstract class to define common attribute encoding operations.
Since:
4.1.0
  • Method Details

    • encodeAttributes

      public Map<String,Object> encodeAttributes(Map<String,Object> model, Map<String,Object> attributes, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.Service webApplicationService)
      Specified by:
      encodeAttributes in interface org.apereo.cas.authentication.ProtocolAttributeEncoder