Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoEntitlements = errors.New("user is not entitled to any roles")
Functions ¶
This section is empty.
Types ¶
type ErrRoleNotFound ¶
type ErrRoleNotFound struct{ Name string }
func (ErrRoleNotFound) Error ¶
func (e ErrRoleNotFound) Error() string
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func (*Provider) GetTemporaryCredentialsForUser ¶
func (p *Provider) GetTemporaryCredentialsForUser(ctx context.Context, roleName string, response *core.SAMLResponse, ttlInHours int) (STSTokenResponse, error)
Click to show internal directories.
Click to hide internal directories.