Class AuthorizationServletConfig


  • public class AuthorizationServletConfig
    extends Object

    Created by Jeff Gaynor
    on 12/4/12 at 11:28 AM

    • Constructor Detail

      • AuthorizationServletConfig

        public AuthorizationServletConfig​(String cfgFile,
                                          String cfgName)
        Constructor if a proxy is to be used for authorization. This points to a file with the configuration in it and the name of the configuration to use.
        Parameters:
        cfgFile -
        cfgName -
      • AuthorizationServletConfig

        public AuthorizationServletConfig​(String authorizationURI,
                                          boolean useHeader,
                                          boolean requireHeader,
                                          String headerFieldName,
                                          boolean returnDnAsUsername,
                                          boolean showLogon,
                                          boolean verifyUsername,
                                          boolean convertDNToGlobusID)
    • Method Detail

      • isUseProxy

        public boolean isUseProxy()
      • setUseProxy

        public void setUseProxy​(boolean useProxy)
      • getCfgFile

        public String getCfgFile()
      • setCfgFile

        public void setCfgFile​(String cfgFile)
      • getCfgName

        public String getCfgName()
      • setCfgName

        public void setCfgName​(String cfgName)
      • isVerifyUsername

        public boolean isVerifyUsername()
      • setVerifyUsername

        public void setVerifyUsername​(boolean verifyUsername)
      • isShowLogon

        public boolean isShowLogon()
      • setShowLogon

        public void setShowLogon​(boolean showLogon)
      • getAuthorizationURI

        public String getAuthorizationURI()
      • setAuthorizationURI

        public void setAuthorizationURI​(String authorizationURI)
      • isConvertDNToGlobusID

        public boolean isConvertDNToGlobusID()
      • setConvertDNToGlobusID

        public void setConvertDNToGlobusID​(boolean convertDNToGlobusID)
      • isReturnDnAsUsername

        public boolean isReturnDnAsUsername()
      • getHeaderFieldName

        public String getHeaderFieldName()
      • isRequireHeader

        public boolean isRequireHeader()
      • isUseHeader

        public boolean isUseHeader()