mocks

package
v0.0.0-...-ea35354 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIDistributedEnforcer

type MockIDistributedEnforcer struct {
	// contains filtered or unexported fields
}

MockIDistributedEnforcer is a mock of IDistributedEnforcer interface

func NewMockIDistributedEnforcer

func NewMockIDistributedEnforcer(ctrl *gomock.Controller) *MockIDistributedEnforcer

NewMockIDistributedEnforcer creates a new mock instance

func (*MockIDistributedEnforcer) AddFunction

func (m *MockIDistributedEnforcer) AddFunction(arg0 string, arg1 govaluate.ExpressionFunction)

AddFunction mocks base method

func (*MockIDistributedEnforcer) AddGroupingPolicies

func (m *MockIDistributedEnforcer) AddGroupingPolicies(arg0 [][]string) (bool, error)

AddGroupingPolicies mocks base method

func (*MockIDistributedEnforcer) AddGroupingPolicy

func (m *MockIDistributedEnforcer) AddGroupingPolicy(arg0 ...interface{}) (bool, error)

AddGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) AddNamedGroupingPolicies

func (m *MockIDistributedEnforcer) AddNamedGroupingPolicies(arg0 string, arg1 [][]string) (bool, error)

AddNamedGroupingPolicies mocks base method

func (*MockIDistributedEnforcer) AddNamedGroupingPolicy

func (m *MockIDistributedEnforcer) AddNamedGroupingPolicy(arg0 string, arg1 ...interface{}) (bool, error)

AddNamedGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) AddNamedPolicies

func (m *MockIDistributedEnforcer) AddNamedPolicies(arg0 string, arg1 [][]string) (bool, error)

AddNamedPolicies mocks base method

func (*MockIDistributedEnforcer) AddNamedPolicy

func (m *MockIDistributedEnforcer) AddNamedPolicy(arg0 string, arg1 ...interface{}) (bool, error)

AddNamedPolicy mocks base method

func (*MockIDistributedEnforcer) AddPermissionForUser

func (m *MockIDistributedEnforcer) AddPermissionForUser(arg0 string, arg1 ...string) (bool, error)

AddPermissionForUser mocks base method

func (*MockIDistributedEnforcer) AddPolicies

func (m *MockIDistributedEnforcer) AddPolicies(arg0 [][]string) (bool, error)

AddPolicies mocks base method

func (*MockIDistributedEnforcer) AddPoliciesSelf

func (m *MockIDistributedEnforcer) AddPoliciesSelf(arg0 func() bool, arg1, arg2 string, arg3 [][]string) ([][]string, error)

AddPoliciesSelf mocks base method

func (*MockIDistributedEnforcer) AddPolicy

func (m *MockIDistributedEnforcer) AddPolicy(arg0 ...interface{}) (bool, error)

AddPolicy mocks base method

func (*MockIDistributedEnforcer) AddRoleForUser

func (m *MockIDistributedEnforcer) AddRoleForUser(arg0, arg1 string, arg2 ...string) (bool, error)

AddRoleForUser mocks base method

func (*MockIDistributedEnforcer) AddRoleForUserInDomain

func (m *MockIDistributedEnforcer) AddRoleForUserInDomain(arg0, arg1, arg2 string) (bool, error)

AddRoleForUserInDomain mocks base method

func (m *MockIDistributedEnforcer) BuildRoleLinks() error

BuildRoleLinks mocks base method

func (*MockIDistributedEnforcer) ClearPolicy

func (m *MockIDistributedEnforcer) ClearPolicy()

ClearPolicy mocks base method

func (*MockIDistributedEnforcer) ClearPolicySelf

func (m *MockIDistributedEnforcer) ClearPolicySelf(arg0 func() bool) error

ClearPolicySelf mocks base method

func (*MockIDistributedEnforcer) DeletePermission

func (m *MockIDistributedEnforcer) DeletePermission(arg0 ...string) (bool, error)

DeletePermission mocks base method

func (*MockIDistributedEnforcer) DeletePermissionForUser

func (m *MockIDistributedEnforcer) DeletePermissionForUser(arg0 string, arg1 ...string) (bool, error)

DeletePermissionForUser mocks base method

func (*MockIDistributedEnforcer) DeletePermissionsForUser

func (m *MockIDistributedEnforcer) DeletePermissionsForUser(arg0 string) (bool, error)

DeletePermissionsForUser mocks base method

func (*MockIDistributedEnforcer) DeleteRole

func (m *MockIDistributedEnforcer) DeleteRole(arg0 string) (bool, error)

DeleteRole mocks base method

func (*MockIDistributedEnforcer) DeleteRoleForUser

func (m *MockIDistributedEnforcer) DeleteRoleForUser(arg0, arg1 string, arg2 ...string) (bool, error)

DeleteRoleForUser mocks base method

func (*MockIDistributedEnforcer) DeleteRoleForUserInDomain

func (m *MockIDistributedEnforcer) DeleteRoleForUserInDomain(arg0, arg1, arg2 string) (bool, error)

DeleteRoleForUserInDomain mocks base method

func (*MockIDistributedEnforcer) DeleteRolesForUser

func (m *MockIDistributedEnforcer) DeleteRolesForUser(arg0 string, arg1 ...string) (bool, error)

DeleteRolesForUser mocks base method

func (*MockIDistributedEnforcer) DeleteUser

func (m *MockIDistributedEnforcer) DeleteUser(arg0 string) (bool, error)

DeleteUser mocks base method

