Documentation ¶
Index ¶
- type SGoogleSAMLDriver
- func (d *SGoogleSAMLDriver) GetEntityID() string
- func (d *SGoogleSAMLDriver) GetIdpInitiatedLoginData(ctx context.Context, userCred mcclient.TokenCredential, cloudAccountId string, ...) (samlutils.SSAMLIdpInitiatedLoginData, error)
- func (d *SGoogleSAMLDriver) GetMetadataFilename() string
- func (d *SGoogleSAMLDriver) GetMetadataUrl() string
- func (d *SGoogleSAMLDriver) GetSpInitiatedLoginData(ctx context.Context, userCred mcclient.TokenCredential, cloudAccountId string, ...) (samlutils.SSAMLSpInitiatedLoginData, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SGoogleSAMLDriver ¶
type SGoogleSAMLDriver struct{}
func (*SGoogleSAMLDriver) GetEntityID ¶
func (d *SGoogleSAMLDriver) GetEntityID() string
func (*SGoogleSAMLDriver) GetIdpInitiatedLoginData ¶
func (d *SGoogleSAMLDriver) GetIdpInitiatedLoginData(ctx context.Context, userCred mcclient.TokenCredential, cloudAccountId string, sp *idp.SSAMLServiceProvider, redirectUrl string) (samlutils.SSAMLIdpInitiatedLoginData, error)
func (*SGoogleSAMLDriver) GetMetadataFilename ¶
func (d *SGoogleSAMLDriver) GetMetadataFilename() string
func (*SGoogleSAMLDriver) GetMetadataUrl ¶
func (d *SGoogleSAMLDriver) GetMetadataUrl() string
func (*SGoogleSAMLDriver) GetSpInitiatedLoginData ¶
func (d *SGoogleSAMLDriver) GetSpInitiatedLoginData(ctx context.Context, userCred mcclient.TokenCredential, cloudAccountId string, sp *idp.SSAMLServiceProvider) (samlutils.SSAMLSpInitiatedLoginData, error)
Click to show internal directories.
Click to hide internal directories.