gluu
|
公開メンバ関数 | |
String | getIssuer () |
HOTPConfig | getHotp () |
TOTPConfig | getTotp () |
void | setIssuer (String issuer) |
void | setHotp (HOTPConfig hotp) |
void | setTotp (TOTPConfig totp) |
void | populate (Map< String, String > properties) throws Exception |
String | getFormattedQROptions (int maxWidth) |
String | getFormattedQROptions () |
String | getLabel () |
void | setLabel (String label) |
int | getQrSize () |
void | setQrSize (int qrSize) |
double | getQrMSize () |
void | setQrMSize (double qrMSize) |
String | getRegistrationUri () |
void | setRegistrationUri (String registrationUri) |
静的公開メンバ関数 | |
static OTPConfig | get (Map< String, String > propsMap) |
静的変数 | |
static ObjectMapper | MAPPER = new ObjectMapper() |
非公開変数類 | |
String | issuer |
HOTPConfig | hotp |
TOTPConfig | totp |
静的非公開変数類 | |
static Logger | LOGGER = LoggerFactory.getLogger(OTPConfig.class) |
POJO storing values needed for HOTP/TOTP. Static methods of this class parse information belonging to the OTP custom script to be able to get an instance of this class
|
inlinestatic |
Creates an OTPConfig object to hold all properties required for OTP key generation and QR code display
propsMap |
|
inlineinherited |
Creates a string for a Json representation of two values: size and mSize for QR code
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
private |
|
private |
|
staticprivate |
|
staticpackageinherited |
|
private |