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:
  • Constructor Details

    • PlatformSecurityRequestBody

      public PlatformSecurityRequestBody()
      Default constructor
    • PlatformSecurityRequestBody

      public PlatformSecurityRequestBody(PlatformSecurityRequestBody template)
      Copy/clone constructor
      Parameters:
      template - source
  • Method Details

    • getPlatformSecurityConnection

      public Connection getPlatformSecurityConnection()
    • setPlatformSecurityConnection

      public void setPlatformSecurityConnection(Connection platformSecurityConnection)
    • toString

      public String toString()
      Description copied from class: URLRequestBody
      JSON-style toString
      Overrides:
      toString in class URLRequestBody
      Returns:
      description of the object values
    • equals

      public boolean equals(Object objectToCompare)
      Description copied from class: URLRequestBody
      Compare objects
      Overrides:
      equals in class URLRequestBody
      Parameters:
      objectToCompare - object
      Returns:
      boolean
    • hashCode

      public int hashCode()
      Description copied from class: URLRequestBody
      Simple hash for the object
      Overrides:
      hashCode in class URLRequestBody
      Returns:
      int