Uses of Class
org.cilogon.oauth2.servlet.storage.user.PairwiseID
-
Packages that use PairwiseID Package Description org.cilogon.oauth2.servlet.storage.user The user store for CILogon. -
-
Uses of PairwiseID in org.cilogon.oauth2.servlet.storage.user
Methods in org.cilogon.oauth2.servlet.storage.user that return PairwiseID Modifier and Type Method Description PairwiseID
User. getPairwiseID()
PairwiseID
UserMultiID. getPairwiseID()
Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type PairwiseID Modifier and Type Method Description void
User. setPairwiseId(PairwiseID pairwiseID)
void
UserMultiID. setPairwiseID(PairwiseID persistentID)
protected String
UserFileStore. toIdentifier(PairwiseID pairwiseID, String idp)
Constructors in org.cilogon.oauth2.servlet.storage.user with parameters of type PairwiseID Constructor Description UserMultiID(EduPersonPrincipleName eppn, EduPersonTargetedID eptid, PairwiseID pairwiseID, SubjectID subjectID)
UserMultiID(RemoteUserName remoteUserName, EduPersonPrincipleName eppn, EduPersonTargetedID eptid, OpenID openID, OpenIDConnect openIDConnect, PairwiseID pairwiseID, SubjectID subjectID)
-