Package org.keycloak.adapters.installed
Class KeycloakInstalled.Console
- java.lang.Object
-
- org.keycloak.adapters.installed.KeycloakInstalled.Console
-
- Enclosing class:
- KeycloakInstalled
public static class KeycloakInstalled.Console extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Consoleconsoleprotected BufferedReaderreaderprotected PrintWriterwriter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfirm(String fmt, Object... args)voidflush()KeycloakInstalled.Consoleformat(String fmt, Object... args)protected BufferedReadergetReader()StringpasswordPrompt(String fmt, Object... args)KeycloakInstalled.Consoleprintf(String format, Object... args)Stringprompt(String fmt, Object... args)Readerreader()StringreadLine()StringreadLine(String fmt, Object... args)char[]readPassword()char[]readPassword(String fmt, Object... args)voidstderrOutput()PrintWriterwriter()
-
-
-
Field Detail
-
console
protected Console console
-
writer
protected PrintWriter writer
-
reader
protected BufferedReader reader
-
-
Method Detail
-
writer
public PrintWriter writer()
-
reader
public Reader reader()
-
getReader
protected BufferedReader getReader()
-
format
public KeycloakInstalled.Console format(String fmt, Object... args)
-
printf
public KeycloakInstalled.Console printf(String format, Object... args)
-
readLine
public String readLine()
-
readPassword
public char[] readPassword()
-
flush
public void flush()
-
stderrOutput
public void stderrOutput()
-
-