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 RemoteUserNameUser. getRemoteUser()RemoteUserNameUserMultiID. getRemoteUserName()Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type RemoteUserName Modifier and Type Method Description edu.uiuc.ncsa.security.core.IdentifierCILSQLUserStore. getUserID(RemoteUserName remoteUser, String idP)voidUser. setRemoteUser(RemoteUserName remoteUser)voidUserMultiID. setRemoteUserName(RemoteUserName remoteUserName)protected StringUserFileStore. 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)
-