Class HttpClientConnection.GetPropertyPrivilegedAction

java.lang.Object
org.acplt.oncrpc.web.HttpClientConnection.GetPropertyPrivilegedAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
HttpClientConnection

class HttpClientConnection.GetPropertyPrivilegedAction extends Object implements PrivilegedAction
  • Field Details

    • property

      private String property
      The property to retrieve.
    • defaultValue

      private String defaultValue
      Default value or null.
  • Constructor Details

    • GetPropertyPrivilegedAction

      public GetPropertyPrivilegedAction(String property)
    • GetPropertyPrivilegedAction

      public GetPropertyPrivilegedAction(String property, String defaultValue)
  • Method Details