коммит произвёл
GitHub
родитель
4aac52bced
Коммит
6a77e24adc
@@ -39,6 +39,20 @@ func (_m *SamlInterface) BuildRequest(relayState string) (*model.SamlAuthRequest
|
||||
return r0, r1
|
||||
}
|
||||
|
||||
// CheckProviderAttributes provides a mock function with given fields: SS, ouser, patch
|
||||
func (_m *SamlInterface) CheckProviderAttributes(SS *model.SamlSettings, ouser *model.User, patch *model.UserPatch) string {
|
||||
ret := _m.Called(SS, ouser, patch)
|
||||
|
||||
var r0 string
|
||||
if rf, ok := ret.Get(0).(func(*model.SamlSettings, *model.User, *model.UserPatch) string); ok {
|
||||
r0 = rf(SS, ouser, patch)
|
||||
} else {
|
||||
r0 = ret.Get(0).(string)
|
||||
}
|
||||
|
||||
return r0
|
||||
}
|
||||
|
||||
// ConfigureSP provides a mock function with given fields:
|
||||
func (_m *SamlInterface) ConfigureSP() error {
|
||||
ret := _m.Called()
|
||||
|
||||
Ссылка в новой задаче
Block a user