Class SSLPermissionsVerifier.AuthorizeResult

java.lang.Object
com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
Enclosing interface:
SSLPermissionsVerifier

public static class SSLPermissionsVerifier.AuthorizeResult extends Object
Holds the result of operation authorize.
  • Field Details

    • returnValue

      public boolean returnValue
      True if access is granted, or false otherwise.
    • reason

      public String reason
      The reason why access was denied.
  • Constructor Details

    • AuthorizeResult

      public AuthorizeResult()
      Default constructor.
    • AuthorizeResult

      public AuthorizeResult(boolean returnValue, String reason)
      This constructor makes shallow copies of the results for operation Authorize.
      Parameters:
      returnValue - True if access is granted, or false otherwise.
      reason - The reason why access was denied.
  • Method Details