Interface SecurityEndpoint


public interface SecurityEndpoint
Security endpoint.
Since:
5.5.0
Author:
Jerome LELEU
  • Method Details

    • setClients

      void setClients(String clients)
    • setAuthorizers

      void setAuthorizers(String authorizers)
    • setMatchers

      void setMatchers(String matchers)
    • setSecurityLogic

      void setSecurityLogic(SecurityLogic securityLogic)
    • setHttpActionAdapter

      void setHttpActionAdapter(HttpActionAdapter httpActionAdapter)
    • setConfig

      void setConfig(Config config)