Uses of Class
net.shibboleth.idp.attribute.PairwiseId
Packages that use PairwiseId
Package
Description
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user.-
Uses of PairwiseId in net.shibboleth.idp.attribute
Methods in net.shibboleth.idp.attribute that return PairwiseIdModifier and TypeMethodDescriptionDurablePairwiseIdStore.getByIssuedValue(PairwiseId pid) Populate the underlying principal/source fields for the input object based on the supplied values.PairwiseIdStore.getBySourceValue(PairwiseId pid, boolean allowCreate) Populate the pairwise ID field for the input object based on the supplied values.Methods in net.shibboleth.idp.attribute with parameters of type PairwiseIdModifier and TypeMethodDescriptionvoidDurablePairwiseIdStore.attach(PairwiseId pid) Attach a peer-supplied alias to a pairwise ID.voidDurablePairwiseIdStore.deactivate(PairwiseId pid) Deactivate/revoke a pairwise ID.DurablePairwiseIdStore.getByIssuedValue(PairwiseId pid) Populate the underlying principal/source fields for the input object based on the supplied values.PairwiseIdStore.getBySourceValue(PairwiseId pid, boolean allowCreate) Populate the pairwise ID field for the input object based on the supplied values.