Uses of Class
org.apache.flink.runtime.security.NoMatchSecurityFactoryException
-
Packages that use NoMatchSecurityFactoryException Package Description org.apache.flink.runtime.security -
-
Uses of NoMatchSecurityFactoryException in org.apache.flink.runtime.security
Methods in org.apache.flink.runtime.security that throw NoMatchSecurityFactoryException Modifier and Type Method Description static SecurityContextFactory
SecurityFactoryServiceLoader. findContextFactory(String securityContextFactoryClass)
Find a suitableSecurityContextFactory
based on canonical name.static SecurityModuleFactory
SecurityFactoryServiceLoader. findModuleFactory(String securityModuleFactoryClass)
Find a suitableSecurityModuleFactory
based on canonical name.
-