Documentation ¶
Overview ¶
Package auth contains the structures describing auth request.
Index ¶
Constants ¶
View Source
const RequestID uint16 = 3000
RequestID is the id of the request, it is sent as part of message. See xrootd protocol specification for details: http://xrootd.org/doc/dev45/XRdv310.pdf, 2.3 Client Request Format.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auther ¶
type Auther interface { Provider() string // Provider returns the name of the security provider. Request(params []string) (*Request, error) // Request forms an authorization Request according to passed parameters. }
Auther is the interface that must be implemented by a security provider.
Directories ¶
Path | Synopsis |
---|---|
Package host contains the implementation for the "host" security provider.
|
Package host contains the implementation for the "host" security provider. |
Package krb5 contains the implementation of krb5 (Kerberos) security provider.
|
Package krb5 contains the implementation of krb5 (Kerberos) security provider. |
Package unix contains the implementation of unix security provider.
|
Package unix contains the implementation of unix security provider. |
Click to show internal directories.
Click to hide internal directories.