Uses of Interface
org.odpi.openmetadata.userinterface.uichassis.springboot.auth.AuthenticationExceptionHandler
-
Packages that use AuthenticationExceptionHandler Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.auth org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db -
-
Uses of AuthenticationExceptionHandler in org.odpi.openmetadata.userinterface.uichassis.springboot.auth
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth that return AuthenticationExceptionHandler Modifier and Type Method Description protected abstract AuthenticationExceptionHandlerSecurityConfig. getAuthenticationExceptionHandler()Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth with parameters of type AuthenticationExceptionHandler Modifier and Type Method Description LoginFilter.LoginFilterBuilderLoginFilter.LoginFilterBuilder. exceptionHandler(AuthenticationExceptionHandler authenticationExceptionHandler) -
Uses of AuthenticationExceptionHandler in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db that return AuthenticationExceptionHandler Modifier and Type Method Description protected AuthenticationExceptionHandlerDbSecurityConfig. getAuthenticationExceptionHandler()
-