Class PlatformSecurityRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.rest.URLRequestBody
org.odpi.openmetadata.adminservices.rest.PlatformSecurityRequestBody
PlatformSecurityRequestBody passes information to set up a security connector to protect
requests to the platform.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare objectsint
hashCode()
Simple hash for the objectvoid
setPlatformSecurityConnection
(Connection platformSecurityConnection) toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.adminservices.rest.URLRequestBody
getUrlRoot, setUrlRoot
-
Constructor Details
-
PlatformSecurityRequestBody
public PlatformSecurityRequestBody()Default constructor -
PlatformSecurityRequestBody
Copy/clone constructor- Parameters:
template
- source
-
-
Method Details
-
getPlatformSecurityConnection
-
setPlatformSecurityConnection
-
toString
Description copied from class:URLRequestBody
JSON-style toString- Overrides:
toString
in classURLRequestBody
- Returns:
- description of the object values
-
equals
Description copied from class:URLRequestBody
Compare objects- Overrides:
equals
in classURLRequestBody
- Parameters:
objectToCompare
- object- Returns:
- boolean
-
hashCode
public int hashCode()Description copied from class:URLRequestBody
Simple hash for the object- Overrides:
hashCode
in classURLRequestBody
- Returns:
- int
-