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 PairwiseIDUser. getPairwiseID()PairwiseIDUserMultiID. getPairwiseID()Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type PairwiseID Modifier and Type Method Description voidUser. setPairwiseId(PairwiseID pairwiseID)voidUserMultiID. setPairwiseID(PairwiseID persistentID)protected StringUserFileStore. 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)
-