Search in sources :

Example 1 with CouchDbGoogleAuthenticatorAccount

use of org.apereo.cas.couchdb.gauth.credential.CouchDbGoogleAuthenticatorAccount in project cas by apereo.

the class CouchDbGoogleAuthenticatorTokenCredentialRepository method delete.

@Override
public void delete(final long id) {
    val entity = (CouchDbGoogleAuthenticatorAccount) couchDbRepository.findById(id);
    couchDbRepository.deleteTokenAccount(entity);
}
Also used : lombok.val(lombok.val) CouchDbGoogleAuthenticatorAccount(org.apereo.cas.couchdb.gauth.credential.CouchDbGoogleAuthenticatorAccount)

Aggregations

lombok.val (lombok.val)1 CouchDbGoogleAuthenticatorAccount (org.apereo.cas.couchdb.gauth.credential.CouchDbGoogleAuthenticatorAccount)1