Interface AuthTypeAccessor.AuthTypeMutator

All Known Subinterfaces:
AuthTypeAccessor.AuthTypeProperty
Enclosing interface:
AuthTypeAccessor

public static interface AuthTypeAccessor.AuthTypeMutator
Provides a mutator for a AuthType property.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Sets the AuthType from the bearer and token for the Authorization-Type property.
    void
    setAuthType(AuthType aAuthType)
    Sets the AuthType for the Authorization-Type property.
  • Method Details

    • setAuthType

      void setAuthType(AuthType aAuthType)
      Sets the AuthType for the Authorization-Type property.
      Parameters:
      aAuthType - The AuthType to be stored by the AuthType property.
    • setAuthType

      default void setAuthType(String aBearer)
      Sets the AuthType from the bearer and token for the Authorization-Type property.
      Parameters:
      aBearer - The bearer to be stored by the AuthType property.