Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.UserIdentityProperties
-
Packages that use UserIdentityProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityElement. getProperties()Return the properties of the userId.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type UserIdentityProperties Modifier and Type Method Description voidUserIdentityElement. setProperties(UserIdentityProperties properties)Set up the userId properties. -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type UserIdentityProperties Constructor Description UserIdentityProperties(UserIdentityProperties template)Copy/clone constructor
-