func (*MockIDistributedEnforcer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (m *MockIDistributedEnforcer) EnableAutoBuildRoleLinks(arg0 bool)

EnableAutoBuildRoleLinks mocks base method

func (*MockIDistributedEnforcer) EnableAutoNotifyWatcher

func (m *MockIDistributedEnforcer) EnableAutoNotifyWatcher(arg0 bool)

EnableAutoNotifyWatcher mocks base method

func (*MockIDistributedEnforcer) EnableAutoSave

func (m *MockIDistributedEnforcer) EnableAutoSave(arg0 bool)

EnableAutoSave mocks base method

func (*MockIDistributedEnforcer) EnableEnforce

func (m *MockIDistributedEnforcer) EnableEnforce(arg0 bool)

EnableEnforce mocks base method

func (*MockIDistributedEnforcer) EnableLog

func (m *MockIDistributedEnforcer) EnableLog(arg0 bool)

EnableLog mocks base method

func (*MockIDistributedEnforcer) Enforce

func (m *MockIDistributedEnforcer) Enforce(arg0 ...interface{}) (bool, error)

Enforce mocks base method

func (*MockIDistributedEnforcer) EnforceEx

func (m *MockIDistributedEnforcer) EnforceEx(arg0 ...interface{}) (bool, []string, error)

EnforceEx mocks base method

func (*MockIDistributedEnforcer) EnforceExWithMatcher

func (m *MockIDistributedEnforcer) EnforceExWithMatcher(arg0 string, arg1 ...interface{}) (bool, []string, error)

EnforceExWithMatcher mocks base method

func (*MockIDistributedEnforcer) EnforceWithMatcher

func (m *MockIDistributedEnforcer) EnforceWithMatcher(arg0 string, arg1 ...interface{}) (bool, error)

EnforceWithMatcher mocks base method

func (*MockIDistributedEnforcer) GetAdapter

func (m *MockIDistributedEnforcer) GetAdapter() persist.Adapter

GetAdapter mocks base method

func (*MockIDistributedEnforcer) GetAllActions

func (m *MockIDistributedEnforcer) GetAllActions() []string

GetAllActions mocks base method

func (*MockIDistributedEnforcer) GetAllNamedActions

func (m *MockIDistributedEnforcer) GetAllNamedActions(arg0 string) []string

GetAllNamedActions mocks base method

func (*MockIDistributedEnforcer) GetAllNamedObjects

func (m *MockIDistributedEnforcer) GetAllNamedObjects(arg0 string) []string

GetAllNamedObjects mocks base method

func (*MockIDistributedEnforcer) GetAllNamedRoles

func (m *MockIDistributedEnforcer) GetAllNamedRoles(arg0 string) []string

GetAllNamedRoles mocks base method

func (*MockIDistributedEnforcer) GetAllNamedSubjects

func (m *MockIDistributedEnforcer) GetAllNamedSubjects(arg0 string) []string

GetAllNamedSubjects mocks base method

func (*MockIDistributedEnforcer) GetAllObjects

func (m *MockIDistributedEnforcer) GetAllObjects() []string

GetAllObjects mocks base method

func (*MockIDistributedEnforcer) GetAllRoles

func (m *MockIDistributedEnforcer) GetAllRoles() []string

GetAllRoles mocks base method

func (*MockIDistributedEnforcer) GetAllSubjects

func (m *MockIDistributedEnforcer) GetAllSubjects() []string

GetAllSubjects mocks base method

func (*MockIDistributedEnforcer) GetFilteredGroupingPolicy

func (m *MockIDistributedEnforcer) GetFilteredGroupingPolicy(arg0 int, arg1 ...string) [][]string

GetFilteredGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) GetFilteredNamedGroupingPolicy

func (m *MockIDistributedEnforcer) GetFilteredNamedGroupingPolicy(arg0 string, arg1 int, arg2 ...string) [][]string

GetFilteredNamedGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) GetFilteredNamedPolicy

func (m *MockIDistributedEnforcer) GetFilteredNamedPolicy(arg0 string, arg1 int, arg2 ...string) [][]string

GetFilteredNamedPolicy mocks base method

func (*MockIDistributedEnforcer) GetFilteredPolicy

func (m *MockIDistributedEnforcer) GetFilteredPolicy(arg0 int, arg1 ...string) [][]string

GetFilteredPolicy mocks base method

func (*MockIDistributedEnforcer) GetGroupingPolicy

func (m *MockIDistributedEnforcer) GetGroupingPolicy() [][]string

GetGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) GetImplicitPermissionsForUser

func (m *MockIDistributedEnforcer) GetImplicitPermissionsForUser(arg0 string, arg1 ...string) ([][]string, error)

GetImplicitPermissionsForUser mocks base method

func (*MockIDistributedEnforcer) GetImplicitRolesForUser

func (m *MockIDistributedEnforcer) GetImplicitRolesForUser(arg0 string, arg1 ...string) ([]string, error)

GetImplicitRolesForUser mocks base method

func (*MockIDistributedEnforcer) GetImplicitUsersForPermission

func (m *MockIDistributedEnforcer) GetImplicitUsersForPermission(arg0 ...string) ([]string, error)

GetImplicitUsersForPermission mocks base method

func (*MockIDistributedEnforcer) GetModel

func (m *MockIDistributedEnforcer) GetModel() model.Model

GetModel mocks base method

func (*MockIDistributedEnforcer) GetNamedGroupingPolicy

func (m *MockIDistributedEnforcer) GetNamedGroupingPolicy(arg0 string) [][]string

GetNamedGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) GetNamedPolicy

