class RefreshIdpMetadataCommand extends Command

Properties

protected $signature
protected $description

Methods

__construct(MetadataParser $metadataParser)

No description

int
handle()

No description

int
refreshSingle(string $key)

No description

int
refreshAll()

No description

bool
refreshIdp(Saml2Idp $idp)

No description

Details

at line 17
__construct(MetadataParser $metadataParser)

No description

Parameters

MetadataParser $metadataParser

at line 23
int handle()

No description

Return Value

int

at line 37
protected int refreshSingle(string $key)

No description

Parameters

string $key

Return Value

int

at line 54
protected int refreshAll()

No description

Return Value

int

at line 76
protected bool refreshIdp(Saml2Idp $idp)

No description

Parameters

Saml2Idp $idp

Return Value

bool