Documentation
¶
Index ¶
- type WebFrontEndImpl
- func (wfe *WebFrontEndImpl) Authorization(response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) Certificate(response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) Challenge(authz core.Authorization, response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) HandlePaths()
- func (wfe *WebFrontEndImpl) NewAuthorization(response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) NewCertificate(response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) NewRegistration(response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) Registration(response http.ResponseWriter, request *http.Request)
- func (wfe *WebFrontEndImpl) Terms(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebFrontEndImpl ¶
type WebFrontEndImpl struct { RA core.RegistrationAuthority SA core.StorageGetter Stats statsd.Statter // URL configuration parameters BaseURL string NewReg string NewRegPath string RegBase string RegPath string NewAuthz string NewAuthzPath string AuthzBase string AuthzPath string NewCert string NewCertPath string CertBase string CertPath string TermsPath string // contains filtered or unexported fields }
func NewWebFrontEndImpl ¶
func NewWebFrontEndImpl(logger *blog.AuditLogger) WebFrontEndImpl
func (*WebFrontEndImpl) Authorization ¶
func (wfe *WebFrontEndImpl) Authorization(response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) Certificate ¶
func (wfe *WebFrontEndImpl) Certificate(response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) Challenge ¶
func (wfe *WebFrontEndImpl) Challenge(authz core.Authorization, response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) HandlePaths ¶
func (wfe *WebFrontEndImpl) HandlePaths()
func (*WebFrontEndImpl) NewAuthorization ¶
func (wfe *WebFrontEndImpl) NewAuthorization(response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) NewCertificate ¶
func (wfe *WebFrontEndImpl) NewCertificate(response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) NewRegistration ¶
func (wfe *WebFrontEndImpl) NewRegistration(response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) Registration ¶
func (wfe *WebFrontEndImpl) Registration(response http.ResponseWriter, request *http.Request)
func (*WebFrontEndImpl) Terms ¶
func (wfe *WebFrontEndImpl) Terms(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.