Uses of Package
org.openhab.core.auth
Packages that use org.openhab.core.auth
Package
Description
-
Classes in org.openhab.core.auth used by org.openhab.core.authClassDescriptionDefinition of authentication given to username after verification of credentials by authentication provider.Base type for exceptions thrown by authentication layer.Realizations of this type are responsible for checking validity of various credentials and giving back authentication which defines access scope for authenticated user or system.Marker interface for credentials which can be handled by authentication providers.The pending information used in an OAuth2 authorization flow, set after the user has authorized the client to access resources, and has been redirected to the callback URI with an authorization code.Base type for exceptions reporting security concerns.A user represents an individual, physical person using the system.An API token represents long-term credentials generated by (or for) a user, giving the bearer access for a certain scope on behalf of this user.A persistent session for a
ManagedUser
, which holds a refresh token used by a client to get short-lived access tokens for API requests authorization. -
Classes in org.openhab.core.auth used by org.openhab.core.io.http.authClassDescriptionMarker interface for credentials which can be handled by authentication providers.
-
Classes in org.openhab.core.auth used by org.openhab.core.io.rest.authClassDescriptionBase type for exceptions thrown by authentication layer.