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 EduPersonTargetedID
User. getePTID()
EduPersonTargetedID
UserMultiID. getEptid()
Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type EduPersonTargetedID Modifier and Type Method Description edu.uiuc.ncsa.security.core.Identifier
CILSQLUserStore. getUserID(EduPersonTargetedID eptid, String idP)
void
User. setePTID(EduPersonTargetedID ePTID)
void
UserMultiID. setEptid(EduPersonTargetedID eptid)
protected String
UserFileStore. 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)
-