Package io.digdag.spi
Interface AuthenticatorFactory
-
public interface AuthenticatorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetType()AuthenticatornewAuthenticator()
-
-
-
Method Detail
-
getType
java.lang.String getType()
-
newAuthenticator
Authenticator newAuthenticator()
-
-