Class NoOpProtocolAttributeEncoder

java.lang.Object
org.apereo.cas.authentication.support.NoOpProtocolAttributeEncoder
All Implemented Interfaces:
org.apereo.cas.authentication.ProtocolAttributeEncoder

public class NoOpProtocolAttributeEncoder extends Object implements org.apereo.cas.authentication.ProtocolAttributeEncoder
This is NoOpProtocolAttributeEncoder that does no encoding of attributes received. It will return the same exact collection of attributes received back to the caller.
Since:
5.0.0
  • Constructor Details

    • NoOpProtocolAttributeEncoder

      public NoOpProtocolAttributeEncoder()
  • 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