static array listFederations(
)
|
|
Lists all federations that exist in the database
API Tags:
Return: | (Array of Federation instances) |
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(
)
|
|
Lists all Identity Providers in this federation
API Tags:
Return: | (Array of IdP instances) |
Access: | public |
array listIdentityProvidersForDisco(
)
|
|
Tomasz should document this function, and why it has to be different from the previous listIdentityProviders
API Tags:
Return: | some array with stuff |
Access: | public |