Home
last modified time | relevance | path

Searched defs:SamlSettings (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dconfig.go2346 type SamlSettings struct { struct
2353 Verify *bool `access:"authentication_saml"`
2354 Encrypt *bool `access:"authentication_saml"`
2355 SignRequest *bool `access:"authentication_saml"`
2363 SignatureAlgorithm *string `access:"authentication_saml"`
2376 EnableAdminAttribute *bool
2377 AdminAttribute *string
2386 LoginButtonText *string `access:"authentication_saml"`
2393 func (s *SamlSettings) SetDefaults() {
3141 SamlSettings SamlSettings member
[all …]
H A Dutils.go656 func IsSamlFile(saml *SamlSettings, filename string) bool {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dconfig.go2225 type SamlSettings struct { struct
2232 Verify *bool `access:"authentication_saml"`
2233 Encrypt *bool `access:"authentication_saml"`
2234 SignRequest *bool `access:"authentication_saml"`
2242 SignatureAlgorithm *string `access:"authentication_saml"`
2255 EnableAdminAttribute *bool
2256 AdminAttribute *string
2265 LoginButtonText *string `access:"authentication_saml"`
2272 func (s *SamlSettings) SetDefaults() {
3008 SamlSettings SamlSettings member
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dconfig.go2211 type SamlSettings struct { struct
2218 Verify *bool `access:"authentication"`
2219 Encrypt *bool `access:"authentication"`
2220 SignRequest *bool `access:"authentication"`
2228 SignatureAlgorithm *string `access:"authentication"`
2241 EnableAdminAttribute *bool
2242 AdminAttribute *string
2251 LoginButtonText *string `access:"authentication"`
2258 func (s *SamlSettings) SetDefaults() {
2916 SamlSettings SamlSettings member
[all …]
H A Dutils.go668 func IsSamlFile(saml *SamlSettings, filename string) bool {
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dconfig.go2225 type SamlSettings struct { struct
2232 Verify *bool `access:"authentication_saml"`
2233 Encrypt *bool `access:"authentication_saml"`
2234 SignRequest *bool `access:"authentication_saml"`
2242 SignatureAlgorithm *string `access:"authentication_saml"`
2255 EnableAdminAttribute *bool
2256 AdminAttribute *string
2265 LoginButtonText *string `access:"authentication_saml"`
2272 func (s *SamlSettings) SetDefaults() {
3008 SamlSettings SamlSettings member
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/einterfaces/
H A Dsaml.go16 CheckProviderAttributes(SS *model.SamlSettings, ouser *model.User, patch *model.UserPatch) string
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dplugin_signature.go149 func isSamlFile(saml *model.SamlSettings, filename string) bool {
/dports/www/mattermost-server/mattermost-server-6.0.2/tests/
H A Dtest-config.json270 "SamlSettings": { object
/dports/www/mattermost-webapp/mattermost/config/
H A Dconfig.json378 "SamlSettings": { object