Package org.apereo.cas.pac4j.client
Interface DelegatedIdentityProviderFactory
public interface DelegatedIdentityProviderFactory
This is
DelegatedIdentityProviderFactory.- Since:
- 6.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe bean name that identifies the saml2 message factory instance. -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.pac4j.core.client.IndirectClient> build()Build set of clients configured.Collection<org.pac4j.core.client.IndirectClient> rebuild()Rebuild collection and invalidate the cached entries, if any.withClients(List clients) Factory that produces static list of clients.
-
Field Details
-
BEAN_NAME_SAML2_CLIENT_MESSAGE_FACTORY
The bean name that identifies the saml2 message factory instance.- See Also:
-
-
Method Details
-
build
Collection<org.pac4j.core.client.IndirectClient> build()Build set of clients configured.- Returns:
- the set
-
rebuild
Collection<org.pac4j.core.client.IndirectClient> rebuild()Rebuild collection and invalidate the cached entries, if any.- Returns:
- the collection
-
withClients
Factory that produces static list of clients.- Parameters:
clients- the clients- Returns:
- the delegated client factory
-