Uses of Class
org.openhab.core.auth.AuthenticationException
-
Uses of AuthenticationException in org.openhab.core.auth
Modifier and TypeClassDescriptionclass
A dedicated exception thrown when extracted credentials can not be matched with any authentication provider.Modifier 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
Modifier and TypeMethodDescription@Nullable javax.ws.rs.core.SecurityContext
AuthFilter.getSecurityContext
(javax.servlet.http.HttpServletRequest request, boolean allowQueryToken)