static array bootstrapFederation(
$fedname,
$firstinst
)
|
|
Lists all Identity Providers in this federation
Parameters:
API Tags:
Return: | (Array of IdP instances) |
Access: | public |
static array country_list(
)
|
|
API Tags:
Return: | The list of countries; consisting of an array where key = shortname, value = display name |
Access: | public |
static void listAllIdentityProviders(
)
|
|
API Tags:
static array listFederations(
)
|
|
Lists all federations that exist in the database
API Tags:
Return: | (Array of Federation instances) |
Access: | public |
static string name(
string
$code
)
|
|
Parameters:
string |
$code: |
The shortname of the country |
API Tags:
Return: | The display name of the country |
Access: | public |
Federation __construct(
string
$fedname
)
|
|
Constructs a Federation object.
Parameters:
string |
$fedname: |
- textual representation of the Federation object Example: "lu" (for Luxembourg) |
API Tags:
array listIdentityProviders(
int
$full
)
|
|
Lists all Identity Providers in this federation
Parameters:
int |
$full: |
if not present or set to 0 will block sending the geo coordinates, thus speeding upp the execution |
API Tags:
Return: | (Array of IdP instances) |
Access: | public |