Uses of Class
com.sun.identity.idm.IdRepoListener
-
Packages that use IdRepoListener Package Description com.iplanet.am.sdk This package contains interfaces and implementation for User/Identity Management.com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.com.sun.identity.idm.plugins.database com.sun.identity.idm.plugins.files com.sun.identity.idm.plugins.internal org.forgerock.openam.idrepo.ldap org.openidentityplatform.openam.cassandra -
-
Uses of IdRepoListener in com.iplanet.am.sdk
Methods in com.iplanet.am.sdk with parameters of type IdRepoListener Modifier and Type Method Description int
AMSDKRepo. addListener(SSOToken token, IdRepoListener listnr)
-
Uses of IdRepoListener in com.sun.identity.idm
Methods in com.sun.identity.idm with parameters of type IdRepoListener Modifier and Type Method Description abstract int
IdRepo. addListener(SSOToken token, IdRepoListener listener)
Adds a listener for changes in the repository -
Uses of IdRepoListener in com.sun.identity.idm.plugins.database
Methods in com.sun.identity.idm.plugins.database with parameters of type IdRepoListener Modifier and Type Method Description int
DatabaseRepo. addListener(SSOToken token, IdRepoListener listener)
-
Uses of IdRepoListener in com.sun.identity.idm.plugins.files
Methods in com.sun.identity.idm.plugins.files with parameters of type IdRepoListener Modifier and Type Method Description int
FilesRepo. addListener(SSOToken token, IdRepoListener listener)
-
Uses of IdRepoListener in com.sun.identity.idm.plugins.internal
Methods in com.sun.identity.idm.plugins.internal with parameters of type IdRepoListener Modifier and Type Method Description int
AgentsRepo. addListener(SSOToken token, IdRepoListener listener)
int
SpecialRepo. addListener(SSOToken token, IdRepoListener listener)
-
Uses of IdRepoListener in org.forgerock.openam.idrepo.ldap
Methods in org.forgerock.openam.idrepo.ldap with parameters of type IdRepoListener Modifier and Type Method Description int
DJLDAPv3Repo. addListener(SSOToken token, IdRepoListener idRepoListener)
Registers an IdRepoListener, which will be notified of realm level service changes and persistent search results. -
Uses of IdRepoListener in org.openidentityplatform.openam.cassandra
Methods in org.openidentityplatform.openam.cassandra with parameters of type IdRepoListener Modifier and Type Method Description int
Repo. addListener(SSOToken token, IdRepoListener listener)
-