Class ClientCredentialsTokenHandlerSupplierImpl

java.lang.Object
com.atlassian.crowd.plugin.oauth2.ClientCredentialsTokenHandlerSupplierImpl
All Implemented Interfaces:
com.atlassian.crowd.directory.ClientCredentialsTokenHandlerSupplier, Supplier<com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler>

public class ClientCredentialsTokenHandlerSupplierImpl extends Object implements com.atlassian.crowd.directory.ClientCredentialsTokenHandlerSupplier
  • Constructor Details

    • ClientCredentialsTokenHandlerSupplierImpl

      public ClientCredentialsTokenHandlerSupplierImpl()
  • Method Details

    • get

      public com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler get()
      Specified by:
      get in interface com.atlassian.crowd.directory.ClientCredentialsTokenHandlerSupplier
      Specified by:
      get in interface Supplier<com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler>