Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.UserIdentityProperties
-
Packages that use UserIdentityProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.api The API package defines the Java interfaces supported by the Security Manager OMAS.org.odpi.openmetadata.accessservices.securitymanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.securitymanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api with parameters of type UserIdentityProperties Modifier and Type Method Description StringSecurityManagerInterface. createUserIdentity(String userId, String externalSourceGUID, String externalSourceName, UserIdentityProperties newIdentity)Create a UserIdentity.voidSecurityManagerInterface. updateUserIdentity(String userId, String externalSourceGUID, String externalSourceName, String userIdentityGUID, boolean isMergeUpdate, UserIdentityProperties properties)Update a UserIdentity. -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityElement. getProperties()Return the properties of the userId.Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type UserIdentityProperties Constructor Description UserIdentityProperties(UserIdentityProperties template)Copy/clone constructor -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.securitymanager.rest
Subclasses of UserIdentityProperties in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description classUserIdentityRequestBodyUserIdentityRequestBody carries the parameters for creating a new user identity or updating an existing one.Constructors in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type UserIdentityProperties Constructor Description UserIdentityRequestBody(UserIdentityProperties template)Copy/clone constructor for main properties
-