Uses of Class
org.cilogon.oauth2.servlet.storage.idp.IdentityProvider
-
Packages that use IdentityProvider Package Description org.cilogon.oauth2.servlet.storage.idp The identity provider store.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of IdentityProvider in org.cilogon.oauth2.servlet.storage.idp
Methods in org.cilogon.oauth2.servlet.storage.idp that return IdentityProvider Modifier and Type Method Description IdentityProviderIDPConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, IdentityProvider identityProvider)IdentityProviderCILSQLIdentityProviderStore. get(Object key)IdentityProviderIDPProvider. get()IdentityProviderIDPProvider. get(boolean createNewIdentifier)Methods in org.cilogon.oauth2.servlet.storage.idp that return types with arguments of type IdentityProvider Modifier and Type Method Description List<IdentityProvider>CILSQLIdentityProviderStore. getMostRecent(int n, List<String> attributes)List<IdentityProvider>IDPFileStore. getMostRecent(int n, List<String> attributes)List<IdentityProvider>MemoryIDPStore. getMostRecent(int n, List<String> attributes)edu.uiuc.ncsa.security.core.XMLConverter<IdentityProvider>MemoryIDPStore. getXMLConverter()Methods in org.cilogon.oauth2.servlet.storage.idp with parameters of type IdentityProvider Modifier and Type Method Description voidCILSQLIdentityProviderStore. add(IdentityProvider idp)voidIdentityProviderStore. add(IdentityProvider idp)Add an identity provider, using the unique id as the keyvoidIDPFileStore. add(IdentityProvider idp)voidMemoryIDPStore. add(IdentityProvider idp)IdentityProviderIDPConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, IdentityProvider identityProvider)voidIDPConverter. toMap(IdentityProvider value, edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> data)Method parameters in org.cilogon.oauth2.servlet.storage.idp with type arguments of type IdentityProvider Modifier and Type Method Description voidCILSQLIdentityProviderStore. add(Collection<? extends IdentityProvider> idps)voidIdentityProviderStore. add(Collection<? extends IdentityProvider> idps)Adds a list of identity providers.voidIDPFileStore. add(Collection<? extends IdentityProvider> idps)voidMemoryIDPStore. add(Collection<? extends IdentityProvider> idps)voidCILSQLIdentityProviderStore. putAll(Map<? extends edu.uiuc.ncsa.security.core.Identifier,? extends IdentityProvider> m)voidCILSQLIdentityProviderStore. replaceAll(Collection<IdentityProvider> idps)Completely replace every idpvoidIdentityProviderStore. replaceAll(Collection<IdentityProvider> idps)Replace every entry in the store by the ones in the list.voidIDPFileStore. replaceAll(Collection<IdentityProvider> idps)voidMemoryIDPStore. replaceAll(Collection<IdentityProvider> idps)Constructor parameters in org.cilogon.oauth2.servlet.storage.idp with type arguments of type IdentityProvider Constructor Description CILSQLIdentityProviderStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<IdentityProvider> idp, IDPConverter converter)IDPConverter(edu.uiuc.ncsa.security.core.IdentifiableProvider<IdentityProvider> identityProvider)IDPConverter(edu.uiuc.ncsa.security.storage.monitored.MonitoredKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<IdentityProvider> identityProviderProvider)IDPFileStore(File file, edu.uiuc.ncsa.security.core.IdentifiableProvider<IdentityProvider> idpp, IDPConverter converter, boolean removeEmptyFiles, boolean removeFailedFiles)IDPFileStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.IdentifiableProvider<IdentityProvider> idpp, edu.uiuc.ncsa.security.storage.data.MapConverter converter, boolean removeEmptyFiles, boolean removeFailedFiles)MemoryIDPStore(edu.uiuc.ncsa.security.core.IdentifiableProvider<IdentityProvider> identityProviderIdentifiableProvider) -
Uses of IdentityProvider in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type IdentityProvider Modifier and Type Method Description List<IdentityProvider>DBServiceSerializer. deserializeIdps(InputStream is)List<IdentityProvider>DBServiceClient. getAllIdps()Method parameters in org.cilogon.oauth2.servlet.util with type arguments of type IdentityProvider Modifier and Type Method Description edu.uiuc.ncsa.security.storage.XMLMapDBServiceClient. addIdps(List<IdentityProvider> idps)protected String[][]DBServiceClient. convertIdpsToArray(List<IdentityProvider> idps)voidDBServiceSerializer. serialize(PrintWriter w, Collection<IdentityProvider> idps)
-