Package org.aktin.broker.auth.cred
Class CredentialTokenAuthProvider
java.lang.Object
org.aktin.broker.server.auth.AbstractAuthProvider
org.aktin.broker.auth.cred.CredentialTokenAuthProvider
- All Implemented Interfaces:
AuthProvider
-
Field Summary
Fields inherited from class org.aktin.broker.server.auth.AbstractAuthProvider
path -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor using random passwordCredentialTokenAuthProvider(String simplePassword)Specific constructor to use a single simple password -
Method Summary
Modifier and TypeMethodDescriptionvoidbindSingletons(BiConsumer<Object,Class<?>> binder)Class<?>[]Methods inherited from class org.aktin.broker.server.auth.AbstractAuthProvider
setBasePath
-
Constructor Details
-
CredentialTokenAuthProvider
Specific constructor to use a single simple password- Parameters:
simplePassword- password
-
CredentialTokenAuthProvider
public CredentialTokenAuthProvider()Default constructor using random password
-
-
Method Details
-
getInstance
- Throws:
IOException
-
bindSingletons
-
getEndpoints
-
getManager
-