Uses of Class
io.getlime.powerauth.soap.v3.RecoveryCodeStatus
-
Packages that use RecoveryCodeStatus Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of RecoveryCodeStatus in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 declared as RecoveryCodeStatus Modifier and Type Field Description protected RecoveryCodeStatusLookupRecoveryCodesRequest. recoveryCodeStatusprotected RecoveryCodeStatusCreateRecoveryCodeResponse. statusprotected RecoveryCodeStatusLookupRecoveryCodesResponse.RecoveryCodes. statusMethods in io.getlime.powerauth.soap.v3 that return RecoveryCodeStatus Modifier and Type Method Description static RecoveryCodeStatusRecoveryCodeStatus. fromValue(java.lang.String v)RecoveryCodeStatusLookupRecoveryCodesRequest. getRecoveryCodeStatus()Gets the value of the recoveryCodeStatus property.RecoveryCodeStatusCreateRecoveryCodeResponse. getStatus()Gets the value of the status property.RecoveryCodeStatusLookupRecoveryCodesResponse.RecoveryCodes. getStatus()Gets the value of the status property.static RecoveryCodeStatusRecoveryCodeStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RecoveryCodeStatus[]RecoveryCodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.powerauth.soap.v3 with parameters of type RecoveryCodeStatus Modifier and Type Method Description voidLookupRecoveryCodesRequest. setRecoveryCodeStatus(RecoveryCodeStatus value)Sets the value of the recoveryCodeStatus property.voidCreateRecoveryCodeResponse. setStatus(RecoveryCodeStatus value)Sets the value of the status property.voidLookupRecoveryCodesResponse.RecoveryCodes. setStatus(RecoveryCodeStatus value)Sets the value of the status property. -
Uses of RecoveryCodeStatus in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client with parameters of type RecoveryCodeStatus Modifier and Type Method Description LookupRecoveryCodesResponsePowerAuthServiceClient. lookupRecoveryCodes(java.lang.String userId, java.lang.String activationId, java.lang.Long applicationId, RecoveryCodeStatus recoveryCodeStatus, RecoveryPukStatus recoveryPukStatus)Lookup recovery codes.
-