public class AttributeHeaderPair extends Object
| Constructor and Description |
|---|
AttributeHeaderPair(String attributeName,
String headerName,
boolean subject)
Constructor that sets the attribute name, header name, and a flag to indicate that this mapping represents the
subject.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
An AttributeHeaderPair is considered equal to another AttributeHeaderPair if the attributeNames are equal
(case sensitive) and the headerNames are equal (case insensitive).
|
String |
getAttributeName()
Returns the attribute name
|
String |
getHeaderName()
Returns the header name
|
int |
hashCode()
Returns a hash code such that equal AttributeHeaderPairs will have the same code.
|
boolean |
isSubject()
Returns true if this AttributeHeaderPair represents the subject
|
public AttributeHeaderPair(String attributeName, String headerName, boolean subject)
attributeName - the attribute name to be used when looking up an attribute value from a userheaderName - the header name to send the attribute value to the target Sitesubject - a flag to indicate that this mapping represents the subjectpublic String getAttributeName()
public String getHeaderName()
public boolean isSubject()
public int hashCode()
hashCode in class Objectequals(java.lang.Object)public boolean equals(Object obj)
Copyright 2023 Ping Identity Corp. All rights reserved.