CreateIdpCommand
class CreateIdpCommand extends Command
Properties
| protected | $signature | ||
| protected | $description |
Methods
int
handle()
No description
int
createFromUrl(string $url)
No description
int
createFromFile(string $path)
No description
int
createInteractive()
No description
int
saveIdp(string $key, string $name, array $data)
No description
string
generateKey(string $entityId)
No description
string
extractName(string $entityId)
No description
Details
at line 22
__construct(MetadataParser $metadataParser)
No description
at line 28
int
handle()
No description
at line 47
protected int
createFromUrl(string $url)
No description
at line 64
protected int
createFromFile(string $path)
No description
at line 87
protected int
createInteractive()
No description
at line 115
protected int
saveIdp(string $key, string $name, array $data)
No description
at line 160
protected string
generateKey(string $entityId)
No description
at line 166
protected string
extractName(string $entityId)
No description