Uses of Interface
org.odpi.openmetadata.userinterface.uichassis.springboot.auth.AuthService
-
Packages that use AuthService Package Description org.odpi.openmetadata.userinterface.uichassis.springboot org.odpi.openmetadata.userinterface.uichassis.springboot.auth -
-
Uses of AuthService in org.odpi.openmetadata.userinterface.uichassis.springboot
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot that return AuthService Modifier and Type Method Description AuthServiceEgeriaUIPlatform. getAuthService(String authenticationMode) -
Uses of AuthService in org.odpi.openmetadata.userinterface.uichassis.springboot.auth
Classes in org.odpi.openmetadata.userinterface.uichassis.springboot.auth that implement AuthService Modifier and Type Class Description classRedisAuthServiceclassSessionAuthServiceclassTokenAuthServiceMethods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth with parameters of type AuthService Modifier and Type Method Description LoginFilter.LoginFilterBuilderLoginFilter.LoginFilterBuilder. authService(AuthService authService)Constructors in org.odpi.openmetadata.userinterface.uichassis.springboot.auth with parameters of type AuthService Constructor Description AuthFilter(AuthService authService)
-