func (m *MockIDistributedEnforcer) GetNamedPolicy(arg0 string) [][]string

GetNamedPolicy mocks base method

func (*MockIDistributedEnforcer) GetPermissionsForUser

func (m *MockIDistributedEnforcer) GetPermissionsForUser(arg0 string, arg1 ...string) [][]string

GetPermissionsForUser mocks base method

func (*MockIDistributedEnforcer) GetPermissionsForUserInDomain

func (m *MockIDistributedEnforcer) GetPermissionsForUserInDomain(arg0, arg1 string) [][]string

GetPermissionsForUserInDomain mocks base method

func (*MockIDistributedEnforcer) GetPolicy

func (m *MockIDistributedEnforcer) GetPolicy() [][]string

GetPolicy mocks base method

func (*MockIDistributedEnforcer) GetRoleManager

func (m *MockIDistributedEnforcer) GetRoleManager() rbac.RoleManager

GetRoleManager mocks base method

func (*MockIDistributedEnforcer) GetRolesForUser

func (m *MockIDistributedEnforcer) GetRolesForUser(arg0 string, arg1 ...string) ([]string, error)

GetRolesForUser mocks base method

func (*MockIDistributedEnforcer) GetRolesForUserInDomain

func (m *MockIDistributedEnforcer) GetRolesForUserInDomain(arg0, arg1 string) []string

GetRolesForUserInDomain mocks base method

func (*MockIDistributedEnforcer) GetUsersForRole

func (m *MockIDistributedEnforcer) GetUsersForRole(arg0 string, arg1 ...string) ([]string, error)

GetUsersForRole mocks base method

func (*MockIDistributedEnforcer) GetUsersForRoleInDomain

func (m *MockIDistributedEnforcer) GetUsersForRoleInDomain(arg0, arg1 string) []string

GetUsersForRoleInDomain mocks base method

func (*MockIDistributedEnforcer) HasGroupingPolicy

func (m *MockIDistributedEnforcer) HasGroupingPolicy(arg0 ...interface{}) bool

HasGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) HasNamedGroupingPolicy

func (m *MockIDistributedEnforcer) HasNamedGroupingPolicy(arg0 string, arg1 ...interface{}) bool

HasNamedGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) HasNamedPolicy

func (m *MockIDistributedEnforcer) HasNamedPolicy(arg0 string, arg1 ...interface{}) bool

HasNamedPolicy mocks base method

func (*MockIDistributedEnforcer) HasPermissionForUser

func (m *MockIDistributedEnforcer) HasPermissionForUser(arg0 string, arg1 ...string) bool

HasPermissionForUser mocks base method

func (*MockIDistributedEnforcer) HasPolicy

func (m *MockIDistributedEnforcer) HasPolicy(arg0 ...interface{}) bool

HasPolicy mocks base method

func (*MockIDistributedEnforcer) HasRoleForUser

func (m *MockIDistributedEnforcer) HasRoleForUser(arg0, arg1 string, arg2 ...string) (bool, error)

HasRoleForUser mocks base method

func (*MockIDistributedEnforcer) InitWithAdapter

func (m *MockIDistributedEnforcer) InitWithAdapter(arg0 string, arg1 persist.Adapter) error

InitWithAdapter mocks base method

func (*MockIDistributedEnforcer) InitWithFile

func (m *MockIDistributedEnforcer) InitWithFile(arg0, arg1 string) error

InitWithFile mocks base method

func (*MockIDistributedEnforcer) InitWithModelAndAdapter

func (m *MockIDistributedEnforcer) InitWithModelAndAdapter(arg0 model.Model, arg1 persist.Adapter) error

InitWithModelAndAdapter mocks base method

func (*MockIDistributedEnforcer) IsFiltered

func (m *MockIDistributedEnforcer) IsFiltered() bool

IsFiltered mocks base method

func (*MockIDistributedEnforcer) LoadFilteredPolicy

func (m *MockIDistributedEnforcer) LoadFilteredPolicy(arg0 interface{}) error

LoadFilteredPolicy mocks base method

func (*MockIDistributedEnforcer) LoadIncrementalFilteredPolicy

func (m *MockIDistributedEnforcer) LoadIncrementalFilteredPolicy(arg0 interface{}) error

LoadIncrementalFilteredPolicy mocks base method

func (*MockIDistributedEnforcer) LoadModel

func (m *MockIDistributedEnforcer) LoadModel() error

LoadModel mocks base method

func (*MockIDistributedEnforcer) LoadPolicy

func (m *MockIDistributedEnforcer) LoadPolicy() error

LoadPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveFilteredGroupingPolicy

func (m *MockIDistributedEnforcer) RemoveFilteredGroupingPolicy(arg0 int, arg1 ...string) (bool, error)

RemoveFilteredGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveFilteredNamedGroupingPolicy

func (m *MockIDistributedEnforcer) RemoveFilteredNamedGroupingPolicy(arg0 string, arg1 int, arg2 ...string) (bool, error)

RemoveFilteredNamedGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveFilteredNamedPolicy

func (m *MockIDistributedEnforcer) RemoveFilteredNamedPolicy(arg0 string, arg1 int, arg2 ...string) (bool, error)

RemoveFilteredNamedPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveFilteredPolicy

func (m *MockIDistributedEnforcer) RemoveFilteredPolicy(arg0 int, arg1 ...string) (bool, error)

RemoveFilteredPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveFilteredPolicySelf

func (m *MockIDistributedEnforcer) RemoveFilteredPolicySelf(arg0 func() bool, arg1, arg2 string, arg3 int, arg4 ...string) ([][]string, error)

