Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.properties org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.securitymanager.properties Modifier and Type Class Description classActorProfilePropertiesThe ActorProfileProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.classSecurityManagerPropertiesSecurityManagerProperties describe the properties for a capability deployed to a software server.classUserIdentityPropertiesUserIdentityProperties describes an element that is linked to a single userId.Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.securitymanager.rest
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description classSecurityManagerRequestBodySecurityManagerProperties describes the properties of a security manager.classUserIdentityRequestBodyUserIdentityRequestBody carries the parameters for creating a new user identity or updating an existing one.Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesReferenceableRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type ReferenceableProperties Modifier and Type Method Description voidReferenceableRequestBody. setProperties(ReferenceableProperties properties)Set up the properties for the relationship.
-