Class AttributeMappingRequest

java.lang.Object
org.apereo.cas.authentication.AttributeMappingRequest

public class AttributeMappingRequest extends Object
Since:
6.6.0
  • Constructor Details

  • Method Details

    • builder

    • getAttributeName

      public String getAttributeName()
    • getMappedAttributeName

      public String getMappedAttributeName()
    • getResolvedAttributes

      public Map<String,List<Object>> getResolvedAttributes()
    • getAttributeValue

      public List<Object> getAttributeValue()
    • withAttributeName

      public AttributeMappingRequest withAttributeName(String attributeName)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMappedAttributeName

      public AttributeMappingRequest withMappedAttributeName(String mappedAttributeName)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withResolvedAttributes

      public AttributeMappingRequest withResolvedAttributes(Map<String,List<Object>> resolvedAttributes)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withAttributeValue

      public AttributeMappingRequest withAttributeValue(List<Object> attributeValue)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).