class TestIdpCommand extends Command

Properties

protected $signature
protected $description

Methods

__construct(IdpResolver $idpResolver, Saml2Service $saml2Service)

No description

int
handle()

No description

void
checkField(string $name, $value, bool $required = true)

No description

array
validateCertificate(string $cert)

No description

Details

at line 17
__construct(IdpResolver $idpResolver, Saml2Service $saml2Service)

No description

Parameters

IdpResolver $idpResolver
Saml2Service $saml2Service

at line 24
int handle()

No description

Return Value

int

at line 95
protected void checkField(string $name, $value, bool $required = true)

No description

Parameters

string $name
$value
bool $required

Return Value

void

at line 106
protected array validateCertificate(string $cert)

No description

Parameters

string $cert

Return Value

array