Uses of Interface
net.shibboleth.idp.attribute.PairwiseIdStore
Packages that use PairwiseIdStore
Package
Description
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user.Implementations of general attribute functionality.
Common functionality used by data connectors.
Implementation of SAML
NameID and
NameIdentifier generation and consumption.-
Uses of PairwiseIdStore in net.shibboleth.idp.attribute
Subinterfaces of PairwiseIdStore in net.shibboleth.idp.attributeModifier and TypeInterfaceDescriptioninterfaceExtendedPairwiseIdStoreinterface that supports reversal, mutation, and deactivation features requiring durable storage. -
Uses of PairwiseIdStore in net.shibboleth.idp.attribute.impl
Classes in net.shibboleth.idp.attribute.impl that implement PairwiseIdStoreModifier and TypeClassDescriptionclassAPairwiseIdStorethat generates a pairwise ID by computing the hash of a given attribute value, the entity ID of the recipient, and a salt.classJDBC-based storage management for pairwise IDs.Fields in net.shibboleth.idp.attribute.impl declared as PairwiseIdStoreModifier and TypeFieldDescriptionprivate PairwiseIdStoreJDBCPairwiseIdStore.initialValueStoreOptional hook for obtaining initial values from a primary store, usually a computed algorithm.Methods in net.shibboleth.idp.attribute.impl that return PairwiseIdStoreModifier and TypeMethodDescriptionJDBCPairwiseIdStore.getInitialValueStore()Get a store to use to produce the first value for a given issuer/recipient pair.Methods in net.shibboleth.idp.attribute.impl with parameters of type PairwiseIdStoreModifier and TypeMethodDescriptionvoidJDBCPairwiseIdStore.setInitialValueStore(PairwiseIdStore store) Set a store to use to produce the first value for a given issuer/recipient pair. -
Uses of PairwiseIdStore in net.shibboleth.idp.attribute.resolver.dc.impl
Fields in net.shibboleth.idp.attribute.resolver.dc.impl declared as PairwiseIdStoreModifier and TypeFieldDescriptionprivate PairwiseIdStorePairwiseIdDataConnector.pidStoreSource of IDs.Methods in net.shibboleth.idp.attribute.resolver.dc.impl that return PairwiseIdStoreModifier and TypeMethodDescriptionPairwiseIdDataConnector.getPairwiseIdStore()Get the underlying pairwise ID store.Methods in net.shibboleth.idp.attribute.resolver.dc.impl with parameters of type PairwiseIdStoreModifier and TypeMethodDescriptionvoidPairwiseIdDataConnector.setPairwiseIdStore(PairwiseIdStore store) Set the underlying pairwise ID store. -
Uses of PairwiseIdStore in net.shibboleth.idp.saml.nameid.impl
Fields in net.shibboleth.idp.saml.nameid.impl declared as PairwiseIdStoreModifier and TypeFieldDescriptionprivate PairwiseIdStorePersistentSAML2NameIDGenerator.pidStoreStore for IDs.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type PairwiseIdStoreModifier and TypeMethodDescriptionvoidPersistentSAML2NameIDGenerator.setPersistentIdStore(PairwiseIdStore store) Set aPairwiseIdStoreto use.