Class SingleSignOnEndpoint
java.lang.Object
com.vaadin.hilla.sso.starter.endpoint.SingleSignOnEndpoint
Endpoint for fetching the SSO data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nonnull SingleSignOnDatafetchAll()Fetches the essential SSO data in a single callGets a list of the registered SSO providers
-
Constructor Details
-
SingleSignOnEndpoint
-
-
Method Details
-
fetchAll
Fetches the essential SSO data in a single call- Returns:
- the SSO data
-
getRegisteredProviders
Gets a list of the registered SSO providers- Returns:
- a list of the registered SSO providers, as defined in the application properties
-