public class OathService
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static OathService | 
create(OtpModule module)
Create OathService. 
 | 
OathFactory | 
getFactory()
Returns Factory for creating OATH settings and OATH devices. 
 | 
OathTokenManager | 
getTokenManager()
Returns TokenManager for OATH tokens. 
 | 
public static OathService create(OtpModule module)
IdpCore needs to
 be configured and OtpModule needs to be created before creating
 OathService.module - public OathTokenManager getTokenManager()
OathTokenManager object.public OathFactory getFactory()
OathFactory object.