1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

Add SAML-ping type

This commit is contained in:
rajashree
2018-03-30 16:12:30 -07:00
committed by Craig Jellick
parent d8ca395c0b
commit aa93cb066d
7 changed files with 1489 additions and 99 deletions

View File

@@ -11,4 +11,5 @@ type Manager interface {
EnsureToken(tokenName, description, userName string) (string, error)
EnsureUser(principalName, displayName string) (*v3.User, error)
CheckAccess(accessMode string, allowedPrincipalIDs []string, user v3.Principal, groups []v3.Principal) (bool, error)
SetPrincipalOnCurrentUserByUserID(userID string, principal v3.Principal) (*v3.User, error)
}