Package io.pravega.auth
Interface ServerConfig
-
public interface ServerConfigRepresents the configuration object passed down to the custom plugin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.PropertiestoAuthHandlerProperties()Returns the configuration items related toAuthHandlerin this object in aPropertiesformat.
-
-
-
Method Detail
-
toAuthHandlerProperties
java.util.Properties toAuthHandlerProperties()
Returns the configuration items related toAuthHandlerin this object in aPropertiesformat.- Returns:
- configuration properties
-
-