Class OpenMetadataSecurityAccessControl
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.users.SecurityAccessControl
org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataSecurityAccessControl
OpenMetadataSecurityAccessControl extends UserAccount with name.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorOpenMetadataSecurityAccessControl(String controlName, SecurityAccessControl securityAccessControl) Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the name that identifies the control.inthashCode()Hash of propertiesvoidsetControlName(String controlName) Set up the name that identifies the control.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.users.SecurityAccessControl
getAssociatedSecurityList, getControlTypeName, getDescription, getDisplayName, getMappingProperties, getOtherProperties, getSecurityLabels, getSecurityProperties, setAssociatedSecurityList, setControlTypeName, setDescription, setDisplayName, setMappingProperties, setOtherProperties, setSecurityLabels, setSecurityProperties
-
Constructor Details
-
OpenMetadataSecurityAccessControl
public OpenMetadataSecurityAccessControl()Default constructor -
OpenMetadataSecurityAccessControl
public OpenMetadataSecurityAccessControl(String controlName, SecurityAccessControl securityAccessControl) Copy constructor- Parameters:
controlName- name of controlsecurityAccessControl- super class properties
-
-
Method Details
-
getControlName
Return the name that identifies the control.- Returns:
- string identifier
-
setControlName
Set up the name that identifies the control.- Parameters:
controlName- string identifier
-
toString
Standard toString method.- Overrides:
toStringin classSecurityAccessControl- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classSecurityAccessControl- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Hash of properties- Overrides:
hashCodein classSecurityAccessControl- Returns:
- int
-