Uses of Interface
org.openhab.core.auth.Credentials
Packages that use Credentials
- 
Uses of Credentials in org.openhab.core.authClasses in org.openhab.core.auth that implement CredentialsModifier and TypeClassDescriptionclassCredentials which represent a user API token.classCredentials 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 TypeMethodDescriptionbooleanAuthenticationProvider.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.authMethods in org.openhab.core.io.http.auth that return types with arguments of type Credentials