Package org.apereo.cas.pac4j.client
Interface DelegatedIdentityProviders
public interface DelegatedIdentityProviders
This is
DelegatedIdentityProviders.- Since:
- 7.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionList<org.pac4j.core.client.Client> Find all clients list.Optional<org.pac4j.core.client.Client> findClient(String name) Find client by its name.
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
Method Details
-
findAllClients
List<org.pac4j.core.client.Client> findAllClients()Find all clients list.- Returns:
- the list
-
findClient
Find client by its name.- Parameters:
name- the name- Returns:
- the optional
-