Package hudson.security
Class CliAuthenticator
- java.lang.Object
-
- hudson.security.CliAuthenticator
-
@Deprecated public abstract class CliAuthenticator extends Object
Deprecated.No longer used.
-
-
Constructor Summary
Constructors Constructor Description CliAuthenticator()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract Authentication
authenticate()
Deprecated.
-
-
-
Method Detail
-
authenticate
public abstract Authentication authenticate() throws AuthenticationException, IOException, InterruptedException
Deprecated.
-
-