Class BackendClients

java.lang.Object
org.pac4j.core.util.InitializableObject
org.pac4j.core.client.Clients
de.xima.fc.security.pac4j.clients.BackendClients

public class BackendClients extends org.pac4j.core.client.Clients
Extension of the pac4j Clients, that provide the backend authentication clients.
Since:
8.0.0
Author:
XIMA MEDIA GmbH, Dresden
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<org.pac4j.core.client.Client>
     
    List<org.pac4j.core.client.Client>
     

    Methods inherited from class org.pac4j.core.client.Clients

    addAuthorizationGenerator, addClient, findAllClients, findClient, getAjaxRequestResolver, getAuthorizationGenerators, getCallbackUrl, getCallbackUrlResolver, getDefaultSecurityClients, getUrlResolver, internalInit, setAjaxRequestResolver, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCallbackUrl, setCallbackUrlResolver, setClients, setClients, setDefaultSecurityClients, setUrlResolver, shouldInitialize, toString

    Methods inherited from class org.pac4j.core.util.InitializableObject

    afterInternalInit, beforeInternalInit, getLastAttempt, getMaxAttempts, getMinTimeIntervalBetweenAttemptsInMilliseconds, getNbAttempts, init, init, isInitialized, reinit, setMaxAttempts, setMinTimeIntervalBetweenAttemptsInMilliseconds

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BackendClients

      public BackendClients()
  • Method Details

    • getClients

      public List<org.pac4j.core.client.Client> getClients()
      Overrides:
      getClients in class org.pac4j.core.client.Clients
    • findClient

      public Optional<org.pac4j.core.client.Client> findClient(String name)
      Overrides:
      findClient in class org.pac4j.core.client.Clients