Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes interface { }
Attributes is an interface used by an Authorizer to get information about a request that is used to make an authorization decision.
type Authorizer ¶
type Authorizer interface {
Authorize(a Attributes) (err error)
}
Authorizer makes an authorization decision based on information gained by making zero or more calls to methods of the Attributes interface. It returns nil when an action is authorized, otherwise it returns an error.
Click to show internal directories.
Click to hide internal directories.