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.net.shibboleth.idp.attribute.impl Implementations of general attribute functionality. -
-
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. -
Uses of PairwiseId in net.shibboleth.idp.attribute.impl
Fields in net.shibboleth.idp.attribute.impl with type parameters of type PairwiseId Modifier and Type Field Description (package private) BiFunction<ProfileRequestContext,PairwiseId,String>ComputedPairwiseIdStore. saltLookupStrategyOptional source of salt for request.Methods in net.shibboleth.idp.attribute.impl that return PairwiseId Modifier and Type Method Description PairwiseIdJDBCPairwiseIdStore. getByIssuedValue(PairwiseId pid)Populate the underlying principal/source fields for the input object based on the supplied values.PairwiseIdComputedPairwiseIdStore. getBySourceValue(PairwiseId pid, boolean allowCreate)Populate the pairwise ID field for the input object based on the supplied values.PairwiseIdJDBCPairwiseIdStore. 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 PairwiseId Modifier and Type Method Description private 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 PairwiseId Modifier and Type Method Description voidJDBCPairwiseIdStore. attach(PairwiseId pid)Attach a peer-supplied alias to a pairwise ID.voidJDBCPairwiseIdStore. deactivate(PairwiseId pid)Deactivate/revoke a pairwise ID.PairwiseIdJDBCPairwiseIdStore. getByIssuedValue(PairwiseId pid)Populate the underlying principal/source fields for the input object based on the supplied values.PairwiseIdComputedPairwiseIdStore. getBySourceValue(PairwiseId pid, boolean allowCreate)Populate the pairwise ID field for the input object based on the supplied values.PairwiseIdJDBCPairwiseIdStore. 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 PairwiseId Modifier and Type Method Description voidComputedPairwiseIdStore. setSaltLookupStrategy(BiFunction<ProfileRequestContext,PairwiseId,String> strategy)Sets an optional function to use to obtain the salt for the request.
-