RemoveFilteredPolicySelf mocks base method

func (*MockIDistributedEnforcer) RemoveGroupingPolicies

func (m *MockIDistributedEnforcer) RemoveGroupingPolicies(arg0 [][]string) (bool, error)

RemoveGroupingPolicies mocks base method

func (*MockIDistributedEnforcer) RemoveGroupingPolicy

func (m *MockIDistributedEnforcer) RemoveGroupingPolicy(arg0 ...interface{}) (bool, error)

RemoveGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveNamedGroupingPolicies

func (m *MockIDistributedEnforcer) RemoveNamedGroupingPolicies(arg0 string, arg1 [][]string) (bool, error)

RemoveNamedGroupingPolicies mocks base method

func (*MockIDistributedEnforcer) RemoveNamedGroupingPolicy

func (m *MockIDistributedEnforcer) RemoveNamedGroupingPolicy(arg0 string, arg1 ...interface{}) (bool, error)

RemoveNamedGroupingPolicy mocks base method

func (*MockIDistributedEnforcer) RemoveNamedPolicies

func (m *MockIDistributedEnforcer) RemoveNamedPolicies(arg0 string, arg1 [][]string) (bool, error)

RemoveNamedPolicies mocks base method

func (*MockIDistributedEnforcer) RemoveNamedPolicy

func (m *MockIDistributedEnforcer) RemoveNamedPolicy(arg0 string, arg1 ...interface{}) (bool, error)

RemoveNamedPolicy mocks base method

func (*MockIDistributedEnforcer) RemovePolicies

func (m *MockIDistributedEnforcer) RemovePolicies(arg0 [][]string) (bool, error)

RemovePolicies mocks base method

func (*MockIDistributedEnforcer) RemovePoliciesSelf

func (m *MockIDistributedEnforcer) RemovePoliciesSelf(arg0 func() bool, arg1, arg2 string, arg3 [][]string) ([][]string, error)

RemovePoliciesSelf mocks base method

func (*MockIDistributedEnforcer) RemovePolicy

func (m *MockIDistributedEnforcer) RemovePolicy(arg0 ...interface{}) (bool, error)

RemovePolicy mocks base method

func (*MockIDistributedEnforcer) SavePolicy

func (m *MockIDistributedEnforcer) SavePolicy() error

SavePolicy mocks base method

func (*MockIDistributedEnforcer) SetAdapter

func (m *MockIDistributedEnforcer) SetAdapter(arg0 persist.Adapter)

SetAdapter mocks base method

func (*MockIDistributedEnforcer) SetDispatcher

func (m *MockIDistributedEnforcer) SetDispatcher(arg0 persist.Dispatcher)

SetDispatcher mocks base method

func (*MockIDistributedEnforcer) SetEffector

func (m *MockIDistributedEnforcer) SetEffector(arg0 effect.Effector)

SetEffector mocks base method

func (*MockIDistributedEnforcer) SetModel

func (m *MockIDistributedEnforcer) SetModel(arg0 model.Model)

SetModel mocks base method

func (*MockIDistributedEnforcer) SetRoleManager

func (m *MockIDistributedEnforcer) SetRoleManager(arg0 rbac.RoleManager)

SetRoleManager mocks base method

func (*MockIDistributedEnforcer) SetWatcher

func (m *MockIDistributedEnforcer) SetWatcher(arg0 persist.Watcher) error

SetWatcher mocks base method

func (*MockIDistributedEnforcer) UpdatePolicies

func (m *MockIDistributedEnforcer) UpdatePolicies(arg0, arg1 [][]string) (bool, error)

UpdatePolicies mocks base method

func (*MockIDistributedEnforcer) UpdatePoliciesSelf

func (m *MockIDistributedEnforcer) UpdatePoliciesSelf(arg0 func() bool, arg1, arg2 string, arg3, arg4 [][]string) (bool, error)

UpdatePoliciesSelf mocks base method

func (*MockIDistributedEnforcer) UpdatePolicy

func (m *MockIDistributedEnforcer) UpdatePolicy(arg0, arg1 []string) (bool, error)

UpdatePolicy mocks base method

func (*MockIDistributedEnforcer) UpdatePolicySelf

func (m *MockIDistributedEnforcer) UpdatePolicySelf(arg0 func() bool, arg1, arg2 string, arg3, arg4 []string) (bool, error)

UpdatePolicySelf mocks base method

type MockIDistributedEnforcerMockRecorder

type MockIDistributedEnforcerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIDistributedEnforcerMockRecorder is the mock recorder for MockIDistributedEnforcer

func (*MockIDistributedEnforcerMockRecorder) AddFunction

func (mr *MockIDistributedEnforcerMockRecorder) AddFunction(arg0, arg1 interface{}) *gomock.Call

AddFunction indicates an expected call of AddFunction

func (*MockIDistributedEnforcerMockRecorder) AddGroupingPolicies

func (mr *MockIDistributedEnforcerMockRecorder) AddGroupingPolicies(arg0 interface{}) *gomock.Call

AddGroupingPolicies indicates an expected call of AddGroupingPolicies

func (*MockIDistributedEnforcerMockRecorder) AddGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) AddGroupingPolicy(arg0 ...interface{}) *gomock.Call

AddGroupingPolicy indicates an expected call of AddGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) AddNamedGroupingPolicies

func (mr *MockIDistributedEnforcerMockRecorder) AddNamedGroupingPolicies(arg0, arg1 interface{}) *gomock.Call

