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.Implementations of general attribute functionality.
-
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. -
Uses of PairwiseId in net.shibboleth.idp.attribute.impl
Fields in net.shibboleth.idp.attribute.impl with type parameters of type PairwiseIdModifier and TypeFieldDescriptionprivate BiFunction<ProfileRequestContext,PairwiseId, String> ComputedPairwiseIdStore.saltLookupStrategyOptional source of salt for request.Methods in net.shibboleth.idp.attribute.impl that return PairwiseIdModifier and TypeMethodDescriptionJDBCPairwiseIdStore.getByIssuedValue(PairwiseId pid) Populate the underlying principal/source fields for the input object based on the supplied values.ComputedPairwiseIdStore.getBySourceValue(PairwiseId pid, boolean allowCreate) Populate the pairwise ID field for the input object based on the supplied values.JDBCPairwiseIdStore.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.impl that return types with arguments of type PairwiseIdModifier and TypeMethodDescriptionprivate List<PairwiseId>JDBCPairwiseIdStore.buildIdentifierEntries(ResultSet resultSet) Build a list ofPairwiseIdobjects from a result set.Methods in net.shibboleth.idp.attribute.impl with parameters of type PairwiseIdModifier and TypeMethodDescriptionvoidJDBCPairwiseIdStore.attach(PairwiseId pid) Attach a peer-supplied alias to a pairwise ID.voidJDBCPairwiseIdStore.deactivate(PairwiseId pid) Deactivate/revoke a pairwise ID.JDBCPairwiseIdStore.getByIssuedValue(PairwiseId pid) Populate the underlying principal/source fields for the input object based on the supplied values.ComputedPairwiseIdStore.getBySourceValue(PairwiseId pid, boolean allowCreate) Populate the pairwise ID field for the input object based on the supplied values.JDBCPairwiseIdStore.getBySourceValue(PairwiseId pid, boolean allowCreate) Populate the pairwise ID field for the input object based on the supplied values.private byte[]ComputedPairwiseIdStore.getEffectiveSalt(PairwiseId pid) Get the effective salt to apply for a particular principal/RP pair, or null to refuse to generate one.(package private) voidJDBCPairwiseIdStore.store(PairwiseId entry, JDBCPairwiseIdStore.ConnectionWithLock dbConn) Store a record containing the values from the input object.Method parameters in net.shibboleth.idp.attribute.impl with type arguments of type PairwiseIdModifier and TypeMethodDescriptionvoidComputedPairwiseIdStore.setSaltLookupStrategy(BiFunction<ProfileRequestContext, PairwiseId, String> strategy) Sets an optional function to use to obtain the salt for the request.