Uses of Class
net.shibboleth.idp.attribute.PairwiseId
-
Packages that use PairwiseId Package Description net.shibboleth.idp.attribute 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 PairwiseId Modifier and Type Method Description PairwiseIdDurablePairwiseIdStore. getByIssuedValue(PairwiseId pid)Populate the underlying principal/source fields for the input object based on the supplied values.PairwiseIdPairwiseIdStore. 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 PairwiseId Modifier and Type Method Description voidDurablePairwiseIdStore. attach(PairwiseId pid)Attach a peer-supplied alias to a pairwise ID.voidDurablePairwiseIdStore. deactivate(PairwiseId pid)Deactivate/revoke a pairwise ID.PairwiseIdDurablePairwiseIdStore. getByIssuedValue(PairwiseId pid)Populate the underlying principal/source fields for the input object based on the supplied values.PairwiseIdPairwiseIdStore. getBySourceValue(PairwiseId pid, boolean allowCreate)Populate the pairwise ID field for the input object based on the supplied values.
-