AddNamedGroupingPolicies indicates an expected call of AddNamedGroupingPolicies

func (*MockIDistributedEnforcerMockRecorder) AddNamedGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) AddNamedGroupingPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

AddNamedGroupingPolicy indicates an expected call of AddNamedGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) AddNamedPolicies

func (mr *MockIDistributedEnforcerMockRecorder) AddNamedPolicies(arg0, arg1 interface{}) *gomock.Call

AddNamedPolicies indicates an expected call of AddNamedPolicies

func (*MockIDistributedEnforcerMockRecorder) AddNamedPolicy

func (mr *MockIDistributedEnforcerMockRecorder) AddNamedPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

AddNamedPolicy indicates an expected call of AddNamedPolicy

func (*MockIDistributedEnforcerMockRecorder) AddPermissionForUser

func (mr *MockIDistributedEnforcerMockRecorder) AddPermissionForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

AddPermissionForUser indicates an expected call of AddPermissionForUser

func (*MockIDistributedEnforcerMockRecorder) AddPolicies

func (mr *MockIDistributedEnforcerMockRecorder) AddPolicies(arg0 interface{}) *gomock.Call

AddPolicies indicates an expected call of AddPolicies

func (*MockIDistributedEnforcerMockRecorder) AddPoliciesSelf

