Class AuthenticationDependency
java.lang.Object
com.codingchili.core.configuration.system.AuthenticationDependency
Defines preshared secrets between services, local secrets and tokens
which are generated from another services secret.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPreshare(String name)
void
setPreshare(HashSet<String> preshare)
void
setSecrets(HashSet<String> secrets)
void
setTokens(HashMap<String,TokenIdentifier> tokens)
-
Constructor Details
-
AuthenticationDependency
public AuthenticationDependency()
-
-
Method Details
-
getSecrets
-
setSecrets
-
getTokens
-
setTokens
-
addSecret
-
addToken