Uses of Interface
net.shibboleth.idp.attribute.PairwiseIdStore
Packages that use PairwiseIdStore
Package
Description
IdPAttribute
s 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 TypeInterfaceDescriptioninterface
ExtendedPairwiseIdStore
interface 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 TypeClassDescriptionclass
APairwiseIdStore
that generates a pairwise ID by computing the hash of a given attribute value, the entity ID of the recipient, and a provided salt.class
JDBC-based storage management for pairwise IDs.Fields in net.shibboleth.idp.attribute.impl declared as PairwiseIdStoreModifier and TypeFieldDescriptionprivate PairwiseIdStore
JDBCPairwiseIdStore.initialValueStore
Optional 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 TypeMethodDescriptionvoid
JDBCPairwiseIdStore.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 PairwiseIdStore
PairwiseIdDataConnector.pidStore
Source 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 TypeMethodDescriptionvoid
PairwiseIdDataConnector.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 PairwiseIdStore
PersistentSAML2NameIDGenerator.pidStore
Store for IDs.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type PairwiseIdStoreModifier and TypeMethodDescriptionvoid
PersistentSAML2NameIDGenerator.setPersistentIdStore
(PairwiseIdStore store) Set aPairwiseIdStore
to use.