Documentation ¶
Index ¶
- type Zone
- func (z *Zone) AddValidKey(name string)
- func (a *Zone) AlgorithmIsPermitted(algorithm string) bool
- func (z *Zone) DisableAuthentication()
- func (z *Zone) Fqdn() string
- func (z *Zone) Handler() common.IAdapter
- func (z *Zone) HasAuthenticationDisabled() bool
- func (z *Zone) KeyIsAuthorized(name string) bool
- func (z *Zone) SetHandler(adapter common.IAdapter)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zone ¶
type Zone struct {
// contains filtered or unexported fields
}
func (*Zone) AddValidKey ¶
func (*Zone) AlgorithmIsPermitted ¶
func (*Zone) DisableAuthentication ¶
func (z *Zone) DisableAuthentication()
func (*Zone) HasAuthenticationDisabled ¶
func (*Zone) KeyIsAuthorized ¶
func (*Zone) SetHandler ¶
Click to show internal directories.
Click to hide internal directories.