Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ProfileIdentityProperties
-
Packages that use ProfileIdentityProperties Package Description 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. -
-
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ProfileIdentityProperties Modifier and Type Method Description ProfileIdentityPropertiesProfileIdentityElement. getProfileIdentity()Return the properties from the profile identity relationship.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type ProfileIdentityProperties Modifier and Type Method Description voidProfileIdentityElement. setProfileIdentity(ProfileIdentityProperties profileIdentity)Set up the properties from the profile identity relationship. -
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ProfileIdentityProperties Constructor Description ProfileIdentityProperties(ProfileIdentityProperties template)Copy/clone constructor
-