Uses of Interface
org.openhab.core.auth.Credentials
Packages that use Credentials
-
Uses of Credentials in org.openhab.core.auth
Classes in org.openhab.core.auth that implement CredentialsModifier and TypeClassDescriptionclass
Credentials which represent a user API token.class
Credentials which represent user name and password.Methods in org.openhab.core.auth with parameters of type CredentialsModifier 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.Method parameters in org.openhab.core.auth with type arguments of type CredentialsModifier 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
Methods in org.openhab.core.io.http.auth that return types with arguments of type Credentials