Class AuthleteEnvConfiguration

  • All Implemented Interfaces:
    AuthleteConfiguration

    public class AuthleteEnvConfiguration
    extends Object
    implements AuthleteConfiguration
    Implementation of AuthleteConfiguration based on environment variables.

    This class refers to the following environment variables.

    AUTHLETE_BASE_URL

    The base URL.

    AUTHLETE_SERVICEOWNER_APIKEY

    The API key of the service owner.

    AUTHLETE_SERVICEOWNER_APISECRET

    The API secret of the service owner.

    AUTHLETE_SERVICE_APIKEY

    The API key of the service.

    AUTHLETE_SERVICE_APISECRET

    The API secret of the service.