Class CredentialManagerBuilder
java.lang.Object
com.github.philippheuer.credentialmanager.CredentialManagerBuilder
public class CredentialManagerBuilder
extends java.lang.Object
Credential Manager Builder
-
Method Summary
Modifier and Type Method Description CredentialManagerbuild()CredentialManagerstatic CredentialManagerBuilderbuilder()Initialize the builderCredentialManagerBuilderwithAuthenticationController(AuthenticationController authenticationController)Authentication ControllerCredentialManagerBuilderwithStorageBackend(IStorageBackend storageBackend)Storage BackendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
builder
Initialize the builder- Returns:
- CredentialManager Builder
-
build
CredentialManager- Returns:
- CredentialManager
-
withStorageBackend
Storage Backend- Returns:
- a clone of this object, except with this updated property (returns
thisif 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
thisif an identical value is passed).
-