Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.UserIdentityElement
-
Packages that use UserIdentityElement Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories. -
-
Uses of UserIdentityElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type UserIdentityElement Modifier and Type Method Description List<UserIdentityElement>ProfileElement. getUserIdentities()Return the list of user identities associated with the personal profile.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type UserIdentityElement Modifier and Type Method Description voidProfileElement. setUserIdentities(List<UserIdentityElement> userIdentities)Set up the list of user identities associated with the personal profile.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type UserIdentityElement Constructor Description UserIdentityElement(UserIdentityElement template)Copy/clone constructor
-