Interface TokenAccessor.TokenMutator

All Known Subinterfaces:
TokenAccessor.TokenProperty
Enclosing interface:
TokenAccessor

public static interface TokenAccessor.TokenMutator
Provides a mutator for a token property.
  • Method Summary

    Modifier and Type Method Description
    void setToken​(String aToken)
    Sets the token for the token property.
  • Method Details

    • setToken

      void setToken​(String aToken)
      Sets the token for the token property.
      Parameters:
      aToken - The token to be stored by the token property.