func (mr *MockIDistributedEnforcerMockRecorder) AddPoliciesSelf(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddPoliciesSelf indicates an expected call of AddPoliciesSelf

func (*MockIDistributedEnforcerMockRecorder) AddPolicy

func (mr *MockIDistributedEnforcerMockRecorder) AddPolicy(arg0 ...interface{}) *gomock.Call

AddPolicy indicates an expected call of AddPolicy

func (*MockIDistributedEnforcerMockRecorder) AddRoleForUser

func (mr *MockIDistributedEnforcerMockRecorder) AddRoleForUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleForUser indicates an expected call of AddRoleForUser

func (*MockIDistributedEnforcerMockRecorder) AddRoleForUserInDomain

func (mr *MockIDistributedEnforcerMockRecorder) AddRoleForUserInDomain(arg0, arg1, arg2 interface{}) *gomock.Call

AddRoleForUserInDomain indicates an expected call of AddRoleForUserInDomain

func (mr *MockIDistributedEnforcerMockRecorder) BuildRoleLinks() *gomock.Call

BuildRoleLinks indicates an expected call of BuildRoleLinks

func (*MockIDistributedEnforcerMockRecorder) ClearPolicy

ClearPolicy indicates an expected call of ClearPolicy

func (*MockIDistributedEnforcerMockRecorder) ClearPolicySelf

func (mr *MockIDistributedEnforcerMockRecorder) ClearPolicySelf(arg0 interface{}) *gomock.Call

ClearPolicySelf indicates an expected call of ClearPolicySelf

func (*MockIDistributedEnforcerMockRecorder) DeletePermission

func (mr *MockIDistributedEnforcerMockRecorder) DeletePermission(arg0 ...interface{}) *gomock.Call

DeletePermission indicates an expected call of DeletePermission

func (*MockIDistributedEnforcerMockRecorder) DeletePermissionForUser

func (mr *MockIDistributedEnforcerMockRecorder) DeletePermissionForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

DeletePermissionForUser indicates an expected call of DeletePermissionForUser

func (*MockIDistributedEnforcerMockRecorder) DeletePermissionsForUser

func (mr *MockIDistributedEnforcerMockRecorder) DeletePermissionsForUser(arg0 interface{}) *gomock.Call

DeletePermissionsForUser indicates an expected call of DeletePermissionsForUser

func (*MockIDistributedEnforcerMockRecorder) DeleteRole

func (mr *MockIDistributedEnforcerMockRecorder) DeleteRole(arg0 interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole

func (*MockIDistributedEnforcerMockRecorder) DeleteRoleForUser

func (mr *MockIDistributedEnforcerMockRecorder) DeleteRoleForUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRoleForUser indicates an expected call of DeleteRoleForUser

func (*MockIDistributedEnforcerMockRecorder) DeleteRoleForUserInDomain

func (mr *MockIDistributedEnforcerMockRecorder) DeleteRoleForUserInDomain(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteRoleForUserInDomain indicates an expected call of DeleteRoleForUserInDomain

func (*MockIDistributedEnforcerMockRecorder) DeleteRolesForUser

func (mr *MockIDistributedEnforcerMockRecorder) DeleteRolesForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

DeleteRolesForUser indicates an expected call of DeleteRolesForUser

func (*MockIDistributedEnforcerMockRecorder) DeleteUser

func (mr *MockIDistributedEnforcerMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (mr *MockIDistributedEnforcerMockRecorder) EnableAutoBuildRoleLinks(arg0 interface{}) *gomock.Call

EnableAutoBuildRoleLinks indicates an expected call of EnableAutoBuildRoleLinks

func (*MockIDistributedEnforcerMockRecorder) EnableAutoNotifyWatcher

func (mr *MockIDistributedEnforcerMockRecorder) EnableAutoNotifyWatcher(arg0 interface{}) *gomock.Call

EnableAutoNotifyWatcher indicates an expected call of EnableAutoNotifyWatcher

func (*MockIDistributedEnforcerMockRecorder) EnableAutoSave

func (mr *MockIDistributedEnforcerMockRecorder) EnableAutoSave(arg0 interface{}) *gomock.Call

EnableAutoSave indicates an expected call of EnableAutoSave

func (*MockIDistributedEnforcerMockRecorder) EnableEnforce

func (mr *MockIDistributedEnforcerMockRecorder) EnableEnforce(arg0 interface{}) *gomock.Call

EnableEnforce indicates an expected call of EnableEnforce

func (*MockIDistributedEnforcerMockRecorder) EnableLog

func (mr *MockIDistributedEnforcerMockRecorder) EnableLog(arg0 interface{}) *gomock.Call

EnableLog indicates an expected call of EnableLog

func (*MockIDistributedEnforcerMockRecorder) Enforce

func (mr *MockIDistributedEnforcerMockRecorder) Enforce(arg0 ...interface{}) *gomock.Call

Enforce indicates an expected call of Enforce

func (*MockIDistributedEnforcerMockRecorder) EnforceEx

func (mr *MockIDistributedEnforcerMockRecorder) EnforceEx(arg0 ...interface{}) *gomock.Call

EnforceEx indicates an expected call of EnforceEx

func (*MockIDistributedEnforcerMockRecorder) EnforceExWithMatcher

func (mr *MockIDistributedEnforcerMockRecorder) EnforceExWithMatcher(arg0 interface{}, arg1 ...interface{}) *gomock.Call

EnforceExWithMatcher indicates an expected call of EnforceExWithMatcher

func (*MockIDistributedEnforcerMockRecorder) EnforceWithMatcher

func (mr *MockIDistributedEnforcerMockRecorder) EnforceWithMatcher(arg0 interface{}, arg1 ...interface{}) *gomock.Call

EnforceWithMatcher indicates an expected call of EnforceWithMatcher

func (*MockIDistributedEnforcerMockRecorder) GetAdapter

GetAdapter indicates an expected call of GetAdapter

func (*MockIDistributedEnforcerMockRecorder) GetAllActions

func (mr *MockIDistributedEnforcerMockRecorder) GetAllActions() *gomock.Call

GetAllActions indicates an expected call of GetAllActions

func (*MockIDistributedEnforcerMockRecorder) GetAllNamedActions

func (mr *MockIDistributedEnforcerMockRecorder) GetAllNamedActions(arg0 interface{}) *gomock.Call

GetAllNamedActions indicates an expected call of GetAllNamedActions

func (*MockIDistributedEnforcerMockRecorder) GetAllNamedObjects

func (mr *MockIDistributedEnforcerMockRecorder) GetAllNamedObjects(arg0 interface{}) *gomock.Call

GetAllNamedObjects indicates an expected call of GetAllNamedObjects

func (*MockIDistributedEnforcerMockRecorder) GetAllNamedRoles

func (mr *MockIDistributedEnforcerMockRecorder) GetAllNamedRoles(arg0 interface{}) *gomock.Call

GetAllNamedRoles indicates an expected call of GetAllNamedRoles

func (*MockIDistributedEnforcerMockRecorder) GetAllNamedSubjects

func (mr *MockIDistributedEnforcerMockRecorder) GetAllNamedSubjects(arg0 interface{}) *gomock.Call

GetAllNamedSubjects indicates an expected call of GetAllNamedSubjects

func (*MockIDistributedEnforcerMockRecorder) GetAllObjects

func (mr *MockIDistributedEnforcerMockRecorder) GetAllObjects() *gomock.Call

GetAllObjects indicates an expected call of GetAllObjects

func (*MockIDistributedEnforcerMockRecorder) GetAllRoles

GetAllRoles indicates an expected call of GetAllRoles

func (*MockIDistributedEnforcerMockRecorder) GetAllSubjects

func (mr *MockIDistributedEnforcerMockRecorder) GetAllSubjects() *gomock.Call

GetAllSubjects indicates an expected call of GetAllSubjects

func (*MockIDistributedEnforcerMockRecorder) GetFilteredGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetFilteredGroupingPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetFilteredGroupingPolicy indicates an expected call of GetFilteredGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) GetFilteredNamedGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetFilteredNamedGroupingPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFilteredNamedGroupingPolicy indicates an expected call of GetFilteredNamedGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) GetFilteredNamedPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetFilteredNamedPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFilteredNamedPolicy indicates an expected call of GetFilteredNamedPolicy

func (*MockIDistributedEnforcerMockRecorder) GetFilteredPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetFilteredPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetFilteredPolicy indicates an expected call of GetFilteredPolicy

func (*MockIDistributedEnforcerMockRecorder) GetGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetGroupingPolicy() *gomock.Call

GetGroupingPolicy indicates an expected call of GetGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) GetImplicitPermissionsForUser

func (mr *MockIDistributedEnforcerMockRecorder) GetImplicitPermissionsForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetImplicitPermissionsForUser indicates an expected call of GetImplicitPermissionsForUser

func (*MockIDistributedEnforcerMockRecorder) GetImplicitRolesForUser

func (mr *MockIDistributedEnforcerMockRecorder) GetImplicitRolesForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetImplicitRolesForUser indicates an expected call of GetImplicitRolesForUser

func (*MockIDistributedEnforcerMockRecorder) GetImplicitUsersForPermission

func (mr *MockIDistributedEnforcerMockRecorder) GetImplicitUsersForPermission(arg0 ...interface{}) *gomock.Call

GetImplicitUsersForPermission indicates an expected call of GetImplicitUsersForPermission

func (*MockIDistributedEnforcerMockRecorder) GetModel

GetModel indicates an expected call of GetModel

func (*MockIDistributedEnforcerMockRecorder) GetNamedGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetNamedGroupingPolicy(arg0 interface{}) *gomock.Call

GetNamedGroupingPolicy indicates an expected call of GetNamedGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) GetNamedPolicy

