public class VicService
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static VicService |
create(OtpModule module)
Create VicService.
|
VicFactory |
getFactory()
Returns Factory for creating VIC settings and VIC devices.
|
VicTokenManager |
getTokenManager()
Returns TokenManager for VIC tokens.
|
public static VicService create(OtpModule module)
IdpCore
needs to
be configured and OtpModule
needs to be created before creating
VicService.module
- ActivationException
- when the activation code supplied on IdpCore.configure(byte[], IdpConfiguration...)
or
IdpCore.configure(boolean, byte[], IdpConfiguration...)
does not have the VIC feature turned on.public VicTokenManager getTokenManager()
VicTokenManager
object.public VicFactory getFactory()
VicFactory
object.