Class CredentialManagerBuilder

java.lang.Object
com.github.philippheuer.credentialmanager.CredentialManagerBuilder

public class CredentialManagerBuilder
extends java.lang.Object
Credential Manager Builder
  • Method Details

    • builder

      public static CredentialManagerBuilder builder()
      Initialize the builder
      Returns:
      CredentialManager Builder
    • build

      public CredentialManager build()
      CredentialManager
      Returns:
      CredentialManager
    • withStorageBackend

      public CredentialManagerBuilder withStorageBackend​(IStorageBackend storageBackend)
      Storage Backend
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withAuthenticationController

      public CredentialManagerBuilder withAuthenticationController​(AuthenticationController authenticationController)
      Authentication Controller
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).