Uses of Interface
org.openhab.core.auth.Credentials
-
Uses of Credentials in org.openhab.core.auth
Modifier and TypeClassDescriptionclass
Credentials which represent a user API token.class
Credentials which represent user name and password.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.Modifier and TypeMethodDescriptionboolean
AuthenticationProvider.supports
(Class<? extends Credentials> type) Additional method to verify if given authentication provider can handle given type of credentials. -
Uses of Credentials in org.openhab.core.io.http.auth