Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.UserIdentityProperties
-
Packages that use UserIdentityProperties Package Description org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityElement. getProperties()Return the properties of the userId.Methods in org.odpi.openmetadata.accessservices.digitalservice.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.digitalservice.properties
Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type UserIdentityProperties Constructor Description UserIdentityProperties(UserIdentityProperties template)Copy/clone constructor
-