Uses of Class
org.openhab.core.auth.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in org.openhab.core.auth
Subclasses of AuthenticationException in org.openhab.core.authModifier and TypeClassDescriptionclass
A dedicated exception thrown when extracted credentials can not be matched with any authentication provider.Methods in org.openhab.core.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationManager.authenticate
(Credentials credentials) Authentication attempt with specified credentials.AuthenticationProvider.authenticate
(Credentials credentials) Verify given credentials and give back authentication if they are valid. -
Uses of AuthenticationException in org.openhab.core.io.rest.auth
Methods in org.openhab.core.io.rest.auth that throw AuthenticationExceptionModifier and TypeMethodDescription@Nullable javax.ws.rs.core.SecurityContext
AuthFilter.getSecurityContext
(@Nullable String bearerToken) @Nullable javax.ws.rs.core.SecurityContext
AuthFilter.getSecurityContext
(javax.servlet.http.HttpServletRequest request, boolean allowQueryToken)