Class BackendAuthorizationHeaderCredentials


  • public final class BackendAuthorizationHeaderCredentials
    extends Object
    Authorization header information.
    • Constructor Detail

      • BackendAuthorizationHeaderCredentials

        public BackendAuthorizationHeaderCredentials()
    • Method Detail

      • scheme

        public String scheme()
        Get the scheme property: Authentication Scheme name.
        Returns:
        the scheme value.
      • withScheme

        public BackendAuthorizationHeaderCredentials withScheme​(String scheme)
        Set the scheme property: Authentication Scheme name.
        Parameters:
        scheme - the scheme value to set.
        Returns:
        the BackendAuthorizationHeaderCredentials object itself.
      • parameter

        public String parameter()
        Get the parameter property: Authentication Parameter value.
        Returns:
        the parameter value.
      • withParameter

        public BackendAuthorizationHeaderCredentials withParameter​(String parameter)
        Set the parameter property: Authentication Parameter value.
        Parameters:
        parameter - the parameter value to set.
        Returns:
        the BackendAuthorizationHeaderCredentials object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.