Uses of Class
org.cilogon.oauth2.servlet.storage.user.EduPersonTargetedID
-
Packages that use EduPersonTargetedID Package Description org.cilogon.oauth2.servlet.storage.user The user store for CILogon. -
-
Uses of EduPersonTargetedID in org.cilogon.oauth2.servlet.storage.user
Methods in org.cilogon.oauth2.servlet.storage.user that return EduPersonTargetedID Modifier and Type Method Description EduPersonTargetedIDUser. getePTID()EduPersonTargetedIDUserMultiID. getEptid()Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type EduPersonTargetedID Modifier and Type Method Description edu.uiuc.ncsa.security.core.IdentifierCILSQLUserStore. getUserID(EduPersonTargetedID eptid, String idP)voidUser. setePTID(EduPersonTargetedID ePTID)voidUserMultiID. setEptid(EduPersonTargetedID eptid)protected StringUserFileStore. toIdentifier(EduPersonTargetedID eptid, String idp)Constructors in org.cilogon.oauth2.servlet.storage.user with parameters of type EduPersonTargetedID Constructor Description UserMultiID(EduPersonPrincipleName eppn, EduPersonTargetedID eptid)UserMultiID(EduPersonPrincipleName eppn, EduPersonTargetedID eptid, PairwiseID pairwiseID, SubjectID subjectID)UserMultiID(EduPersonTargetedID eptid)UserMultiID(RemoteUserName remoteUserName, EduPersonPrincipleName eppn, EduPersonTargetedID eptid, OpenID openID, OpenIDConnect openIDConnect)UserMultiID(RemoteUserName remoteUserName, EduPersonPrincipleName eppn, EduPersonTargetedID eptid, OpenID openID, OpenIDConnect openIDConnect, PairwiseID pairwiseID, SubjectID subjectID)
-