func (mr *MockIDistributedEnforcerMockRecorder) GetNamedPolicy(arg0 interface{}) *gomock.Call

GetNamedPolicy indicates an expected call of GetNamedPolicy

func (*MockIDistributedEnforcerMockRecorder) GetPermissionsForUser

func (mr *MockIDistributedEnforcerMockRecorder) GetPermissionsForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetPermissionsForUser indicates an expected call of GetPermissionsForUser

func (*MockIDistributedEnforcerMockRecorder) GetPermissionsForUserInDomain

func (mr *MockIDistributedEnforcerMockRecorder) GetPermissionsForUserInDomain(arg0, arg1 interface{}) *gomock.Call

GetPermissionsForUserInDomain indicates an expected call of GetPermissionsForUserInDomain

func (*MockIDistributedEnforcerMockRecorder) GetPolicy

GetPolicy indicates an expected call of GetPolicy

func (*MockIDistributedEnforcerMockRecorder) GetRoleManager

func (mr *MockIDistributedEnforcerMockRecorder) GetRoleManager() *gomock.Call

GetRoleManager indicates an expected call of GetRoleManager

func (*MockIDistributedEnforcerMockRecorder) GetRolesForUser

func (mr *MockIDistributedEnforcerMockRecorder) GetRolesForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetRolesForUser indicates an expected call of GetRolesForUser

func (*MockIDistributedEnforcerMockRecorder) GetRolesForUserInDomain

func (mr *MockIDistributedEnforcerMockRecorder) GetRolesForUserInDomain(arg0, arg1 interface{}) *gomock.Call

GetRolesForUserInDomain indicates an expected call of GetRolesForUserInDomain

func (*MockIDistributedEnforcerMockRecorder) GetUsersForRole

func (mr *MockIDistributedEnforcerMockRecorder) GetUsersForRole(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetUsersForRole indicates an expected call of GetUsersForRole

func (*MockIDistributedEnforcerMockRecorder) GetUsersForRoleInDomain

func (mr *MockIDistributedEnforcerMockRecorder) GetUsersForRoleInDomain(arg0, arg1 interface{}) *gomock.Call

GetUsersForRoleInDomain indicates an expected call of GetUsersForRoleInDomain

func (*MockIDistributedEnforcerMockRecorder) HasGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) HasGroupingPolicy(arg0 ...interface{}) *gomock.Call

HasGroupingPolicy indicates an expected call of HasGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) HasNamedGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) HasNamedGroupingPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

HasNamedGroupingPolicy indicates an expected call of HasNamedGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) HasNamedPolicy

func (mr *MockIDistributedEnforcerMockRecorder) HasNamedPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

HasNamedPolicy indicates an expected call of HasNamedPolicy

func (*MockIDistributedEnforcerMockRecorder) HasPermissionForUser

func (mr *MockIDistributedEnforcerMockRecorder) HasPermissionForUser(arg0 interface{}, arg1 ...interface{}) *gomock.Call

HasPermissionForUser indicates an expected call of HasPermissionForUser

func (*MockIDistributedEnforcerMockRecorder) HasPolicy

func (mr *MockIDistributedEnforcerMockRecorder) HasPolicy(arg0 ...interface{}) *gomock.Call

HasPolicy indicates an expected call of HasPolicy

func (*MockIDistributedEnforcerMockRecorder) HasRoleForUser

func (mr *MockIDistributedEnforcerMockRecorder) HasRoleForUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HasRoleForUser indicates an expected call of HasRoleForUser

func (*MockIDistributedEnforcerMockRecorder) InitWithAdapter

func (mr *MockIDistributedEnforcerMockRecorder) InitWithAdapter(arg0, arg1 interface{}) *gomock.Call

InitWithAdapter indicates an expected call of InitWithAdapter

func (*MockIDistributedEnforcerMockRecorder) InitWithFile

func (mr *MockIDistributedEnforcerMockRecorder) InitWithFile(arg0, arg1 interface{}) *gomock.Call

InitWithFile indicates an expected call of InitWithFile

func (*MockIDistributedEnforcerMockRecorder) InitWithModelAndAdapter

func (mr *MockIDistributedEnforcerMockRecorder) InitWithModelAndAdapter(arg0, arg1 interface{}) *gomock.Call

InitWithModelAndAdapter indicates an expected call of InitWithModelAndAdapter

func (*MockIDistributedEnforcerMockRecorder) IsFiltered

IsFiltered indicates an expected call of IsFiltered

func (*MockIDistributedEnforcerMockRecorder) LoadFilteredPolicy

func (mr *MockIDistributedEnforcerMockRecorder) LoadFilteredPolicy(arg0 interface{}) *gomock.Call

LoadFilteredPolicy indicates an expected call of LoadFilteredPolicy

func (*MockIDistributedEnforcerMockRecorder) LoadIncrementalFilteredPolicy

func (mr *MockIDistributedEnforcerMockRecorder) LoadIncrementalFilteredPolicy(arg0 interface{}) *gomock.Call

LoadIncrementalFilteredPolicy indicates an expected call of LoadIncrementalFilteredPolicy

func (*MockIDistributedEnforcerMockRecorder) LoadModel

LoadModel indicates an expected call of LoadModel

func (*MockIDistributedEnforcerMockRecorder) LoadPolicy

