Class PlatformSecurityRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.rest.URLRequestBody
-
- org.odpi.openmetadata.adminservices.rest.PlatformSecurityRequestBody
-
- All Implemented Interfaces:
Serializable
public class PlatformSecurityRequestBody extends URLRequestBody
PlatformSecurityRequestBody passes information to set up a security connector to protect requests to the platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformSecurityRequestBody()Default constructorPlatformSecurityRequestBody(PlatformSecurityRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare objectsConnectiongetPlatformSecurityConnection()inthashCode()Simple hash for the objectvoidsetPlatformSecurityConnection(Connection platformSecurityConnection)StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.adminservices.rest.URLRequestBody
getUrlRoot, setUrlRoot
-
-
-
-
Constructor Detail
-
PlatformSecurityRequestBody
public PlatformSecurityRequestBody()
Default constructor
-
PlatformSecurityRequestBody
public PlatformSecurityRequestBody(PlatformSecurityRequestBody template)
Copy/clone constructor- Parameters:
template- source
-
-
Method Detail
-
getPlatformSecurityConnection
public Connection getPlatformSecurityConnection()
-
setPlatformSecurityConnection
public void setPlatformSecurityConnection(Connection platformSecurityConnection)
-
toString
public String toString()
Description copied from class:URLRequestBodyJSON-style toString- Overrides:
toStringin classURLRequestBody- Returns:
- description of the object values
-
equals
public boolean equals(Object objectToCompare)
Description copied from class:URLRequestBodyCompare objects- Overrides:
equalsin classURLRequestBody- Parameters:
objectToCompare- object- Returns:
- boolean
-
hashCode
public int hashCode()
Description copied from class:URLRequestBodySimple hash for the object- Overrides:
hashCodein classURLRequestBody- Returns:
- int
-
-