Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.UserIdentityProperties
-
Packages that use UserIdentityProperties Package Description org.odpi.openmetadata.accessservices.devops.metadataelements org.odpi.openmetadata.accessservices.devops.properties org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityElement. getProperties()Return the properties of the userId.Methods in org.odpi.openmetadata.accessservices.devops.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.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type UserIdentityProperties Constructor Description UserIdentityProperties(UserIdentityProperties template)Copy/clone constructor -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityRequestBody. getProperties()Return the properties for this user identity.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type UserIdentityProperties Modifier and Type Method Description voidUserIdentityRequestBody. setProperties(UserIdentityProperties properties)Set up the properties for this user identity.
-