Uses of Interface
net.shibboleth.idp.attribute.DurablePairwiseIdStore
-
Packages that use DurablePairwiseIdStore Package Description net.shibboleth.idp.attribute.impl Implementations of general attribute functionality.net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
Uses of DurablePairwiseIdStore in net.shibboleth.idp.attribute.impl
Classes in net.shibboleth.idp.attribute.impl that implement DurablePairwiseIdStore Modifier and Type Class Description classJDBCPairwiseIdStoreJDBC-based storage management for pairwise IDs. -
Uses of DurablePairwiseIdStore in net.shibboleth.idp.saml.nameid.impl
Fields in net.shibboleth.idp.saml.nameid.impl declared as DurablePairwiseIdStore Modifier and Type Field Description private DurablePairwiseIdStoreStoredPersistentIdDecoder. pidStoreUpdated version of persistent identifier data store layer.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type DurablePairwiseIdStore Modifier and Type Method Description voidStoredPersistentIdDecoder. setPersistentIdStore(DurablePairwiseIdStore store)Set aDurablePairwiseIdStoreto use.
-