LoadPolicy indicates an expected call of LoadPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveFilteredGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveFilteredGroupingPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveFilteredGroupingPolicy indicates an expected call of RemoveFilteredGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveFilteredNamedGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveFilteredNamedGroupingPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveFilteredNamedGroupingPolicy indicates an expected call of RemoveFilteredNamedGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveFilteredNamedPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveFilteredNamedPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveFilteredNamedPolicy indicates an expected call of RemoveFilteredNamedPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveFilteredPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveFilteredPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveFilteredPolicy indicates an expected call of RemoveFilteredPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveFilteredPolicySelf

func (mr *MockIDistributedEnforcerMockRecorder) RemoveFilteredPolicySelf(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

RemoveFilteredPolicySelf indicates an expected call of RemoveFilteredPolicySelf

func (*MockIDistributedEnforcerMockRecorder) RemoveGroupingPolicies

func (mr *MockIDistributedEnforcerMockRecorder) RemoveGroupingPolicies(arg0 interface{}) *gomock.Call

RemoveGroupingPolicies indicates an expected call of RemoveGroupingPolicies

func (*MockIDistributedEnforcerMockRecorder) RemoveGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveGroupingPolicy(arg0 ...interface{}) *gomock.Call

RemoveGroupingPolicy indicates an expected call of RemoveGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveNamedGroupingPolicies

func (mr *MockIDistributedEnforcerMockRecorder) RemoveNamedGroupingPolicies(arg0, arg1 interface{}) *gomock.Call

RemoveNamedGroupingPolicies indicates an expected call of RemoveNamedGroupingPolicies

func (*MockIDistributedEnforcerMockRecorder) RemoveNamedGroupingPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveNamedGroupingPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveNamedGroupingPolicy indicates an expected call of RemoveNamedGroupingPolicy

func (*MockIDistributedEnforcerMockRecorder) RemoveNamedPolicies

func (mr *MockIDistributedEnforcerMockRecorder) RemoveNamedPolicies(arg0, arg1 interface{}) *gomock.Call

RemoveNamedPolicies indicates an expected call of RemoveNamedPolicies

func (*MockIDistributedEnforcerMockRecorder) RemoveNamedPolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemoveNamedPolicy(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RemoveNamedPolicy indicates an expected call of RemoveNamedPolicy

func (*MockIDistributedEnforcerMockRecorder) RemovePolicies

func (mr *MockIDistributedEnforcerMockRecorder) RemovePolicies(arg0 interface{}) *gomock.Call

RemovePolicies indicates an expected call of RemovePolicies

func (*MockIDistributedEnforcerMockRecorder) RemovePoliciesSelf

func (mr *MockIDistributedEnforcerMockRecorder) RemovePoliciesSelf(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RemovePoliciesSelf indicates an expected call of RemovePoliciesSelf

func (*MockIDistributedEnforcerMockRecorder) RemovePolicy

func (mr *MockIDistributedEnforcerMockRecorder) RemovePolicy(arg0 ...interface{}) *gomock.Call

RemovePolicy indicates an expected call of RemovePolicy

func (*MockIDistributedEnforcerMockRecorder) SavePolicy

SavePolicy indicates an expected call of SavePolicy

func (*MockIDistributedEnforcerMockRecorder) SetAdapter

func (mr *MockIDistributedEnforcerMockRecorder) SetAdapter(arg0 interface{}) *gomock.Call

SetAdapter indicates an expected call of SetAdapter

func (*MockIDistributedEnforcerMockRecorder) SetDispatcher

func (mr *MockIDistributedEnforcerMockRecorder) SetDispatcher(arg0 interface{}) *gomock.Call

SetDispatcher indicates an expected call of SetDispatcher

func (*MockIDistributedEnforcerMockRecorder) SetEffector

func (mr *MockIDistributedEnforcerMockRecorder) SetEffector(arg0 interface{}) *gomock.Call

SetEffector indicates an expected call of SetEffector

func (*MockIDistributedEnforcerMockRecorder) SetModel

func (mr *MockIDistributedEnforcerMockRecorder) SetModel(arg0 interface{}) *gomock.Call

SetModel indicates an expected call of SetModel

func (*MockIDistributedEnforcerMockRecorder) SetRoleManager

func (mr *MockIDistributedEnforcerMockRecorder) SetRoleManager(arg0 interface{}) *gomock.Call

SetRoleManager indicates an expected call of SetRoleManager

func (*MockIDistributedEnforcerMockRecorder) SetWatcher

func (mr *MockIDistributedEnforcerMockRecorder) SetWatcher(arg0 interface{}) *gomock.Call

SetWatcher indicates an expected call of SetWatcher

func (*MockIDistributedEnforcerMockRecorder) UpdatePolicies

func (mr *MockIDistributedEnforcerMockRecorder) UpdatePolicies(arg0, arg1 interface{}) *gomock.Call

UpdatePolicies indicates an expected call of UpdatePolicies

func (*MockIDistributedEnforcerMockRecorder) UpdatePoliciesSelf

func (mr *MockIDistributedEnforcerMockRecorder) UpdatePoliciesSelf(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

UpdatePoliciesSelf indicates an expected call of UpdatePoliciesSelf

func (*MockIDistributedEnforcerMockRecorder) UpdatePolicy

func (mr *MockIDistributedEnforcerMockRecorder) UpdatePolicy(arg0, arg1 interface{}) *gomock.Call

UpdatePolicy indicates an expected call of UpdatePolicy

func (*MockIDistributedEnforcerMockRecorder) UpdatePolicySelf

func (mr *MockIDistributedEnforcerMockRecorder) UpdatePolicySelf(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

UpdatePolicySelf indicates an expected call of UpdatePolicySelf

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL