Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.SecurityManagerProperties
-
Packages that use SecurityManagerProperties 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 SecurityManagerProperties in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api with parameters of type SecurityManagerProperties Modifier and Type Method Description StringMetadataSourceInterface. createExternalSecurityManager(String userId, String externalSourceGUID, String externalSourceName, String typeName, SecurityManagerProperties securityManagerProperties)Create information about a security manager such as a user access directory - such as an LDAP server or access control manager such as Apache Ranger. -
Uses of SecurityManagerProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return SecurityManagerProperties Modifier and Type Method Description SecurityManagerPropertiesSecurityManagerElement. getSecurityManagerProperties()Return the properties of the software server capability.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type SecurityManagerProperties Modifier and Type Method Description voidSecurityManagerElement. setSecurityManagerProperties(SecurityManagerProperties securityManagerProperties)Set up the properties of the software server capability. -
Uses of SecurityManagerProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type SecurityManagerProperties Constructor Description SecurityManagerProperties(SecurityManagerProperties template)Copy/clone constructor. -
Uses of SecurityManagerProperties in org.odpi.openmetadata.accessservices.securitymanager.rest
Subclasses of SecurityManagerProperties in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description classSecurityManagerRequestBodySecurityManagerProperties describes the properties of a security manager.Constructors in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type SecurityManagerProperties Constructor Description SecurityManagerRequestBody(SecurityManagerProperties template)Copy/clone constructor.
-