Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockGoCloak
- func (m *MockGoCloak) AddClientRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) AddClientRoleToGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
- func (m *MockGoCloak) AddClientRoleToUser(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
- func (m *MockGoCloak) AddDefaultGroup(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) AddDefaultScopeToClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) AddOptionalScopeToClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) AddRealmRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) AddRealmRoleToGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) AddRealmRoleToUser(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) AddUserToGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) ClearKeysCache(arg0 context.Context, arg1, arg2 string) error
- func (m *MockGoCloak) ClearRealmCache(arg0 context.Context, arg1, arg2 string) error
- func (m *MockGoCloak) ClearUserCache(arg0 context.Context, arg1, arg2 string) error
- func (m *MockGoCloak) CreateChildGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Group) (string, error)
- func (m *MockGoCloak) CreateClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Client) (string, error)
- func (m *MockGoCloak) CreateClientProtocolMapper(arg0 context.Context, arg1, arg2, arg3 string, ...) (string, error)
- func (m *MockGoCloak) CreateClientRole(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Role) (string, error)
- func (m *MockGoCloak) CreateClientScope(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ClientScope) (string, error)
- func (m *MockGoCloak) CreateClientScopeMappingsClientRoles(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
- func (m *MockGoCloak) CreateClientScopeMappingsRealmRoles(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) CreateComponent(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Component) (string, error)
- func (m *MockGoCloak) CreateGroup(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Group) (string, error)
- func (m *MockGoCloak) CreateIdentityProvider(arg0 context.Context, arg1, arg2 string, ...) (string, error)
- func (m *MockGoCloak) CreatePermission(arg0 context.Context, arg1, arg2, arg3 string, ...) (*gocloak.PermissionRepresentation, error)
- func (m *MockGoCloak) CreatePermissionTicket(arg0 context.Context, arg1, arg2 string, ...) (*gocloak.PermissionTicketResponseRepresentation, error)
- func (m *MockGoCloak) CreatePolicy(arg0 context.Context, arg1, arg2, arg3 string, ...) (*gocloak.PolicyRepresentation, error)
- func (m *MockGoCloak) CreateRealm(arg0 context.Context, arg1 string, arg2 gocloak.RealmRepresentation) (string, error)
- func (m *MockGoCloak) CreateRealmRole(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Role) (string, error)
- func (m *MockGoCloak) CreateResource(arg0 context.Context, arg1, arg2, arg3 string, ...) (*gocloak.ResourceRepresentation, error)
- func (m *MockGoCloak) CreateResourceClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ResourceRepresentation) (*gocloak.ResourceRepresentation, error)
- func (m *MockGoCloak) CreateResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string, ...) (*gocloak.ResourcePolicyRepresentation, error)
- func (m *MockGoCloak) CreateScope(arg0 context.Context, arg1, arg2, arg3 string, ...) (*gocloak.ScopeRepresentation, error)
- func (m *MockGoCloak) CreateUser(arg0 context.Context, arg1, arg2 string, arg3 gocloak.User) (string, error)
- func (m *MockGoCloak) CreateUserFederatedIdentity(arg0 context.Context, arg1, arg2, arg3, arg4 string, ...) error
- func (m *MockGoCloak) DecodeAccessToken(arg0 context.Context, arg1, arg2, arg3 string) (*jwt.Token, *jwt.MapClaims, error)
- func (m *MockGoCloak) DecodeAccessTokenCustomClaims(arg0 context.Context, arg1, arg2, arg3 string, arg4 jwt.Claims) (*jwt.Token, error)
- func (m *MockGoCloak) DeleteClient(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteClientProtocolMapper(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteClientRole(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteClientRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) DeleteClientRoleFromGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
- func (m *MockGoCloak) DeleteClientRoleFromUser(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
- func (m *MockGoCloak) DeleteClientScope(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteClientScopeMappingsClientRoles(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
- func (m *MockGoCloak) DeleteClientScopeMappingsRealmRoles(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) DeleteComponent(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteCredentials(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteGroup(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteIdentityProvider(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeletePermission(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeletePolicy(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteRealm(arg0 context.Context, arg1, arg2 string) error
- func (m *MockGoCloak) DeleteRealmRole(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteRealmRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) DeleteRealmRoleFromGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) DeleteRealmRoleFromUser(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
- func (m *MockGoCloak) DeleteResource(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteResourceClient(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteScope(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteUser(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DeleteUserFederatedIdentity(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteUserFromGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) DeleteUserPermission(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) DisableAllCredentialsByType(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) error
- func (m *MockGoCloak) EXPECT() *MockGoCloakMockRecorder
- func (m *MockGoCloak) ExecuteActionsEmail(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ExecuteActionsEmail) error
- func (m *MockGoCloak) GetAvailableClientRolesByGroupID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetAvailableClientRolesByUserID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetAvailableRealmRolesByGroupID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetAvailableRealmRolesByUserID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetCerts(arg0 context.Context, arg1 string) (*gocloak.CertResponse, error)
- func (m *MockGoCloak) GetClient(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Client, error)
- func (m *MockGoCloak) GetClientOfflineSessions(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.UserSessionRepresentation, error)
- func (m *MockGoCloak) GetClientRole(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.Role, error)
- func (m *MockGoCloak) GetClientRoleByID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Role, error)
- func (m *MockGoCloak) GetClientRoles(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientRolesByGroupID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientRolesByUserID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientScope(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.ClientScope, error)
- func (m *MockGoCloak) GetClientScopeMappings(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.MappingsRepresentation, error)
- func (m *MockGoCloak) GetClientScopeMappingsClientRoles(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientScopeMappingsClientRolesAvailable(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientScopeMappingsRealmRoles(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientScopeMappingsRealmRolesAvailable(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetClientScopes(arg0 context.Context, arg1, arg2 string) ([]*gocloak.ClientScope, error)
- func (m *MockGoCloak) GetClientSecret(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.CredentialRepresentation, error)
- func (m *MockGoCloak) GetClientServiceAccount(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.User, error)
- func (m *MockGoCloak) GetClientUserSessions(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.UserSessionRepresentation, error)
- func (m *MockGoCloak) GetClients(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetClientsParams) ([]*gocloak.Client, error)
- func (m *MockGoCloak) GetClientsDefaultScopes(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.ClientScope, error)
- func (m *MockGoCloak) GetClientsOptionalScopes(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.ClientScope, error)
- func (m *MockGoCloak) GetComponents(arg0 context.Context, arg1, arg2 string) ([]*gocloak.Component, error)
- func (m *MockGoCloak) GetCompositeClientRolesByGroupID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetCompositeClientRolesByRoleID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetCompositeClientRolesByUserID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetCompositeRealmRolesByGroupID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetCompositeRealmRolesByRoleID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetCompositeRealmRolesByUserID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetConfiguredUserStorageCredentialTypes(arg0 context.Context, arg1, arg2, arg3 string) ([]string, error)
- func (m *MockGoCloak) GetCredentialRegistrators(arg0 context.Context, arg1, arg2 string) ([]string, error)
- func (m *MockGoCloak) GetCredentials(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.CredentialRepresentation, error)
- func (m *MockGoCloak) GetDefaultDefaultClientScopes(arg0 context.Context, arg1, arg2 string) ([]*gocloak.ClientScope, error)
- func (m *MockGoCloak) GetDefaultGroups(arg0 context.Context, arg1, arg2 string) ([]*gocloak.Group, error)
- func (m *MockGoCloak) GetDefaultOptionalClientScopes(arg0 context.Context, arg1, arg2 string) ([]*gocloak.ClientScope, error)
- func (m *MockGoCloak) GetDependentPermissions(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.PermissionRepresentation, error)
- func (m *MockGoCloak) GetGroup(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Group, error)
- func (m *MockGoCloak) GetGroupMembers(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetGroupsParams) ([]*gocloak.User, error)
- func (m *MockGoCloak) GetGroups(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetGroupsParams) ([]*gocloak.Group, error)
- func (m *MockGoCloak) GetGroupsCount(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetGroupsParams) (int, error)
- func (m *MockGoCloak) GetIdentityProvider(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.IdentityProviderRepresentation, error)
- func (m *MockGoCloak) GetIdentityProviders(arg0 context.Context, arg1, arg2 string) ([]*gocloak.IdentityProviderRepresentation, error)
- func (m *MockGoCloak) GetIssuer(arg0 context.Context, arg1 string) (*gocloak.IssuerResponse, error)
- func (m *MockGoCloak) GetKeyStoreConfig(arg0 context.Context, arg1, arg2 string) (*gocloak.KeyStoreConfig, error)
- func (m *MockGoCloak) GetPermission(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.PermissionRepresentation, error)
- func (m *MockGoCloak) GetPermissionResources(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.PermissionResource, error)
- func (m *MockGoCloak) GetPermissionScopes(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.PermissionScope, error)
- func (m *MockGoCloak) GetPermissions(arg0 context.Context, arg1, arg2, arg3 string, ...) ([]*gocloak.PermissionRepresentation, error)
- func (m *MockGoCloak) GetPolicies(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetPolicyParams) ([]*gocloak.PolicyRepresentation, error)
- func (m *MockGoCloak) GetPolicy(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.PolicyRepresentation, error)
- func (m *MockGoCloak) GetRawUserInfo(arg0 context.Context, arg1, arg2 string) (map[string]interface{}, error)
- func (m *MockGoCloak) GetRealm(arg0 context.Context, arg1, arg2 string) (*gocloak.RealmRepresentation, error)
- func (m *MockGoCloak) GetRealmRole(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Role, error)
- func (m *MockGoCloak) GetRealmRoles(arg0 context.Context, arg1, arg2 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetRealmRolesByGroupID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetRealmRolesByUserID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
- func (m *MockGoCloak) GetRealms(arg0 context.Context, arg1 string) ([]*gocloak.RealmRepresentation, error)
- func (m *MockGoCloak) GetRequestingPartyPermissions(arg0 context.Context, arg1, arg2 string, ...) (*[]gocloak.RequestingPartyPermission, error)
- func (m *MockGoCloak) GetRequestingPartyToken(arg0 context.Context, arg1, arg2 string, ...) (*gocloak.JWT, error)
- func (m *MockGoCloak) GetResource(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.ResourceRepresentation, error)
- func (m *MockGoCloak) GetResourceClient(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.ResourceRepresentation, error)
- func (m *MockGoCloak) GetResourcePolicies(arg0 context.Context, arg1, arg2 string, ...) ([]*gocloak.ResourcePolicyRepresentation, error)
- func (m *MockGoCloak) GetResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.ResourcePolicyRepresentation, error)
- func (m *MockGoCloak) GetResources(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetResourceParams) ([]*gocloak.ResourceRepresentation, error)
- func (m *MockGoCloak) GetResourcesClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetResourceParams) ([]*gocloak.ResourceRepresentation, error)
- func (m *MockGoCloak) GetRoleMappingByGroupID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.MappingsRepresentation, error)
- func (m *MockGoCloak) GetRoleMappingByUserID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.MappingsRepresentation, error)
- func (m *MockGoCloak) GetScope(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.ScopeRepresentation, error)
- func (m *MockGoCloak) GetScopes(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetScopeParams) ([]*gocloak.ScopeRepresentation, error)
- func (m *MockGoCloak) GetServerInfo(arg0 context.Context, arg1 string) (*gocloak.ServerInfoRepesentation, error)
- func (m *MockGoCloak) GetToken(arg0 context.Context, arg1 string, arg2 gocloak.TokenOptions) (*gocloak.JWT, error)
- func (m *MockGoCloak) GetUserByID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.User, error)
- func (m *MockGoCloak) GetUserCount(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetUsersParams) (int, error)
- func (m *MockGoCloak) GetUserFederatedIdentities(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.FederatedIdentityRepresentation, error)
- func (m *MockGoCloak) GetUserGroups(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetGroupsParams) ([]*gocloak.UserGroup, error)
- func (m *MockGoCloak) GetUserInfo(arg0 context.Context, arg1, arg2 string) (*gocloak.UserInfo, error)
- func (m *MockGoCloak) GetUserOfflineSessionsForClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.UserSessionRepresentation, error)
- func (m *MockGoCloak) GetUserPermissions(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetUserPermissionParams) ([]*gocloak.PermissionGrantResponseRepresentation, error)
- func (m *MockGoCloak) GetUserSessions(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.UserSessionRepresentation, error)
- func (m *MockGoCloak) GetUsers(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetUsersParams) ([]*gocloak.User, error)
- func (m *MockGoCloak) GetUsersByClientRoleName(arg0 context.Context, arg1, arg2, arg3, arg4 string, ...) ([]*gocloak.User, error)
- func (m *MockGoCloak) GetUsersByRoleName(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.User, error)
- func (m *MockGoCloak) GrantUserPermission(arg0 context.Context, arg1, arg2 string, arg3 gocloak.PermissionGrantParams) (*gocloak.PermissionGrantResponseRepresentation, error)
- func (m *MockGoCloak) Login(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) (*gocloak.JWT, error)
- func (m *MockGoCloak) LoginAdmin(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.JWT, error)
- func (m *MockGoCloak) LoginClient(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.JWT, error)
- func (m *MockGoCloak) LoginClientSignedJWT(arg0 context.Context, arg1, arg2 string, arg3 interface{}, ...) (*gocloak.JWT, error)
- func (m *MockGoCloak) LoginOtp(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6 string) (*gocloak.JWT, error)
- func (m *MockGoCloak) Logout(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) LogoutAllSessions(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) LogoutPublicClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) LogoutUserSession(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) MoveCredentialBehind(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) error
- func (m *MockGoCloak) MoveCredentialToFirst(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) RefreshToken(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.JWT, error)
- func (m *MockGoCloak) RegenerateClientSecret(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.CredentialRepresentation, error)
- func (m *MockGoCloak) RemoveDefaultGroup(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockGoCloak) RemoveDefaultScopeFromClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) RemoveOptionalScopeFromClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockGoCloak) RestyClient() *resty.Client
- func (m *MockGoCloak) RetrospectToken(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.RetrospecTokenResult, error)
- func (m *MockGoCloak) SetPassword(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 bool) error
- func (m *MockGoCloak) SetRestyClient(arg0 *resty.Client)
- func (m *MockGoCloak) UpdateClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Client) error
- func (m *MockGoCloak) UpdateClientProtocolMapper(arg0 context.Context, arg1, arg2, arg3, arg4 string, ...) error
- func (m *MockGoCloak) UpdateClientScope(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ClientScope) error
- func (m *MockGoCloak) UpdateCredentialUserLabel(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) error
- func (m *MockGoCloak) UpdateGroup(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Group) error
- func (m *MockGoCloak) UpdateIdentityProvider(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockGoCloak) UpdatePermission(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockGoCloak) UpdatePolicy(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockGoCloak) UpdateRealm(arg0 context.Context, arg1 string, arg2 gocloak.RealmRepresentation) error
- func (m *MockGoCloak) UpdateRealmRole(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Role) error
- func (m *MockGoCloak) UpdateResource(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockGoCloak) UpdateResourceClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ResourceRepresentation) error
- func (m *MockGoCloak) UpdateResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockGoCloak) UpdateRole(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Role) error
- func (m *MockGoCloak) UpdateScope(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockGoCloak) UpdateUser(arg0 context.Context, arg1, arg2 string, arg3 gocloak.User) error
- func (m *MockGoCloak) UpdateUserPermission(arg0 context.Context, arg1, arg2 string, arg3 gocloak.PermissionGrantParams) (*gocloak.PermissionGrantResponseRepresentation, error)
- type MockGoCloakMockRecorder
- func (mr *MockGoCloakMockRecorder) AddClientRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddClientRoleToGroup(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddClientRoleToUser(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddDefaultGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddDefaultScopeToClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddOptionalScopeToClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddRealmRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddRealmRoleToGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddRealmRoleToUser(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) AddUserToGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) ClearKeysCache(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) ClearRealmCache(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) ClearUserCache(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateChildGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateClientProtocolMapper(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateClientRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateClientScopeMappingsClientRoles(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateClientScopeMappingsRealmRoles(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateComponent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateIdentityProvider(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreatePermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreatePermissionTicket(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreatePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateRealm(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateRealmRole(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateResourcePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) CreateUserFederatedIdentity(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DecodeAccessToken(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DecodeAccessTokenCustomClaims(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientProtocolMapper(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientRoleFromGroup(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientRoleFromUser(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientScopeMappingsClientRoles(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteClientScopeMappingsRealmRoles(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteComponent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteCredentials(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteIdentityProvider(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeletePermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeletePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteRealm(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteRealmRole(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteRealmRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteRealmRoleFromGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteRealmRoleFromUser(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteResourcePolicy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteUserFederatedIdentity(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteUserFromGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DeleteUserPermission(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) DisableAllCredentialsByType(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) ExecuteActionsEmail(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetAvailableClientRolesByGroupID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetAvailableClientRolesByUserID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetAvailableRealmRolesByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetAvailableRealmRolesByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCerts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientOfflineSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientRoleByID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientRoles(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientRolesByGroupID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientRolesByUserID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScopeMappings(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsClientRoles(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsClientRolesAvailable(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsRealmRoles(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsRealmRolesAvailable(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientScopes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientServiceAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientUserSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClients(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientsDefaultScopes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetClientsOptionalScopes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetComponents(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCompositeClientRolesByGroupID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCompositeClientRolesByRoleID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCompositeClientRolesByUserID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCompositeRealmRolesByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCompositeRealmRolesByRoleID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCompositeRealmRolesByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetConfiguredUserStorageCredentialTypes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCredentialRegistrators(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetCredentials(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetDefaultDefaultClientScopes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetDefaultGroups(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetDefaultOptionalClientScopes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetDependentPermissions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetGroupMembers(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetGroups(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetGroupsCount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetIdentityProvider(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetIdentityProviders(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetIssuer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetKeyStoreConfig(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetPermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetPermissionResources(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetPermissionScopes(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetPermissions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetPolicies(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetPolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRawUserInfo(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRealm(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRealmRole(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRealmRoles(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRealmRolesByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRealmRolesByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRealms(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRequestingPartyPermissions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRequestingPartyToken(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetResourcePolicies(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetResourcePolicy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetResources(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetResourcesClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRoleMappingByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetRoleMappingByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetScopes(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetServerInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetToken(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserByID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserCount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserFederatedIdentities(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserGroups(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserInfo(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserOfflineSessionsForClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserPermissions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUserSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUsers(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUsersByClientRoleName(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GetUsersByRoleName(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) GrantUserPermission(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) Login(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LoginAdmin(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LoginClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LoginClientSignedJWT(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LoginOtp(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) Logout(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LogoutAllSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LogoutPublicClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) LogoutUserSession(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) MoveCredentialBehind(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) MoveCredentialToFirst(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) RefreshToken(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) RegenerateClientSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) RemoveDefaultGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) RemoveDefaultScopeFromClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) RemoveOptionalScopeFromClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) RestyClient() *gomock.Call
- func (mr *MockGoCloakMockRecorder) RetrospectToken(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) SetPassword(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) SetRestyClient(arg0 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateClientProtocolMapper(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateCredentialUserLabel(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateIdentityProvider(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdatePermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdatePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateRealm(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateRealmRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateResourcePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGoCloakMockRecorder) UpdateUserPermission(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGoCloak ¶
type MockGoCloak struct {
// contains filtered or unexported fields
}
MockGoCloak is a mock of GoCloak interface
func NewMockGoCloak ¶
func NewMockGoCloak(ctrl *gomock.Controller) *MockGoCloak
NewMockGoCloak creates a new mock instance
func (*MockGoCloak) AddClientRoleComposite ¶
func (m *MockGoCloak) AddClientRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
AddClientRoleComposite mocks base method
func (*MockGoCloak) AddClientRoleToGroup ¶
func (m *MockGoCloak) AddClientRoleToGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
AddClientRoleToGroup mocks base method
func (*MockGoCloak) AddClientRoleToUser ¶
func (m *MockGoCloak) AddClientRoleToUser(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
AddClientRoleToUser mocks base method
func (*MockGoCloak) AddDefaultGroup ¶
func (m *MockGoCloak) AddDefaultGroup(arg0 context.Context, arg1, arg2, arg3 string) error
AddDefaultGroup mocks base method
func (*MockGoCloak) AddDefaultScopeToClient ¶
func (m *MockGoCloak) AddDefaultScopeToClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
AddDefaultScopeToClient mocks base method
func (*MockGoCloak) AddOptionalScopeToClient ¶
func (m *MockGoCloak) AddOptionalScopeToClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
AddOptionalScopeToClient mocks base method
func (*MockGoCloak) AddRealmRoleComposite ¶
func (m *MockGoCloak) AddRealmRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
AddRealmRoleComposite mocks base method
func (*MockGoCloak) AddRealmRoleToGroup ¶
func (m *MockGoCloak) AddRealmRoleToGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
AddRealmRoleToGroup mocks base method
func (*MockGoCloak) AddRealmRoleToUser ¶
func (m *MockGoCloak) AddRealmRoleToUser(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
AddRealmRoleToUser mocks base method
func (*MockGoCloak) AddUserToGroup ¶
func (m *MockGoCloak) AddUserToGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
AddUserToGroup mocks base method
func (*MockGoCloak) ClearKeysCache ¶
func (m *MockGoCloak) ClearKeysCache(arg0 context.Context, arg1, arg2 string) error
ClearKeysCache mocks base method
func (*MockGoCloak) ClearRealmCache ¶
func (m *MockGoCloak) ClearRealmCache(arg0 context.Context, arg1, arg2 string) error
ClearRealmCache mocks base method
func (*MockGoCloak) ClearUserCache ¶
func (m *MockGoCloak) ClearUserCache(arg0 context.Context, arg1, arg2 string) error
ClearUserCache mocks base method
func (*MockGoCloak) CreateChildGroup ¶
func (m *MockGoCloak) CreateChildGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Group) (string, error)
CreateChildGroup mocks base method
func (*MockGoCloak) CreateClient ¶
func (m *MockGoCloak) CreateClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Client) (string, error)
CreateClient mocks base method
func (*MockGoCloak) CreateClientProtocolMapper ¶
func (m *MockGoCloak) CreateClientProtocolMapper(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ProtocolMapperRepresentation) (string, error)
CreateClientProtocolMapper mocks base method
func (*MockGoCloak) CreateClientRole ¶
func (m *MockGoCloak) CreateClientRole(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Role) (string, error)
CreateClientRole mocks base method
func (*MockGoCloak) CreateClientScope ¶
func (m *MockGoCloak) CreateClientScope(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ClientScope) (string, error)
CreateClientScope mocks base method
func (*MockGoCloak) CreateClientScopeMappingsClientRoles ¶
func (m *MockGoCloak) CreateClientScopeMappingsClientRoles(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
CreateClientScopeMappingsClientRoles mocks base method
func (*MockGoCloak) CreateClientScopeMappingsRealmRoles ¶
func (m *MockGoCloak) CreateClientScopeMappingsRealmRoles(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
CreateClientScopeMappingsRealmRoles mocks base method
func (*MockGoCloak) CreateComponent ¶
func (m *MockGoCloak) CreateComponent(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Component) (string, error)
CreateComponent mocks base method
func (*MockGoCloak) CreateGroup ¶
func (m *MockGoCloak) CreateGroup(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Group) (string, error)
CreateGroup mocks base method
func (*MockGoCloak) CreateIdentityProvider ¶
func (m *MockGoCloak) CreateIdentityProvider(arg0 context.Context, arg1, arg2 string, arg3 gocloak.IdentityProviderRepresentation) (string, error)
CreateIdentityProvider mocks base method
func (*MockGoCloak) CreatePermission ¶
func (m *MockGoCloak) CreatePermission(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.PermissionRepresentation) (*gocloak.PermissionRepresentation, error)
CreatePermission mocks base method
func (*MockGoCloak) CreatePermissionTicket ¶
func (m *MockGoCloak) CreatePermissionTicket(arg0 context.Context, arg1, arg2 string, arg3 []gocloak.CreatePermissionTicketParams) (*gocloak.PermissionTicketResponseRepresentation, error)
CreatePermissionTicket mocks base method
func (*MockGoCloak) CreatePolicy ¶
func (m *MockGoCloak) CreatePolicy(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.PolicyRepresentation) (*gocloak.PolicyRepresentation, error)
CreatePolicy mocks base method
func (*MockGoCloak) CreateRealm ¶
func (m *MockGoCloak) CreateRealm(arg0 context.Context, arg1 string, arg2 gocloak.RealmRepresentation) (string, error)
CreateRealm mocks base method
func (*MockGoCloak) CreateRealmRole ¶
func (m *MockGoCloak) CreateRealmRole(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Role) (string, error)
CreateRealmRole mocks base method
func (*MockGoCloak) CreateResource ¶
func (m *MockGoCloak) CreateResource(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ResourceRepresentation) (*gocloak.ResourceRepresentation, error)
CreateResource mocks base method
func (*MockGoCloak) CreateResourceClient ¶
func (m *MockGoCloak) CreateResourceClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ResourceRepresentation) (*gocloak.ResourceRepresentation, error)
CreateResourceClient mocks base method
func (*MockGoCloak) CreateResourcePolicy ¶
func (m *MockGoCloak) CreateResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ResourcePolicyRepresentation) (*gocloak.ResourcePolicyRepresentation, error)
CreateResourcePolicy mocks base method
func (*MockGoCloak) CreateScope ¶
func (m *MockGoCloak) CreateScope(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ScopeRepresentation) (*gocloak.ScopeRepresentation, error)
CreateScope mocks base method
func (*MockGoCloak) CreateUser ¶
func (m *MockGoCloak) CreateUser(arg0 context.Context, arg1, arg2 string, arg3 gocloak.User) (string, error)
CreateUser mocks base method
func (*MockGoCloak) CreateUserFederatedIdentity ¶
func (m *MockGoCloak) CreateUserFederatedIdentity(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 gocloak.FederatedIdentityRepresentation) error
CreateUserFederatedIdentity mocks base method
func (*MockGoCloak) DecodeAccessToken ¶
func (m *MockGoCloak) DecodeAccessToken(arg0 context.Context, arg1, arg2, arg3 string) (*jwt.Token, *jwt.MapClaims, error)
DecodeAccessToken mocks base method
func (*MockGoCloak) DecodeAccessTokenCustomClaims ¶
func (m *MockGoCloak) DecodeAccessTokenCustomClaims(arg0 context.Context, arg1, arg2, arg3 string, arg4 jwt.Claims) (*jwt.Token, error)
DecodeAccessTokenCustomClaims mocks base method
func (*MockGoCloak) DeleteClient ¶
func (m *MockGoCloak) DeleteClient(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteClient mocks base method
func (*MockGoCloak) DeleteClientProtocolMapper ¶
func (m *MockGoCloak) DeleteClientProtocolMapper(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteClientProtocolMapper mocks base method
func (*MockGoCloak) DeleteClientRole ¶
func (m *MockGoCloak) DeleteClientRole(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteClientRole mocks base method
func (*MockGoCloak) DeleteClientRoleComposite ¶
func (m *MockGoCloak) DeleteClientRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
DeleteClientRoleComposite mocks base method
func (*MockGoCloak) DeleteClientRoleFromGroup ¶
func (m *MockGoCloak) DeleteClientRoleFromGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
DeleteClientRoleFromGroup mocks base method
func (*MockGoCloak) DeleteClientRoleFromUser ¶
func (m *MockGoCloak) DeleteClientRoleFromUser(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
DeleteClientRoleFromUser mocks base method
func (*MockGoCloak) DeleteClientScope ¶
func (m *MockGoCloak) DeleteClientScope(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteClientScope mocks base method
func (*MockGoCloak) DeleteClientScopeMappingsClientRoles ¶
func (m *MockGoCloak) DeleteClientScopeMappingsClientRoles(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []gocloak.Role) error
DeleteClientScopeMappingsClientRoles mocks base method
func (*MockGoCloak) DeleteClientScopeMappingsRealmRoles ¶
func (m *MockGoCloak) DeleteClientScopeMappingsRealmRoles(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
DeleteClientScopeMappingsRealmRoles mocks base method
func (*MockGoCloak) DeleteComponent ¶
func (m *MockGoCloak) DeleteComponent(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteComponent mocks base method
func (*MockGoCloak) DeleteCredentials ¶
func (m *MockGoCloak) DeleteCredentials(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteCredentials mocks base method
func (*MockGoCloak) DeleteGroup ¶
func (m *MockGoCloak) DeleteGroup(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteGroup mocks base method
func (*MockGoCloak) DeleteIdentityProvider ¶
func (m *MockGoCloak) DeleteIdentityProvider(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteIdentityProvider mocks base method
func (*MockGoCloak) DeletePermission ¶
func (m *MockGoCloak) DeletePermission(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeletePermission mocks base method
func (*MockGoCloak) DeletePolicy ¶
func (m *MockGoCloak) DeletePolicy(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeletePolicy mocks base method
func (*MockGoCloak) DeleteRealm ¶
func (m *MockGoCloak) DeleteRealm(arg0 context.Context, arg1, arg2 string) error
DeleteRealm mocks base method
func (*MockGoCloak) DeleteRealmRole ¶
func (m *MockGoCloak) DeleteRealmRole(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteRealmRole mocks base method
func (*MockGoCloak) DeleteRealmRoleComposite ¶
func (m *MockGoCloak) DeleteRealmRoleComposite(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
DeleteRealmRoleComposite mocks base method
func (*MockGoCloak) DeleteRealmRoleFromGroup ¶
func (m *MockGoCloak) DeleteRealmRoleFromGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
DeleteRealmRoleFromGroup mocks base method
func (*MockGoCloak) DeleteRealmRoleFromUser ¶
func (m *MockGoCloak) DeleteRealmRoleFromUser(arg0 context.Context, arg1, arg2, arg3 string, arg4 []gocloak.Role) error
DeleteRealmRoleFromUser mocks base method
func (*MockGoCloak) DeleteResource ¶
func (m *MockGoCloak) DeleteResource(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteResource mocks base method
func (*MockGoCloak) DeleteResourceClient ¶
func (m *MockGoCloak) DeleteResourceClient(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteResourceClient mocks base method
func (*MockGoCloak) DeleteResourcePolicy ¶
func (m *MockGoCloak) DeleteResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteResourcePolicy mocks base method
func (*MockGoCloak) DeleteScope ¶
func (m *MockGoCloak) DeleteScope(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteScope mocks base method
func (*MockGoCloak) DeleteUser ¶
func (m *MockGoCloak) DeleteUser(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteUser mocks base method
func (*MockGoCloak) DeleteUserFederatedIdentity ¶
func (m *MockGoCloak) DeleteUserFederatedIdentity(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteUserFederatedIdentity mocks base method
func (*MockGoCloak) DeleteUserFromGroup ¶
func (m *MockGoCloak) DeleteUserFromGroup(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteUserFromGroup mocks base method
func (*MockGoCloak) DeleteUserPermission ¶
func (m *MockGoCloak) DeleteUserPermission(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteUserPermission mocks base method
func (*MockGoCloak) DisableAllCredentialsByType ¶
func (m *MockGoCloak) DisableAllCredentialsByType(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) error
DisableAllCredentialsByType mocks base method
func (*MockGoCloak) EXPECT ¶
func (m *MockGoCloak) EXPECT() *MockGoCloakMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGoCloak) ExecuteActionsEmail ¶
func (m *MockGoCloak) ExecuteActionsEmail(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ExecuteActionsEmail) error
ExecuteActionsEmail mocks base method
func (*MockGoCloak) GetAvailableClientRolesByGroupID ¶
func (m *MockGoCloak) GetAvailableClientRolesByGroupID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetAvailableClientRolesByGroupID mocks base method
func (*MockGoCloak) GetAvailableClientRolesByUserID ¶
func (m *MockGoCloak) GetAvailableClientRolesByUserID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetAvailableClientRolesByUserID mocks base method
func (*MockGoCloak) GetAvailableRealmRolesByGroupID ¶
func (m *MockGoCloak) GetAvailableRealmRolesByGroupID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetAvailableRealmRolesByGroupID mocks base method
func (*MockGoCloak) GetAvailableRealmRolesByUserID ¶
func (m *MockGoCloak) GetAvailableRealmRolesByUserID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetAvailableRealmRolesByUserID mocks base method
func (*MockGoCloak) GetCerts ¶
func (m *MockGoCloak) GetCerts(arg0 context.Context, arg1 string) (*gocloak.CertResponse, error)
GetCerts mocks base method
func (*MockGoCloak) GetClient ¶
func (m *MockGoCloak) GetClient(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Client, error)
GetClient mocks base method
func (*MockGoCloak) GetClientOfflineSessions ¶
func (m *MockGoCloak) GetClientOfflineSessions(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.UserSessionRepresentation, error)
GetClientOfflineSessions mocks base method
func (*MockGoCloak) GetClientRole ¶
func (m *MockGoCloak) GetClientRole(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.Role, error)
GetClientRole mocks base method
func (*MockGoCloak) GetClientRoleByID ¶
func (m *MockGoCloak) GetClientRoleByID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Role, error)
GetClientRoleByID mocks base method
func (*MockGoCloak) GetClientRoles ¶
func (m *MockGoCloak) GetClientRoles(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetClientRoles mocks base method
func (*MockGoCloak) GetClientRolesByGroupID ¶
func (m *MockGoCloak) GetClientRolesByGroupID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetClientRolesByGroupID mocks base method
func (*MockGoCloak) GetClientRolesByUserID ¶
func (m *MockGoCloak) GetClientRolesByUserID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetClientRolesByUserID mocks base method
func (*MockGoCloak) GetClientScope ¶
func (m *MockGoCloak) GetClientScope(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.ClientScope, error)
GetClientScope mocks base method
func (*MockGoCloak) GetClientScopeMappings ¶
func (m *MockGoCloak) GetClientScopeMappings(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.MappingsRepresentation, error)
GetClientScopeMappings mocks base method
func (*MockGoCloak) GetClientScopeMappingsClientRoles ¶
func (m *MockGoCloak) GetClientScopeMappingsClientRoles(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetClientScopeMappingsClientRoles mocks base method
func (*MockGoCloak) GetClientScopeMappingsClientRolesAvailable ¶
func (m *MockGoCloak) GetClientScopeMappingsClientRolesAvailable(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetClientScopeMappingsClientRolesAvailable mocks base method
func (*MockGoCloak) GetClientScopeMappingsRealmRoles ¶
func (m *MockGoCloak) GetClientScopeMappingsRealmRoles(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetClientScopeMappingsRealmRoles mocks base method
func (*MockGoCloak) GetClientScopeMappingsRealmRolesAvailable ¶
func (m *MockGoCloak) GetClientScopeMappingsRealmRolesAvailable(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetClientScopeMappingsRealmRolesAvailable mocks base method
func (*MockGoCloak) GetClientScopes ¶
func (m *MockGoCloak) GetClientScopes(arg0 context.Context, arg1, arg2 string) ([]*gocloak.ClientScope, error)
GetClientScopes mocks base method
func (*MockGoCloak) GetClientSecret ¶
func (m *MockGoCloak) GetClientSecret(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.CredentialRepresentation, error)
GetClientSecret mocks base method
func (*MockGoCloak) GetClientServiceAccount ¶
func (m *MockGoCloak) GetClientServiceAccount(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.User, error)
GetClientServiceAccount mocks base method
func (*MockGoCloak) GetClientUserSessions ¶
func (m *MockGoCloak) GetClientUserSessions(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.UserSessionRepresentation, error)
GetClientUserSessions mocks base method
func (*MockGoCloak) GetClients ¶
func (m *MockGoCloak) GetClients(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetClientsParams) ([]*gocloak.Client, error)
GetClients mocks base method
func (*MockGoCloak) GetClientsDefaultScopes ¶
func (m *MockGoCloak) GetClientsDefaultScopes(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.ClientScope, error)
GetClientsDefaultScopes mocks base method
func (*MockGoCloak) GetClientsOptionalScopes ¶
func (m *MockGoCloak) GetClientsOptionalScopes(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.ClientScope, error)
GetClientsOptionalScopes mocks base method
func (*MockGoCloak) GetComponents ¶
func (m *MockGoCloak) GetComponents(arg0 context.Context, arg1, arg2 string) ([]*gocloak.Component, error)
GetComponents mocks base method
func (*MockGoCloak) GetCompositeClientRolesByGroupID ¶
func (m *MockGoCloak) GetCompositeClientRolesByGroupID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetCompositeClientRolesByGroupID mocks base method
func (*MockGoCloak) GetCompositeClientRolesByRoleID ¶
func (m *MockGoCloak) GetCompositeClientRolesByRoleID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetCompositeClientRolesByRoleID mocks base method
func (*MockGoCloak) GetCompositeClientRolesByUserID ¶
func (m *MockGoCloak) GetCompositeClientRolesByUserID(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.Role, error)
GetCompositeClientRolesByUserID mocks base method
func (*MockGoCloak) GetCompositeRealmRolesByGroupID ¶
func (m *MockGoCloak) GetCompositeRealmRolesByGroupID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetCompositeRealmRolesByGroupID mocks base method
func (*MockGoCloak) GetCompositeRealmRolesByRoleID ¶
func (m *MockGoCloak) GetCompositeRealmRolesByRoleID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetCompositeRealmRolesByRoleID mocks base method
func (*MockGoCloak) GetCompositeRealmRolesByUserID ¶
func (m *MockGoCloak) GetCompositeRealmRolesByUserID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetCompositeRealmRolesByUserID mocks base method
func (*MockGoCloak) GetConfiguredUserStorageCredentialTypes ¶
func (m *MockGoCloak) GetConfiguredUserStorageCredentialTypes(arg0 context.Context, arg1, arg2, arg3 string) ([]string, error)
GetConfiguredUserStorageCredentialTypes mocks base method
func (*MockGoCloak) GetCredentialRegistrators ¶
func (m *MockGoCloak) GetCredentialRegistrators(arg0 context.Context, arg1, arg2 string) ([]string, error)
GetCredentialRegistrators mocks base method
func (*MockGoCloak) GetCredentials ¶
func (m *MockGoCloak) GetCredentials(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.CredentialRepresentation, error)
GetCredentials mocks base method
func (*MockGoCloak) GetDefaultDefaultClientScopes ¶
func (m *MockGoCloak) GetDefaultDefaultClientScopes(arg0 context.Context, arg1, arg2 string) ([]*gocloak.ClientScope, error)
GetDefaultDefaultClientScopes mocks base method
func (*MockGoCloak) GetDefaultGroups ¶
func (m *MockGoCloak) GetDefaultGroups(arg0 context.Context, arg1, arg2 string) ([]*gocloak.Group, error)
GetDefaultGroups mocks base method
func (*MockGoCloak) GetDefaultOptionalClientScopes ¶
func (m *MockGoCloak) GetDefaultOptionalClientScopes(arg0 context.Context, arg1, arg2 string) ([]*gocloak.ClientScope, error)
GetDefaultOptionalClientScopes mocks base method
func (*MockGoCloak) GetDependentPermissions ¶
func (m *MockGoCloak) GetDependentPermissions(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.PermissionRepresentation, error)
GetDependentPermissions mocks base method
func (*MockGoCloak) GetGroup ¶
func (m *MockGoCloak) GetGroup(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Group, error)
GetGroup mocks base method
func (*MockGoCloak) GetGroupMembers ¶
func (m *MockGoCloak) GetGroupMembers(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetGroupsParams) ([]*gocloak.User, error)
GetGroupMembers mocks base method
func (*MockGoCloak) GetGroups ¶
func (m *MockGoCloak) GetGroups(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetGroupsParams) ([]*gocloak.Group, error)
GetGroups mocks base method
func (*MockGoCloak) GetGroupsCount ¶
func (m *MockGoCloak) GetGroupsCount(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetGroupsParams) (int, error)
GetGroupsCount mocks base method
func (*MockGoCloak) GetIdentityProvider ¶
func (m *MockGoCloak) GetIdentityProvider(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.IdentityProviderRepresentation, error)
GetIdentityProvider mocks base method
func (*MockGoCloak) GetIdentityProviders ¶
func (m *MockGoCloak) GetIdentityProviders(arg0 context.Context, arg1, arg2 string) ([]*gocloak.IdentityProviderRepresentation, error)
GetIdentityProviders mocks base method
func (*MockGoCloak) GetIssuer ¶
func (m *MockGoCloak) GetIssuer(arg0 context.Context, arg1 string) (*gocloak.IssuerResponse, error)
GetIssuer mocks base method
func (*MockGoCloak) GetKeyStoreConfig ¶
func (m *MockGoCloak) GetKeyStoreConfig(arg0 context.Context, arg1, arg2 string) (*gocloak.KeyStoreConfig, error)
GetKeyStoreConfig mocks base method
func (*MockGoCloak) GetPermission ¶
func (m *MockGoCloak) GetPermission(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.PermissionRepresentation, error)
GetPermission mocks base method
func (*MockGoCloak) GetPermissionResources ¶
func (m *MockGoCloak) GetPermissionResources(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.PermissionResource, error)
GetPermissionResources mocks base method
func (*MockGoCloak) GetPermissionScopes ¶
func (m *MockGoCloak) GetPermissionScopes(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.PermissionScope, error)
GetPermissionScopes mocks base method
func (*MockGoCloak) GetPermissions ¶
func (m *MockGoCloak) GetPermissions(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetPermissionParams) ([]*gocloak.PermissionRepresentation, error)
GetPermissions mocks base method
func (*MockGoCloak) GetPolicies ¶
func (m *MockGoCloak) GetPolicies(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetPolicyParams) ([]*gocloak.PolicyRepresentation, error)
GetPolicies mocks base method
func (*MockGoCloak) GetPolicy ¶
func (m *MockGoCloak) GetPolicy(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.PolicyRepresentation, error)
GetPolicy mocks base method
func (*MockGoCloak) GetRawUserInfo ¶
func (m *MockGoCloak) GetRawUserInfo(arg0 context.Context, arg1, arg2 string) (map[string]interface{}, error)
GetRawUserInfo mocks base method
func (*MockGoCloak) GetRealm ¶
func (m *MockGoCloak) GetRealm(arg0 context.Context, arg1, arg2 string) (*gocloak.RealmRepresentation, error)
GetRealm mocks base method
func (*MockGoCloak) GetRealmRole ¶
func (m *MockGoCloak) GetRealmRole(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.Role, error)
GetRealmRole mocks base method
func (*MockGoCloak) GetRealmRoles ¶
func (m *MockGoCloak) GetRealmRoles(arg0 context.Context, arg1, arg2 string) ([]*gocloak.Role, error)
GetRealmRoles mocks base method
func (*MockGoCloak) GetRealmRolesByGroupID ¶
func (m *MockGoCloak) GetRealmRolesByGroupID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetRealmRolesByGroupID mocks base method
func (*MockGoCloak) GetRealmRolesByUserID ¶
func (m *MockGoCloak) GetRealmRolesByUserID(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.Role, error)
GetRealmRolesByUserID mocks base method
func (*MockGoCloak) GetRealms ¶
func (m *MockGoCloak) GetRealms(arg0 context.Context, arg1 string) ([]*gocloak.RealmRepresentation, error)
GetRealms mocks base method
func (*MockGoCloak) GetRequestingPartyPermissions ¶
func (m *MockGoCloak) GetRequestingPartyPermissions(arg0 context.Context, arg1, arg2 string, arg3 gocloak.RequestingPartyTokenOptions) (*[]gocloak.RequestingPartyPermission, error)
GetRequestingPartyPermissions mocks base method
func (*MockGoCloak) GetRequestingPartyToken ¶
func (m *MockGoCloak) GetRequestingPartyToken(arg0 context.Context, arg1, arg2 string, arg3 gocloak.RequestingPartyTokenOptions) (*gocloak.JWT, error)
GetRequestingPartyToken mocks base method
func (*MockGoCloak) GetResource ¶
func (m *MockGoCloak) GetResource(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.ResourceRepresentation, error)
GetResource mocks base method
func (*MockGoCloak) GetResourceClient ¶
func (m *MockGoCloak) GetResourceClient(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.ResourceRepresentation, error)
GetResourceClient mocks base method
func (*MockGoCloak) GetResourcePolicies ¶
func (m *MockGoCloak) GetResourcePolicies(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetResourcePoliciesParams) ([]*gocloak.ResourcePolicyRepresentation, error)
GetResourcePolicies mocks base method
func (*MockGoCloak) GetResourcePolicy ¶
func (m *MockGoCloak) GetResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.ResourcePolicyRepresentation, error)
GetResourcePolicy mocks base method
func (*MockGoCloak) GetResources ¶
func (m *MockGoCloak) GetResources(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetResourceParams) ([]*gocloak.ResourceRepresentation, error)
GetResources mocks base method
func (*MockGoCloak) GetResourcesClient ¶
func (m *MockGoCloak) GetResourcesClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetResourceParams) ([]*gocloak.ResourceRepresentation, error)
GetResourcesClient mocks base method
func (*MockGoCloak) GetRoleMappingByGroupID ¶
func (m *MockGoCloak) GetRoleMappingByGroupID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.MappingsRepresentation, error)
GetRoleMappingByGroupID mocks base method
func (*MockGoCloak) GetRoleMappingByUserID ¶
func (m *MockGoCloak) GetRoleMappingByUserID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.MappingsRepresentation, error)
GetRoleMappingByUserID mocks base method
func (*MockGoCloak) GetScope ¶
func (m *MockGoCloak) GetScope(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.ScopeRepresentation, error)
GetScope mocks base method
func (*MockGoCloak) GetScopes ¶
func (m *MockGoCloak) GetScopes(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetScopeParams) ([]*gocloak.ScopeRepresentation, error)
GetScopes mocks base method
func (*MockGoCloak) GetServerInfo ¶
func (m *MockGoCloak) GetServerInfo(arg0 context.Context, arg1 string) (*gocloak.ServerInfoRepesentation, error)
GetServerInfo mocks base method
func (*MockGoCloak) GetToken ¶
func (m *MockGoCloak) GetToken(arg0 context.Context, arg1 string, arg2 gocloak.TokenOptions) (*gocloak.JWT, error)
GetToken mocks base method
func (*MockGoCloak) GetUserByID ¶
func (m *MockGoCloak) GetUserByID(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.User, error)
GetUserByID mocks base method
func (*MockGoCloak) GetUserCount ¶
func (m *MockGoCloak) GetUserCount(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetUsersParams) (int, error)
GetUserCount mocks base method
func (*MockGoCloak) GetUserFederatedIdentities ¶
func (m *MockGoCloak) GetUserFederatedIdentities(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.FederatedIdentityRepresentation, error)
GetUserFederatedIdentities mocks base method
func (*MockGoCloak) GetUserGroups ¶
func (m *MockGoCloak) GetUserGroups(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.GetGroupsParams) ([]*gocloak.UserGroup, error)
GetUserGroups mocks base method
func (*MockGoCloak) GetUserInfo ¶
func (m *MockGoCloak) GetUserInfo(arg0 context.Context, arg1, arg2 string) (*gocloak.UserInfo, error)
GetUserInfo mocks base method
func (*MockGoCloak) GetUserOfflineSessionsForClient ¶
func (m *MockGoCloak) GetUserOfflineSessionsForClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) ([]*gocloak.UserSessionRepresentation, error)
GetUserOfflineSessionsForClient mocks base method
func (*MockGoCloak) GetUserPermissions ¶
func (m *MockGoCloak) GetUserPermissions(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetUserPermissionParams) ([]*gocloak.PermissionGrantResponseRepresentation, error)
GetUserPermissions mocks base method
func (*MockGoCloak) GetUserSessions ¶
func (m *MockGoCloak) GetUserSessions(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.UserSessionRepresentation, error)
GetUserSessions mocks base method
func (*MockGoCloak) GetUsers ¶
func (m *MockGoCloak) GetUsers(arg0 context.Context, arg1, arg2 string, arg3 gocloak.GetUsersParams) ([]*gocloak.User, error)
GetUsers mocks base method
func (*MockGoCloak) GetUsersByClientRoleName ¶
func (m *MockGoCloak) GetUsersByClientRoleName(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 gocloak.GetUsersByRoleParams) ([]*gocloak.User, error)
GetUsersByClientRoleName mocks base method
func (*MockGoCloak) GetUsersByRoleName ¶
func (m *MockGoCloak) GetUsersByRoleName(arg0 context.Context, arg1, arg2, arg3 string) ([]*gocloak.User, error)
GetUsersByRoleName mocks base method
func (*MockGoCloak) GrantUserPermission ¶
func (m *MockGoCloak) GrantUserPermission(arg0 context.Context, arg1, arg2 string, arg3 gocloak.PermissionGrantParams) (*gocloak.PermissionGrantResponseRepresentation, error)
GrantUserPermission mocks base method
func (*MockGoCloak) Login ¶
func (m *MockGoCloak) Login(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) (*gocloak.JWT, error)
Login mocks base method
func (*MockGoCloak) LoginAdmin ¶
func (m *MockGoCloak) LoginAdmin(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.JWT, error)
LoginAdmin mocks base method
func (*MockGoCloak) LoginClient ¶
func (m *MockGoCloak) LoginClient(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.JWT, error)
LoginClient mocks base method
func (*MockGoCloak) LoginClientSignedJWT ¶
func (m *MockGoCloak) LoginClientSignedJWT(arg0 context.Context, arg1, arg2 string, arg3 interface{}, arg4 jwt.SigningMethod, arg5 *jwt.Time) (*gocloak.JWT, error)
LoginClientSignedJWT mocks base method
func (*MockGoCloak) LoginOtp ¶
func (m *MockGoCloak) LoginOtp(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6 string) (*gocloak.JWT, error)
LoginOtp mocks base method
func (*MockGoCloak) Logout ¶
func (m *MockGoCloak) Logout(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
Logout mocks base method
func (*MockGoCloak) LogoutAllSessions ¶
func (m *MockGoCloak) LogoutAllSessions(arg0 context.Context, arg1, arg2, arg3 string) error
LogoutAllSessions mocks base method
func (*MockGoCloak) LogoutPublicClient ¶
func (m *MockGoCloak) LogoutPublicClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
LogoutPublicClient mocks base method
func (*MockGoCloak) LogoutUserSession ¶
func (m *MockGoCloak) LogoutUserSession(arg0 context.Context, arg1, arg2, arg3 string) error
LogoutUserSession mocks base method
func (*MockGoCloak) MoveCredentialBehind ¶
func (m *MockGoCloak) MoveCredentialBehind(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) error
MoveCredentialBehind mocks base method
func (*MockGoCloak) MoveCredentialToFirst ¶
func (m *MockGoCloak) MoveCredentialToFirst(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
MoveCredentialToFirst mocks base method
func (*MockGoCloak) RefreshToken ¶
func (m *MockGoCloak) RefreshToken(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.JWT, error)
RefreshToken mocks base method
func (*MockGoCloak) RegenerateClientSecret ¶
func (m *MockGoCloak) RegenerateClientSecret(arg0 context.Context, arg1, arg2, arg3 string) (*gocloak.CredentialRepresentation, error)
RegenerateClientSecret mocks base method
func (*MockGoCloak) RemoveDefaultGroup ¶
func (m *MockGoCloak) RemoveDefaultGroup(arg0 context.Context, arg1, arg2, arg3 string) error
RemoveDefaultGroup mocks base method
func (*MockGoCloak) RemoveDefaultScopeFromClient ¶
func (m *MockGoCloak) RemoveDefaultScopeFromClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
RemoveDefaultScopeFromClient mocks base method
func (*MockGoCloak) RemoveOptionalScopeFromClient ¶
func (m *MockGoCloak) RemoveOptionalScopeFromClient(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
RemoveOptionalScopeFromClient mocks base method
func (*MockGoCloak) RestyClient ¶
func (m *MockGoCloak) RestyClient() *resty.Client
RestyClient mocks base method
func (*MockGoCloak) RetrospectToken ¶
func (m *MockGoCloak) RetrospectToken(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*gocloak.RetrospecTokenResult, error)
RetrospectToken mocks base method
func (*MockGoCloak) SetPassword ¶
func (m *MockGoCloak) SetPassword(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 bool) error
SetPassword mocks base method
func (*MockGoCloak) SetRestyClient ¶
func (m *MockGoCloak) SetRestyClient(arg0 *resty.Client)
SetRestyClient mocks base method
func (*MockGoCloak) UpdateClient ¶
func (m *MockGoCloak) UpdateClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Client) error
UpdateClient mocks base method
func (*MockGoCloak) UpdateClientProtocolMapper ¶
func (m *MockGoCloak) UpdateClientProtocolMapper(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 gocloak.ProtocolMapperRepresentation) error
UpdateClientProtocolMapper mocks base method
func (*MockGoCloak) UpdateClientScope ¶
func (m *MockGoCloak) UpdateClientScope(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ClientScope) error
UpdateClientScope mocks base method
func (*MockGoCloak) UpdateCredentialUserLabel ¶
func (m *MockGoCloak) UpdateCredentialUserLabel(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) error
UpdateCredentialUserLabel mocks base method
func (*MockGoCloak) UpdateGroup ¶
func (m *MockGoCloak) UpdateGroup(arg0 context.Context, arg1, arg2 string, arg3 gocloak.Group) error
UpdateGroup mocks base method
func (*MockGoCloak) UpdateIdentityProvider ¶
func (m *MockGoCloak) UpdateIdentityProvider(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.IdentityProviderRepresentation) error
UpdateIdentityProvider mocks base method
func (*MockGoCloak) UpdatePermission ¶
func (m *MockGoCloak) UpdatePermission(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.PermissionRepresentation) error
UpdatePermission mocks base method
func (*MockGoCloak) UpdatePolicy ¶
func (m *MockGoCloak) UpdatePolicy(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.PolicyRepresentation) error
UpdatePolicy mocks base method
func (*MockGoCloak) UpdateRealm ¶
func (m *MockGoCloak) UpdateRealm(arg0 context.Context, arg1 string, arg2 gocloak.RealmRepresentation) error
UpdateRealm mocks base method
func (*MockGoCloak) UpdateRealmRole ¶
func (m *MockGoCloak) UpdateRealmRole(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Role) error
UpdateRealmRole mocks base method
func (*MockGoCloak) UpdateResource ¶
func (m *MockGoCloak) UpdateResource(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ResourceRepresentation) error
UpdateResource mocks base method
func (*MockGoCloak) UpdateResourceClient ¶
func (m *MockGoCloak) UpdateResourceClient(arg0 context.Context, arg1, arg2 string, arg3 gocloak.ResourceRepresentation) error
UpdateResourceClient mocks base method
func (*MockGoCloak) UpdateResourcePolicy ¶
func (m *MockGoCloak) UpdateResourcePolicy(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ResourcePolicyRepresentation) error
UpdateResourcePolicy mocks base method
func (*MockGoCloak) UpdateRole ¶
func (m *MockGoCloak) UpdateRole(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.Role) error
UpdateRole mocks base method
func (*MockGoCloak) UpdateScope ¶
func (m *MockGoCloak) UpdateScope(arg0 context.Context, arg1, arg2, arg3 string, arg4 gocloak.ScopeRepresentation) error
UpdateScope mocks base method
func (*MockGoCloak) UpdateUser ¶
UpdateUser mocks base method
func (*MockGoCloak) UpdateUserPermission ¶
func (m *MockGoCloak) UpdateUserPermission(arg0 context.Context, arg1, arg2 string, arg3 gocloak.PermissionGrantParams) (*gocloak.PermissionGrantResponseRepresentation, error)
UpdateUserPermission mocks base method
type MockGoCloakMockRecorder ¶
type MockGoCloakMockRecorder struct {
// contains filtered or unexported fields
}
MockGoCloakMockRecorder is the mock recorder for MockGoCloak
func (*MockGoCloakMockRecorder) AddClientRoleComposite ¶
func (mr *MockGoCloakMockRecorder) AddClientRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddClientRoleComposite indicates an expected call of AddClientRoleComposite
func (*MockGoCloakMockRecorder) AddClientRoleToGroup ¶
func (mr *MockGoCloakMockRecorder) AddClientRoleToGroup(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
AddClientRoleToGroup indicates an expected call of AddClientRoleToGroup
func (*MockGoCloakMockRecorder) AddClientRoleToUser ¶
func (mr *MockGoCloakMockRecorder) AddClientRoleToUser(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
AddClientRoleToUser indicates an expected call of AddClientRoleToUser
func (*MockGoCloakMockRecorder) AddDefaultGroup ¶
func (mr *MockGoCloakMockRecorder) AddDefaultGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
AddDefaultGroup indicates an expected call of AddDefaultGroup
func (*MockGoCloakMockRecorder) AddDefaultScopeToClient ¶
func (mr *MockGoCloakMockRecorder) AddDefaultScopeToClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddDefaultScopeToClient indicates an expected call of AddDefaultScopeToClient
func (*MockGoCloakMockRecorder) AddOptionalScopeToClient ¶
func (mr *MockGoCloakMockRecorder) AddOptionalScopeToClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddOptionalScopeToClient indicates an expected call of AddOptionalScopeToClient
func (*MockGoCloakMockRecorder) AddRealmRoleComposite ¶
func (mr *MockGoCloakMockRecorder) AddRealmRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddRealmRoleComposite indicates an expected call of AddRealmRoleComposite
func (*MockGoCloakMockRecorder) AddRealmRoleToGroup ¶
func (mr *MockGoCloakMockRecorder) AddRealmRoleToGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddRealmRoleToGroup indicates an expected call of AddRealmRoleToGroup
func (*MockGoCloakMockRecorder) AddRealmRoleToUser ¶
func (mr *MockGoCloakMockRecorder) AddRealmRoleToUser(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddRealmRoleToUser indicates an expected call of AddRealmRoleToUser
func (*MockGoCloakMockRecorder) AddUserToGroup ¶
func (mr *MockGoCloakMockRecorder) AddUserToGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddUserToGroup indicates an expected call of AddUserToGroup
func (*MockGoCloakMockRecorder) ClearKeysCache ¶
func (mr *MockGoCloakMockRecorder) ClearKeysCache(arg0, arg1, arg2 interface{}) *gomock.Call
ClearKeysCache indicates an expected call of ClearKeysCache
func (*MockGoCloakMockRecorder) ClearRealmCache ¶
func (mr *MockGoCloakMockRecorder) ClearRealmCache(arg0, arg1, arg2 interface{}) *gomock.Call
ClearRealmCache indicates an expected call of ClearRealmCache
func (*MockGoCloakMockRecorder) ClearUserCache ¶
func (mr *MockGoCloakMockRecorder) ClearUserCache(arg0, arg1, arg2 interface{}) *gomock.Call
ClearUserCache indicates an expected call of ClearUserCache
func (*MockGoCloakMockRecorder) CreateChildGroup ¶
func (mr *MockGoCloakMockRecorder) CreateChildGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateChildGroup indicates an expected call of CreateChildGroup
func (*MockGoCloakMockRecorder) CreateClient ¶
func (mr *MockGoCloakMockRecorder) CreateClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateClient indicates an expected call of CreateClient
func (*MockGoCloakMockRecorder) CreateClientProtocolMapper ¶
func (mr *MockGoCloakMockRecorder) CreateClientProtocolMapper(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateClientProtocolMapper indicates an expected call of CreateClientProtocolMapper
func (*MockGoCloakMockRecorder) CreateClientRole ¶
func (mr *MockGoCloakMockRecorder) CreateClientRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateClientRole indicates an expected call of CreateClientRole
func (*MockGoCloakMockRecorder) CreateClientScope ¶
func (mr *MockGoCloakMockRecorder) CreateClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateClientScope indicates an expected call of CreateClientScope
func (*MockGoCloakMockRecorder) CreateClientScopeMappingsClientRoles ¶
func (mr *MockGoCloakMockRecorder) CreateClientScopeMappingsClientRoles(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateClientScopeMappingsClientRoles indicates an expected call of CreateClientScopeMappingsClientRoles
func (*MockGoCloakMockRecorder) CreateClientScopeMappingsRealmRoles ¶
func (mr *MockGoCloakMockRecorder) CreateClientScopeMappingsRealmRoles(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateClientScopeMappingsRealmRoles indicates an expected call of CreateClientScopeMappingsRealmRoles
func (*MockGoCloakMockRecorder) CreateComponent ¶
func (mr *MockGoCloakMockRecorder) CreateComponent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateComponent indicates an expected call of CreateComponent
func (*MockGoCloakMockRecorder) CreateGroup ¶
func (mr *MockGoCloakMockRecorder) CreateGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateGroup indicates an expected call of CreateGroup
func (*MockGoCloakMockRecorder) CreateIdentityProvider ¶
func (mr *MockGoCloakMockRecorder) CreateIdentityProvider(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateIdentityProvider indicates an expected call of CreateIdentityProvider
func (*MockGoCloakMockRecorder) CreatePermission ¶
func (mr *MockGoCloakMockRecorder) CreatePermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreatePermission indicates an expected call of CreatePermission
func (*MockGoCloakMockRecorder) CreatePermissionTicket ¶
func (mr *MockGoCloakMockRecorder) CreatePermissionTicket(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreatePermissionTicket indicates an expected call of CreatePermissionTicket
func (*MockGoCloakMockRecorder) CreatePolicy ¶
func (mr *MockGoCloakMockRecorder) CreatePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreatePolicy indicates an expected call of CreatePolicy
func (*MockGoCloakMockRecorder) CreateRealm ¶
func (mr *MockGoCloakMockRecorder) CreateRealm(arg0, arg1, arg2 interface{}) *gomock.Call
CreateRealm indicates an expected call of CreateRealm
func (*MockGoCloakMockRecorder) CreateRealmRole ¶
func (mr *MockGoCloakMockRecorder) CreateRealmRole(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateRealmRole indicates an expected call of CreateRealmRole
func (*MockGoCloakMockRecorder) CreateResource ¶
func (mr *MockGoCloakMockRecorder) CreateResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateResource indicates an expected call of CreateResource
func (*MockGoCloakMockRecorder) CreateResourceClient ¶
func (mr *MockGoCloakMockRecorder) CreateResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateResourceClient indicates an expected call of CreateResourceClient
func (*MockGoCloakMockRecorder) CreateResourcePolicy ¶
func (mr *MockGoCloakMockRecorder) CreateResourcePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateResourcePolicy indicates an expected call of CreateResourcePolicy
func (*MockGoCloakMockRecorder) CreateScope ¶
func (mr *MockGoCloakMockRecorder) CreateScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateScope indicates an expected call of CreateScope
func (*MockGoCloakMockRecorder) CreateUser ¶
func (mr *MockGoCloakMockRecorder) CreateUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser
func (*MockGoCloakMockRecorder) CreateUserFederatedIdentity ¶
func (mr *MockGoCloakMockRecorder) CreateUserFederatedIdentity(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateUserFederatedIdentity indicates an expected call of CreateUserFederatedIdentity
func (*MockGoCloakMockRecorder) DecodeAccessToken ¶
func (mr *MockGoCloakMockRecorder) DecodeAccessToken(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DecodeAccessToken indicates an expected call of DecodeAccessToken
func (*MockGoCloakMockRecorder) DecodeAccessTokenCustomClaims ¶
func (mr *MockGoCloakMockRecorder) DecodeAccessTokenCustomClaims(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DecodeAccessTokenCustomClaims indicates an expected call of DecodeAccessTokenCustomClaims
func (*MockGoCloakMockRecorder) DeleteClient ¶
func (mr *MockGoCloakMockRecorder) DeleteClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteClient indicates an expected call of DeleteClient
func (*MockGoCloakMockRecorder) DeleteClientProtocolMapper ¶
func (mr *MockGoCloakMockRecorder) DeleteClientProtocolMapper(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteClientProtocolMapper indicates an expected call of DeleteClientProtocolMapper
func (*MockGoCloakMockRecorder) DeleteClientRole ¶
func (mr *MockGoCloakMockRecorder) DeleteClientRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteClientRole indicates an expected call of DeleteClientRole
func (*MockGoCloakMockRecorder) DeleteClientRoleComposite ¶
func (mr *MockGoCloakMockRecorder) DeleteClientRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteClientRoleComposite indicates an expected call of DeleteClientRoleComposite
func (*MockGoCloakMockRecorder) DeleteClientRoleFromGroup ¶
func (mr *MockGoCloakMockRecorder) DeleteClientRoleFromGroup(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
DeleteClientRoleFromGroup indicates an expected call of DeleteClientRoleFromGroup
func (*MockGoCloakMockRecorder) DeleteClientRoleFromUser ¶
func (mr *MockGoCloakMockRecorder) DeleteClientRoleFromUser(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
DeleteClientRoleFromUser indicates an expected call of DeleteClientRoleFromUser
func (*MockGoCloakMockRecorder) DeleteClientScope ¶
func (mr *MockGoCloakMockRecorder) DeleteClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteClientScope indicates an expected call of DeleteClientScope
func (*MockGoCloakMockRecorder) DeleteClientScopeMappingsClientRoles ¶
func (mr *MockGoCloakMockRecorder) DeleteClientScopeMappingsClientRoles(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
DeleteClientScopeMappingsClientRoles indicates an expected call of DeleteClientScopeMappingsClientRoles
func (*MockGoCloakMockRecorder) DeleteClientScopeMappingsRealmRoles ¶
func (mr *MockGoCloakMockRecorder) DeleteClientScopeMappingsRealmRoles(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteClientScopeMappingsRealmRoles indicates an expected call of DeleteClientScopeMappingsRealmRoles
func (*MockGoCloakMockRecorder) DeleteComponent ¶
func (mr *MockGoCloakMockRecorder) DeleteComponent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteComponent indicates an expected call of DeleteComponent
func (*MockGoCloakMockRecorder) DeleteCredentials ¶
func (mr *MockGoCloakMockRecorder) DeleteCredentials(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteCredentials indicates an expected call of DeleteCredentials
func (*MockGoCloakMockRecorder) DeleteGroup ¶
func (mr *MockGoCloakMockRecorder) DeleteGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup
func (*MockGoCloakMockRecorder) DeleteIdentityProvider ¶
func (mr *MockGoCloakMockRecorder) DeleteIdentityProvider(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteIdentityProvider indicates an expected call of DeleteIdentityProvider
func (*MockGoCloakMockRecorder) DeletePermission ¶
func (mr *MockGoCloakMockRecorder) DeletePermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeletePermission indicates an expected call of DeletePermission
func (*MockGoCloakMockRecorder) DeletePolicy ¶
func (mr *MockGoCloakMockRecorder) DeletePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeletePolicy indicates an expected call of DeletePolicy
func (*MockGoCloakMockRecorder) DeleteRealm ¶
func (mr *MockGoCloakMockRecorder) DeleteRealm(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteRealm indicates an expected call of DeleteRealm
func (*MockGoCloakMockRecorder) DeleteRealmRole ¶
func (mr *MockGoCloakMockRecorder) DeleteRealmRole(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteRealmRole indicates an expected call of DeleteRealmRole
func (*MockGoCloakMockRecorder) DeleteRealmRoleComposite ¶
func (mr *MockGoCloakMockRecorder) DeleteRealmRoleComposite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteRealmRoleComposite indicates an expected call of DeleteRealmRoleComposite
func (*MockGoCloakMockRecorder) DeleteRealmRoleFromGroup ¶
func (mr *MockGoCloakMockRecorder) DeleteRealmRoleFromGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteRealmRoleFromGroup indicates an expected call of DeleteRealmRoleFromGroup
func (*MockGoCloakMockRecorder) DeleteRealmRoleFromUser ¶
func (mr *MockGoCloakMockRecorder) DeleteRealmRoleFromUser(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteRealmRoleFromUser indicates an expected call of DeleteRealmRoleFromUser
func (*MockGoCloakMockRecorder) DeleteResource ¶
func (mr *MockGoCloakMockRecorder) DeleteResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteResource indicates an expected call of DeleteResource
func (*MockGoCloakMockRecorder) DeleteResourceClient ¶
func (mr *MockGoCloakMockRecorder) DeleteResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteResourceClient indicates an expected call of DeleteResourceClient
func (*MockGoCloakMockRecorder) DeleteResourcePolicy ¶
func (mr *MockGoCloakMockRecorder) DeleteResourcePolicy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteResourcePolicy indicates an expected call of DeleteResourcePolicy
func (*MockGoCloakMockRecorder) DeleteScope ¶
func (mr *MockGoCloakMockRecorder) DeleteScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteScope indicates an expected call of DeleteScope
func (*MockGoCloakMockRecorder) DeleteUser ¶
func (mr *MockGoCloakMockRecorder) DeleteUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteUser indicates an expected call of DeleteUser
func (*MockGoCloakMockRecorder) DeleteUserFederatedIdentity ¶
func (mr *MockGoCloakMockRecorder) DeleteUserFederatedIdentity(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteUserFederatedIdentity indicates an expected call of DeleteUserFederatedIdentity
func (*MockGoCloakMockRecorder) DeleteUserFromGroup ¶
func (mr *MockGoCloakMockRecorder) DeleteUserFromGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteUserFromGroup indicates an expected call of DeleteUserFromGroup
func (*MockGoCloakMockRecorder) DeleteUserPermission ¶
func (mr *MockGoCloakMockRecorder) DeleteUserPermission(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteUserPermission indicates an expected call of DeleteUserPermission
func (*MockGoCloakMockRecorder) DisableAllCredentialsByType ¶
func (mr *MockGoCloakMockRecorder) DisableAllCredentialsByType(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DisableAllCredentialsByType indicates an expected call of DisableAllCredentialsByType
func (*MockGoCloakMockRecorder) ExecuteActionsEmail ¶
func (mr *MockGoCloakMockRecorder) ExecuteActionsEmail(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ExecuteActionsEmail indicates an expected call of ExecuteActionsEmail
func (*MockGoCloakMockRecorder) GetAvailableClientRolesByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetAvailableClientRolesByGroupID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetAvailableClientRolesByGroupID indicates an expected call of GetAvailableClientRolesByGroupID
func (*MockGoCloakMockRecorder) GetAvailableClientRolesByUserID ¶
func (mr *MockGoCloakMockRecorder) GetAvailableClientRolesByUserID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetAvailableClientRolesByUserID indicates an expected call of GetAvailableClientRolesByUserID
func (*MockGoCloakMockRecorder) GetAvailableRealmRolesByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetAvailableRealmRolesByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetAvailableRealmRolesByGroupID indicates an expected call of GetAvailableRealmRolesByGroupID
func (*MockGoCloakMockRecorder) GetAvailableRealmRolesByUserID ¶
func (mr *MockGoCloakMockRecorder) GetAvailableRealmRolesByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetAvailableRealmRolesByUserID indicates an expected call of GetAvailableRealmRolesByUserID
func (*MockGoCloakMockRecorder) GetCerts ¶
func (mr *MockGoCloakMockRecorder) GetCerts(arg0, arg1 interface{}) *gomock.Call
GetCerts indicates an expected call of GetCerts
func (*MockGoCloakMockRecorder) GetClient ¶
func (mr *MockGoCloakMockRecorder) GetClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClient indicates an expected call of GetClient
func (*MockGoCloakMockRecorder) GetClientOfflineSessions ¶
func (mr *MockGoCloakMockRecorder) GetClientOfflineSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientOfflineSessions indicates an expected call of GetClientOfflineSessions
func (*MockGoCloakMockRecorder) GetClientRole ¶
func (mr *MockGoCloakMockRecorder) GetClientRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetClientRole indicates an expected call of GetClientRole
func (*MockGoCloakMockRecorder) GetClientRoleByID ¶
func (mr *MockGoCloakMockRecorder) GetClientRoleByID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientRoleByID indicates an expected call of GetClientRoleByID
func (*MockGoCloakMockRecorder) GetClientRoles ¶
func (mr *MockGoCloakMockRecorder) GetClientRoles(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientRoles indicates an expected call of GetClientRoles
func (*MockGoCloakMockRecorder) GetClientRolesByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetClientRolesByGroupID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetClientRolesByGroupID indicates an expected call of GetClientRolesByGroupID
func (*MockGoCloakMockRecorder) GetClientRolesByUserID ¶
func (mr *MockGoCloakMockRecorder) GetClientRolesByUserID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetClientRolesByUserID indicates an expected call of GetClientRolesByUserID
func (*MockGoCloakMockRecorder) GetClientScope ¶
func (mr *MockGoCloakMockRecorder) GetClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientScope indicates an expected call of GetClientScope
func (*MockGoCloakMockRecorder) GetClientScopeMappings ¶
func (mr *MockGoCloakMockRecorder) GetClientScopeMappings(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientScopeMappings indicates an expected call of GetClientScopeMappings
func (*MockGoCloakMockRecorder) GetClientScopeMappingsClientRoles ¶
func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsClientRoles(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetClientScopeMappingsClientRoles indicates an expected call of GetClientScopeMappingsClientRoles
func (*MockGoCloakMockRecorder) GetClientScopeMappingsClientRolesAvailable ¶
func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsClientRolesAvailable(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetClientScopeMappingsClientRolesAvailable indicates an expected call of GetClientScopeMappingsClientRolesAvailable
func (*MockGoCloakMockRecorder) GetClientScopeMappingsRealmRoles ¶
func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsRealmRoles(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientScopeMappingsRealmRoles indicates an expected call of GetClientScopeMappingsRealmRoles
func (*MockGoCloakMockRecorder) GetClientScopeMappingsRealmRolesAvailable ¶
func (mr *MockGoCloakMockRecorder) GetClientScopeMappingsRealmRolesAvailable(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientScopeMappingsRealmRolesAvailable indicates an expected call of GetClientScopeMappingsRealmRolesAvailable
func (*MockGoCloakMockRecorder) GetClientScopes ¶
func (mr *MockGoCloakMockRecorder) GetClientScopes(arg0, arg1, arg2 interface{}) *gomock.Call
GetClientScopes indicates an expected call of GetClientScopes
func (*MockGoCloakMockRecorder) GetClientSecret ¶
func (mr *MockGoCloakMockRecorder) GetClientSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientSecret indicates an expected call of GetClientSecret
func (*MockGoCloakMockRecorder) GetClientServiceAccount ¶
func (mr *MockGoCloakMockRecorder) GetClientServiceAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientServiceAccount indicates an expected call of GetClientServiceAccount
func (*MockGoCloakMockRecorder) GetClientUserSessions ¶
func (mr *MockGoCloakMockRecorder) GetClientUserSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientUserSessions indicates an expected call of GetClientUserSessions
func (*MockGoCloakMockRecorder) GetClients ¶
func (mr *MockGoCloakMockRecorder) GetClients(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClients indicates an expected call of GetClients
func (*MockGoCloakMockRecorder) GetClientsDefaultScopes ¶
func (mr *MockGoCloakMockRecorder) GetClientsDefaultScopes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientsDefaultScopes indicates an expected call of GetClientsDefaultScopes
func (*MockGoCloakMockRecorder) GetClientsOptionalScopes ¶
func (mr *MockGoCloakMockRecorder) GetClientsOptionalScopes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetClientsOptionalScopes indicates an expected call of GetClientsOptionalScopes
func (*MockGoCloakMockRecorder) GetComponents ¶
func (mr *MockGoCloakMockRecorder) GetComponents(arg0, arg1, arg2 interface{}) *gomock.Call
GetComponents indicates an expected call of GetComponents
func (*MockGoCloakMockRecorder) GetCompositeClientRolesByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetCompositeClientRolesByGroupID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetCompositeClientRolesByGroupID indicates an expected call of GetCompositeClientRolesByGroupID
func (*MockGoCloakMockRecorder) GetCompositeClientRolesByRoleID ¶
func (mr *MockGoCloakMockRecorder) GetCompositeClientRolesByRoleID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetCompositeClientRolesByRoleID indicates an expected call of GetCompositeClientRolesByRoleID
func (*MockGoCloakMockRecorder) GetCompositeClientRolesByUserID ¶
func (mr *MockGoCloakMockRecorder) GetCompositeClientRolesByUserID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetCompositeClientRolesByUserID indicates an expected call of GetCompositeClientRolesByUserID
func (*MockGoCloakMockRecorder) GetCompositeRealmRolesByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetCompositeRealmRolesByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetCompositeRealmRolesByGroupID indicates an expected call of GetCompositeRealmRolesByGroupID
func (*MockGoCloakMockRecorder) GetCompositeRealmRolesByRoleID ¶
func (mr *MockGoCloakMockRecorder) GetCompositeRealmRolesByRoleID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetCompositeRealmRolesByRoleID indicates an expected call of GetCompositeRealmRolesByRoleID
func (*MockGoCloakMockRecorder) GetCompositeRealmRolesByUserID ¶
func (mr *MockGoCloakMockRecorder) GetCompositeRealmRolesByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetCompositeRealmRolesByUserID indicates an expected call of GetCompositeRealmRolesByUserID
func (*MockGoCloakMockRecorder) GetConfiguredUserStorageCredentialTypes ¶
func (mr *MockGoCloakMockRecorder) GetConfiguredUserStorageCredentialTypes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetConfiguredUserStorageCredentialTypes indicates an expected call of GetConfiguredUserStorageCredentialTypes
func (*MockGoCloakMockRecorder) GetCredentialRegistrators ¶
func (mr *MockGoCloakMockRecorder) GetCredentialRegistrators(arg0, arg1, arg2 interface{}) *gomock.Call
GetCredentialRegistrators indicates an expected call of GetCredentialRegistrators
func (*MockGoCloakMockRecorder) GetCredentials ¶
func (mr *MockGoCloakMockRecorder) GetCredentials(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetCredentials indicates an expected call of GetCredentials
func (*MockGoCloakMockRecorder) GetDefaultDefaultClientScopes ¶
func (mr *MockGoCloakMockRecorder) GetDefaultDefaultClientScopes(arg0, arg1, arg2 interface{}) *gomock.Call
GetDefaultDefaultClientScopes indicates an expected call of GetDefaultDefaultClientScopes
func (*MockGoCloakMockRecorder) GetDefaultGroups ¶
func (mr *MockGoCloakMockRecorder) GetDefaultGroups(arg0, arg1, arg2 interface{}) *gomock.Call
GetDefaultGroups indicates an expected call of GetDefaultGroups
func (*MockGoCloakMockRecorder) GetDefaultOptionalClientScopes ¶
func (mr *MockGoCloakMockRecorder) GetDefaultOptionalClientScopes(arg0, arg1, arg2 interface{}) *gomock.Call
GetDefaultOptionalClientScopes indicates an expected call of GetDefaultOptionalClientScopes
func (*MockGoCloakMockRecorder) GetDependentPermissions ¶
func (mr *MockGoCloakMockRecorder) GetDependentPermissions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetDependentPermissions indicates an expected call of GetDependentPermissions
func (*MockGoCloakMockRecorder) GetGroup ¶
func (mr *MockGoCloakMockRecorder) GetGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetGroup indicates an expected call of GetGroup
func (*MockGoCloakMockRecorder) GetGroupMembers ¶
func (mr *MockGoCloakMockRecorder) GetGroupMembers(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetGroupMembers indicates an expected call of GetGroupMembers
func (*MockGoCloakMockRecorder) GetGroups ¶
func (mr *MockGoCloakMockRecorder) GetGroups(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetGroups indicates an expected call of GetGroups
func (*MockGoCloakMockRecorder) GetGroupsCount ¶
func (mr *MockGoCloakMockRecorder) GetGroupsCount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetGroupsCount indicates an expected call of GetGroupsCount
func (*MockGoCloakMockRecorder) GetIdentityProvider ¶
func (mr *MockGoCloakMockRecorder) GetIdentityProvider(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetIdentityProvider indicates an expected call of GetIdentityProvider
func (*MockGoCloakMockRecorder) GetIdentityProviders ¶
func (mr *MockGoCloakMockRecorder) GetIdentityProviders(arg0, arg1, arg2 interface{}) *gomock.Call
GetIdentityProviders indicates an expected call of GetIdentityProviders
func (*MockGoCloakMockRecorder) GetIssuer ¶
func (mr *MockGoCloakMockRecorder) GetIssuer(arg0, arg1 interface{}) *gomock.Call
GetIssuer indicates an expected call of GetIssuer
func (*MockGoCloakMockRecorder) GetKeyStoreConfig ¶
func (mr *MockGoCloakMockRecorder) GetKeyStoreConfig(arg0, arg1, arg2 interface{}) *gomock.Call
GetKeyStoreConfig indicates an expected call of GetKeyStoreConfig
func (*MockGoCloakMockRecorder) GetPermission ¶
func (mr *MockGoCloakMockRecorder) GetPermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetPermission indicates an expected call of GetPermission
func (*MockGoCloakMockRecorder) GetPermissionResources ¶
func (mr *MockGoCloakMockRecorder) GetPermissionResources(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetPermissionResources indicates an expected call of GetPermissionResources
func (*MockGoCloakMockRecorder) GetPermissionScopes ¶
func (mr *MockGoCloakMockRecorder) GetPermissionScopes(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetPermissionScopes indicates an expected call of GetPermissionScopes
func (*MockGoCloakMockRecorder) GetPermissions ¶
func (mr *MockGoCloakMockRecorder) GetPermissions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetPermissions indicates an expected call of GetPermissions
func (*MockGoCloakMockRecorder) GetPolicies ¶
func (mr *MockGoCloakMockRecorder) GetPolicies(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetPolicies indicates an expected call of GetPolicies
func (*MockGoCloakMockRecorder) GetPolicy ¶
func (mr *MockGoCloakMockRecorder) GetPolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetPolicy indicates an expected call of GetPolicy
func (*MockGoCloakMockRecorder) GetRawUserInfo ¶
func (mr *MockGoCloakMockRecorder) GetRawUserInfo(arg0, arg1, arg2 interface{}) *gomock.Call
GetRawUserInfo indicates an expected call of GetRawUserInfo
func (*MockGoCloakMockRecorder) GetRealm ¶
func (mr *MockGoCloakMockRecorder) GetRealm(arg0, arg1, arg2 interface{}) *gomock.Call
GetRealm indicates an expected call of GetRealm
func (*MockGoCloakMockRecorder) GetRealmRole ¶
func (mr *MockGoCloakMockRecorder) GetRealmRole(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRealmRole indicates an expected call of GetRealmRole
func (*MockGoCloakMockRecorder) GetRealmRoles ¶
func (mr *MockGoCloakMockRecorder) GetRealmRoles(arg0, arg1, arg2 interface{}) *gomock.Call
GetRealmRoles indicates an expected call of GetRealmRoles
func (*MockGoCloakMockRecorder) GetRealmRolesByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetRealmRolesByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRealmRolesByGroupID indicates an expected call of GetRealmRolesByGroupID
func (*MockGoCloakMockRecorder) GetRealmRolesByUserID ¶
func (mr *MockGoCloakMockRecorder) GetRealmRolesByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRealmRolesByUserID indicates an expected call of GetRealmRolesByUserID
func (*MockGoCloakMockRecorder) GetRealms ¶
func (mr *MockGoCloakMockRecorder) GetRealms(arg0, arg1 interface{}) *gomock.Call
GetRealms indicates an expected call of GetRealms
func (*MockGoCloakMockRecorder) GetRequestingPartyPermissions ¶
func (mr *MockGoCloakMockRecorder) GetRequestingPartyPermissions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRequestingPartyPermissions indicates an expected call of GetRequestingPartyPermissions
func (*MockGoCloakMockRecorder) GetRequestingPartyToken ¶
func (mr *MockGoCloakMockRecorder) GetRequestingPartyToken(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRequestingPartyToken indicates an expected call of GetRequestingPartyToken
func (*MockGoCloakMockRecorder) GetResource ¶
func (mr *MockGoCloakMockRecorder) GetResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetResource indicates an expected call of GetResource
func (*MockGoCloakMockRecorder) GetResourceClient ¶
func (mr *MockGoCloakMockRecorder) GetResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetResourceClient indicates an expected call of GetResourceClient
func (*MockGoCloakMockRecorder) GetResourcePolicies ¶
func (mr *MockGoCloakMockRecorder) GetResourcePolicies(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetResourcePolicies indicates an expected call of GetResourcePolicies
func (*MockGoCloakMockRecorder) GetResourcePolicy ¶
func (mr *MockGoCloakMockRecorder) GetResourcePolicy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetResourcePolicy indicates an expected call of GetResourcePolicy
func (*MockGoCloakMockRecorder) GetResources ¶
func (mr *MockGoCloakMockRecorder) GetResources(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetResources indicates an expected call of GetResources
func (*MockGoCloakMockRecorder) GetResourcesClient ¶
func (mr *MockGoCloakMockRecorder) GetResourcesClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetResourcesClient indicates an expected call of GetResourcesClient
func (*MockGoCloakMockRecorder) GetRoleMappingByGroupID ¶
func (mr *MockGoCloakMockRecorder) GetRoleMappingByGroupID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRoleMappingByGroupID indicates an expected call of GetRoleMappingByGroupID
func (*MockGoCloakMockRecorder) GetRoleMappingByUserID ¶
func (mr *MockGoCloakMockRecorder) GetRoleMappingByUserID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRoleMappingByUserID indicates an expected call of GetRoleMappingByUserID
func (*MockGoCloakMockRecorder) GetScope ¶
func (mr *MockGoCloakMockRecorder) GetScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetScope indicates an expected call of GetScope
func (*MockGoCloakMockRecorder) GetScopes ¶
func (mr *MockGoCloakMockRecorder) GetScopes(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetScopes indicates an expected call of GetScopes
func (*MockGoCloakMockRecorder) GetServerInfo ¶
func (mr *MockGoCloakMockRecorder) GetServerInfo(arg0, arg1 interface{}) *gomock.Call
GetServerInfo indicates an expected call of GetServerInfo
func (*MockGoCloakMockRecorder) GetToken ¶
func (mr *MockGoCloakMockRecorder) GetToken(arg0, arg1, arg2 interface{}) *gomock.Call
GetToken indicates an expected call of GetToken
func (*MockGoCloakMockRecorder) GetUserByID ¶
func (mr *MockGoCloakMockRecorder) GetUserByID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUserByID indicates an expected call of GetUserByID
func (*MockGoCloakMockRecorder) GetUserCount ¶
func (mr *MockGoCloakMockRecorder) GetUserCount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUserCount indicates an expected call of GetUserCount
func (*MockGoCloakMockRecorder) GetUserFederatedIdentities ¶
func (mr *MockGoCloakMockRecorder) GetUserFederatedIdentities(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUserFederatedIdentities indicates an expected call of GetUserFederatedIdentities
func (*MockGoCloakMockRecorder) GetUserGroups ¶
func (mr *MockGoCloakMockRecorder) GetUserGroups(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetUserGroups indicates an expected call of GetUserGroups
func (*MockGoCloakMockRecorder) GetUserInfo ¶
func (mr *MockGoCloakMockRecorder) GetUserInfo(arg0, arg1, arg2 interface{}) *gomock.Call
GetUserInfo indicates an expected call of GetUserInfo
func (*MockGoCloakMockRecorder) GetUserOfflineSessionsForClient ¶
func (mr *MockGoCloakMockRecorder) GetUserOfflineSessionsForClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetUserOfflineSessionsForClient indicates an expected call of GetUserOfflineSessionsForClient
func (*MockGoCloakMockRecorder) GetUserPermissions ¶
func (mr *MockGoCloakMockRecorder) GetUserPermissions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUserPermissions indicates an expected call of GetUserPermissions
func (*MockGoCloakMockRecorder) GetUserSessions ¶
func (mr *MockGoCloakMockRecorder) GetUserSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUserSessions indicates an expected call of GetUserSessions
func (*MockGoCloakMockRecorder) GetUsers ¶
func (mr *MockGoCloakMockRecorder) GetUsers(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUsers indicates an expected call of GetUsers
func (*MockGoCloakMockRecorder) GetUsersByClientRoleName ¶
func (mr *MockGoCloakMockRecorder) GetUsersByClientRoleName(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
GetUsersByClientRoleName indicates an expected call of GetUsersByClientRoleName
func (*MockGoCloakMockRecorder) GetUsersByRoleName ¶
func (mr *MockGoCloakMockRecorder) GetUsersByRoleName(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUsersByRoleName indicates an expected call of GetUsersByRoleName
func (*MockGoCloakMockRecorder) GrantUserPermission ¶
func (mr *MockGoCloakMockRecorder) GrantUserPermission(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GrantUserPermission indicates an expected call of GrantUserPermission
func (*MockGoCloakMockRecorder) Login ¶
func (mr *MockGoCloakMockRecorder) Login(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
Login indicates an expected call of Login
func (*MockGoCloakMockRecorder) LoginAdmin ¶
func (mr *MockGoCloakMockRecorder) LoginAdmin(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
LoginAdmin indicates an expected call of LoginAdmin
func (*MockGoCloakMockRecorder) LoginClient ¶
func (mr *MockGoCloakMockRecorder) LoginClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
LoginClient indicates an expected call of LoginClient
func (*MockGoCloakMockRecorder) LoginClientSignedJWT ¶
func (mr *MockGoCloakMockRecorder) LoginClientSignedJWT(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
LoginClientSignedJWT indicates an expected call of LoginClientSignedJWT
func (*MockGoCloakMockRecorder) LoginOtp ¶
func (mr *MockGoCloakMockRecorder) LoginOtp(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
LoginOtp indicates an expected call of LoginOtp
func (*MockGoCloakMockRecorder) Logout ¶
func (mr *MockGoCloakMockRecorder) Logout(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Logout indicates an expected call of Logout
func (*MockGoCloakMockRecorder) LogoutAllSessions ¶
func (mr *MockGoCloakMockRecorder) LogoutAllSessions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
LogoutAllSessions indicates an expected call of LogoutAllSessions
func (*MockGoCloakMockRecorder) LogoutPublicClient ¶
func (mr *MockGoCloakMockRecorder) LogoutPublicClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
LogoutPublicClient indicates an expected call of LogoutPublicClient
func (*MockGoCloakMockRecorder) LogoutUserSession ¶
func (mr *MockGoCloakMockRecorder) LogoutUserSession(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
LogoutUserSession indicates an expected call of LogoutUserSession
func (*MockGoCloakMockRecorder) MoveCredentialBehind ¶
func (mr *MockGoCloakMockRecorder) MoveCredentialBehind(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
MoveCredentialBehind indicates an expected call of MoveCredentialBehind
func (*MockGoCloakMockRecorder) MoveCredentialToFirst ¶
func (mr *MockGoCloakMockRecorder) MoveCredentialToFirst(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
MoveCredentialToFirst indicates an expected call of MoveCredentialToFirst
func (*MockGoCloakMockRecorder) RefreshToken ¶
func (mr *MockGoCloakMockRecorder) RefreshToken(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RefreshToken indicates an expected call of RefreshToken
func (*MockGoCloakMockRecorder) RegenerateClientSecret ¶
func (mr *MockGoCloakMockRecorder) RegenerateClientSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RegenerateClientSecret indicates an expected call of RegenerateClientSecret
func (*MockGoCloakMockRecorder) RemoveDefaultGroup ¶
func (mr *MockGoCloakMockRecorder) RemoveDefaultGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemoveDefaultGroup indicates an expected call of RemoveDefaultGroup
func (*MockGoCloakMockRecorder) RemoveDefaultScopeFromClient ¶
func (mr *MockGoCloakMockRecorder) RemoveDefaultScopeFromClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RemoveDefaultScopeFromClient indicates an expected call of RemoveDefaultScopeFromClient
func (*MockGoCloakMockRecorder) RemoveOptionalScopeFromClient ¶
func (mr *MockGoCloakMockRecorder) RemoveOptionalScopeFromClient(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RemoveOptionalScopeFromClient indicates an expected call of RemoveOptionalScopeFromClient
func (*MockGoCloakMockRecorder) RestyClient ¶
func (mr *MockGoCloakMockRecorder) RestyClient() *gomock.Call
RestyClient indicates an expected call of RestyClient
func (*MockGoCloakMockRecorder) RetrospectToken ¶
func (mr *MockGoCloakMockRecorder) RetrospectToken(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RetrospectToken indicates an expected call of RetrospectToken
func (*MockGoCloakMockRecorder) SetPassword ¶
func (mr *MockGoCloakMockRecorder) SetPassword(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
SetPassword indicates an expected call of SetPassword
func (*MockGoCloakMockRecorder) SetRestyClient ¶
func (mr *MockGoCloakMockRecorder) SetRestyClient(arg0 interface{}) *gomock.Call
SetRestyClient indicates an expected call of SetRestyClient
func (*MockGoCloakMockRecorder) UpdateClient ¶
func (mr *MockGoCloakMockRecorder) UpdateClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateClient indicates an expected call of UpdateClient
func (*MockGoCloakMockRecorder) UpdateClientProtocolMapper ¶
func (mr *MockGoCloakMockRecorder) UpdateClientProtocolMapper(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
UpdateClientProtocolMapper indicates an expected call of UpdateClientProtocolMapper
func (*MockGoCloakMockRecorder) UpdateClientScope ¶
func (mr *MockGoCloakMockRecorder) UpdateClientScope(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateClientScope indicates an expected call of UpdateClientScope
func (*MockGoCloakMockRecorder) UpdateCredentialUserLabel ¶
func (mr *MockGoCloakMockRecorder) UpdateCredentialUserLabel(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
UpdateCredentialUserLabel indicates an expected call of UpdateCredentialUserLabel
func (*MockGoCloakMockRecorder) UpdateGroup ¶
func (mr *MockGoCloakMockRecorder) UpdateGroup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateGroup indicates an expected call of UpdateGroup
func (*MockGoCloakMockRecorder) UpdateIdentityProvider ¶
func (mr *MockGoCloakMockRecorder) UpdateIdentityProvider(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateIdentityProvider indicates an expected call of UpdateIdentityProvider
func (*MockGoCloakMockRecorder) UpdatePermission ¶
func (mr *MockGoCloakMockRecorder) UpdatePermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdatePermission indicates an expected call of UpdatePermission
func (*MockGoCloakMockRecorder) UpdatePolicy ¶
func (mr *MockGoCloakMockRecorder) UpdatePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdatePolicy indicates an expected call of UpdatePolicy
func (*MockGoCloakMockRecorder) UpdateRealm ¶
func (mr *MockGoCloakMockRecorder) UpdateRealm(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateRealm indicates an expected call of UpdateRealm
func (*MockGoCloakMockRecorder) UpdateRealmRole ¶
func (mr *MockGoCloakMockRecorder) UpdateRealmRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateRealmRole indicates an expected call of UpdateRealmRole
func (*MockGoCloakMockRecorder) UpdateResource ¶
func (mr *MockGoCloakMockRecorder) UpdateResource(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateResource indicates an expected call of UpdateResource
func (*MockGoCloakMockRecorder) UpdateResourceClient ¶
func (mr *MockGoCloakMockRecorder) UpdateResourceClient(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateResourceClient indicates an expected call of UpdateResourceClient
func (*MockGoCloakMockRecorder) UpdateResourcePolicy ¶
func (mr *MockGoCloakMockRecorder) UpdateResourcePolicy(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateResourcePolicy indicates an expected call of UpdateResourcePolicy
func (*MockGoCloakMockRecorder) UpdateRole ¶
func (mr *MockGoCloakMockRecorder) UpdateRole(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateRole indicates an expected call of UpdateRole
func (*MockGoCloakMockRecorder) UpdateScope ¶
func (mr *MockGoCloakMockRecorder) UpdateScope(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateScope indicates an expected call of UpdateScope
func (*MockGoCloakMockRecorder) UpdateUser ¶
func (mr *MockGoCloakMockRecorder) UpdateUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateUser indicates an expected call of UpdateUser
func (*MockGoCloakMockRecorder) UpdateUserPermission ¶
func (mr *MockGoCloakMockRecorder) UpdateUserPermission(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateUserPermission indicates an expected call of UpdateUserPermission