See Release Notes
Long Term Support Release
(no description)
File Size: | 164 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
base_definition:: (3 methods):
create_endpoints()
discover_endpoints()
create_discovery_endpoint()
Class: base_definition - X-Ref
Class for provider discovery definition, to allow services easily discover and process information.create_endpoints(issuer $issuer) X-Ref |
Create endpoints for this issuer. param: issuer $issuer Issuer the endpoints should be created for. return: issuer |
discover_endpoints($issuer) X-Ref |
If the discovery endpoint exists for this issuer, try and determine the list of valid endpoints. param: issuer $issuer return: int The number of discovered services. |
create_discovery_endpoint(issuer $issuer, string $url) X-Ref |
Helper method to create discovery endpoint. param: issuer $issuer Issuer the endpoints should be created for. param: string $url Discovery endpoint URL. return: endpoint The endpoint created. |