Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoverKrb5Config ¶
func DiscoverKrb5Config(name string) (io.ReadCloser, error)
Types ¶
type BasicAuth ¶
type BasicAuth struct {
CredentialStore
}
type CredentialStore ¶
type CredentialStore interface {
Credentials(realm string) (Credentials, error)
}
type Credentials ¶
func (Credentials) Credentials ¶
func (c Credentials) Credentials(realm string) (Credentials, error)
type NTLM ¶
type NTLM struct {
Credentials
}
type ProxyConnection ¶
type SPNEGO ¶
type SPNEGO struct {
// contains filtered or unexported fields
}
SPNEGO Authorizer
func NewSPNEGO ¶
func NewSPNEGO(c Credentials, krbconf string) (*SPNEGO, error)
NewSPNEGO creates a new SPNEGO authenticator
Source Files ¶
Click to show internal directories.
Click to hide internal directories.