Uses of Class
org.teamapps.application.server.system.config.AuthenticationConfig
| Package | Description |
|---|---|
| org.teamapps.application.server.system.auth | |
| org.teamapps.application.server.system.config |
-
Uses of AuthenticationConfig in org.teamapps.application.server.system.auth
Constructor parameters in org.teamapps.application.server.system.auth with type arguments of type AuthenticationConfig Constructor Description UrlAuthenticationHandler(java.util.function.Supplier<AuthenticationConfig> authenticationConfigSupplier)Encoding scheme: base64(login:timestamp:sha256Hex(login:pwd-hash:timestamp:secret)) -
Uses of AuthenticationConfig in org.teamapps.application.server.system.config
Methods in org.teamapps.application.server.system.config that return AuthenticationConfig Modifier and Type Method Description AuthenticationConfigSystemConfig. getAuthenticationConfig()Methods in org.teamapps.application.server.system.config with parameters of type AuthenticationConfig Modifier and Type Method Description voidSystemConfig. setAuthenticationConfig(AuthenticationConfig authenticationConfig)