Class ProfileIdentityElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ProfileIdentityElement
-
- All Implemented Interfaces:
Serializable
public class ProfileIdentityElement extends Object implements Serializable
UserIdentityElement contains the properties and header for a user identity retrieved from the metadata repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileIdentityElement()Default constructorProfileIdentityElement(ProfileIdentityElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.ProfileIdentityPropertiesgetProfileIdentity()Return the properties from the profile identity relationship.UserIdentityElementgetProperties()Return the properties of the userId.inthashCode()Return hash code for this objectvoidsetProfileIdentity(ProfileIdentityProperties profileIdentity)Set up the properties from the profile identity relationship.voidsetProperties(UserIdentityElement properties)Set up the userId properties.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
ProfileIdentityElement
public ProfileIdentityElement()
Default constructor
-
ProfileIdentityElement
public ProfileIdentityElement(ProfileIdentityElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getProfileIdentity
public ProfileIdentityProperties getProfileIdentity()
Return the properties from the profile identity relationship.- Returns:
- profile identity
-
setProfileIdentity
public void setProfileIdentity(ProfileIdentityProperties profileIdentity)
Set up the properties from the profile identity relationship.- Parameters:
profileIdentity- profile identity
-
getProperties
public UserIdentityElement getProperties()
Return the properties of the userId.- Returns:
- properties
-
setProperties
public void setProperties(UserIdentityElement properties)
Set up the userId properties.- Parameters:
properties- properties
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-