@Service @Transactional(propagation=REQUIRED, timeout=600) public final class SetGoogleAuthenticatorCredentialService extends AbstractBusinessServiceImpl<com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialRequest,com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialResponse> implements BusinessService<com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialRequest,com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialResponse>
Constructor and Description |
---|
SetGoogleAuthenticatorCredentialService()
Instantiates a new sets the google authenticator credential service.
|
Modifier and Type | Method and Description |
---|---|
com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialResponse |
processService(com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialRequest serviceRequest)
Process service.
|
getSupportedService, getUserAccountFromSecurityContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedService
public SetGoogleAuthenticatorCredentialService()
@Secured(value={"ROLE_USER","ROLE_ADMIN"}) public com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialResponse processService(com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialRequest serviceRequest)
BusinessService
processService
in interface BusinessService<com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialRequest,com.hack23.cia.service.api.action.user.SetGoogleAuthenticatorCredentialResponse>
serviceRequest
- the service requestCopyright © 2010–2017 www.hack23.com. All rights reserved.