Uses of Class
org.cilogon.oauth2.servlet.storage.user.RemoteUserName
-
Packages that use RemoteUserName Package Description org.cilogon.oauth2.servlet.storage.user The user store for CILogon. -
-
Uses of RemoteUserName in org.cilogon.oauth2.servlet.storage.user
Methods in org.cilogon.oauth2.servlet.storage.user that return RemoteUserName Modifier and Type Method Description RemoteUserName
User. getRemoteUser()
RemoteUserName
UserMultiID. getRemoteUserName()
Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type RemoteUserName Modifier and Type Method Description edu.uiuc.ncsa.security.core.Identifier
CILSQLUserStore. getUserID(RemoteUserName remoteUser, String idP)
void
User. setRemoteUser(RemoteUserName remoteUser)
void
UserMultiID. setRemoteUserName(RemoteUserName remoteUserName)
protected String
UserFileStore. toIdentifier(RemoteUserName remoteUser, String idp)
Constructors in org.cilogon.oauth2.servlet.storage.user with parameters of type RemoteUserName Constructor Description UserMultiID(RemoteUserName remoteUserName)
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)
-