Class IdentityProviderListQuery
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.idp.IdentityProviderListQuery
- All Implemented Interfaces:
CachedObject
,InRealm
,Revisioned
-
Constructor Summary
ConstructorDescriptionIdentityProviderListQuery
(Long revision, String id, RealmModel realm, String searchKey, Set<String> result) IdentityProviderListQuery
(Long revision, String id, RealmModel realm, String searchKey, Set<String> result, IdentityProviderListQuery previous) -
Method Summary
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
Constructor Details
-
IdentityProviderListQuery
-
IdentityProviderListQuery
public IdentityProviderListQuery(Long revision, String id, RealmModel realm, String searchKey, Set<String> result, IdentityProviderListQuery previous)
-
-
Method Details