Uses of Interface
org.teamapps.application.server.system.auth.AuthenticationHandler
| Package | Description |
|---|---|
| org.teamapps.application.server.system.auth | |
| org.teamapps.application.server.system.bootstrap |
-
Uses of AuthenticationHandler in org.teamapps.application.server.system.auth
Classes in org.teamapps.application.server.system.auth that implement AuthenticationHandler Modifier and Type Class Description classUrlAuthenticationHandler -
Uses of AuthenticationHandler in org.teamapps.application.server.system.bootstrap
Methods in org.teamapps.application.server.system.bootstrap that return types with arguments of type AuthenticationHandler Modifier and Type Method Description java.util.List<AuthenticationHandler>SystemRegistry. getAuthenticationHandlers()Methods in org.teamapps.application.server.system.bootstrap with parameters of type AuthenticationHandler Modifier and Type Method Description voidSystemRegistry. addAuthenticationHandler(AuthenticationHandler authenticationHandler)