Class FormAuthorizerFactory

java.lang.Object
de.xima.fc.web.common.auth.FormAuthorizerFactory

public class FormAuthorizerFactory extends Object
Factory to create authorizers based on an IFormAuthContext and an Projekt
Author:
XIMA MEDIA GmbH
  • Method Details

    • createAuthorizers

      public Map<String,org.pac4j.core.authorization.authorizer.Authorizer> createAuthorizers()
      Creats the authorizers
      Returns:
      Map of Authorizers
    • createAuthorizers

      @Deprecated public Map<String,org.pac4j.core.authorization.authorizer.Authorizer> createAuthorizers(List<org.pac4j.core.client.Client> clients)
      Deprecated.
      Creats the authorizers
      Parameters:
      clients - List of Clients to build the authorizers for
      Returns:
      Map of Authorizers