Uses of Interface
org.apache.iotdb.commons.auth.authorizer.IAuthorizer
-
Packages that use IAuthorizer Package Description org.apache.iotdb.commons.auth.authorizer -
-
Uses of IAuthorizer in org.apache.iotdb.commons.auth.authorizer
Classes in org.apache.iotdb.commons.auth.authorizer that implement IAuthorizer Modifier and Type Class Description classBasicAuthorizerclassLocalFileAuthorizerclassOpenIdAuthorizerUses an OpenID Connect provider for Authorization / Authentication.Methods in org.apache.iotdb.commons.auth.authorizer that return IAuthorizer Modifier and Type Method Description static IAuthorizerBasicAuthorizer. getInstance()Function for getting the instance of the local file authorizer.
-