Uses of Class
org.exoplatform.mfa.storage.dto.RevocationRequest
-
Packages that use RevocationRequest Package Description org.exoplatform.mfa.api org.exoplatform.mfa.storage -
-
Uses of RevocationRequest in org.exoplatform.mfa.api
Methods in org.exoplatform.mfa.api that return RevocationRequest Modifier and Type Method Description RevocationRequestMfaService. getRevocationRequestById(Long id)Methods in org.exoplatform.mfa.api that return types with arguments of type RevocationRequest Modifier and Type Method Description List<RevocationRequest>MfaService. getAllRevocationRequests() -
Uses of RevocationRequest in org.exoplatform.mfa.storage
Methods in org.exoplatform.mfa.storage that return RevocationRequest Modifier and Type Method Description RevocationRequestMfaStorage. createRevocationRequest(RevocationRequest revocationRequest)RevocationRequestMfaStorage. findById(Long id)Methods in org.exoplatform.mfa.storage that return types with arguments of type RevocationRequest Modifier and Type Method Description List<RevocationRequest>MfaStorage. findAll()Methods in org.exoplatform.mfa.storage with parameters of type RevocationRequest Modifier and Type Method Description RevocationRequestMfaStorage. createRevocationRequest(RevocationRequest revocationRequest)
-