Uses of Class
org.cilogon.oauth2.servlet.storage.user.PersonName
-
Packages that use PersonName Package Description org.cilogon.oauth2.admin Extensions to OA4MP's CLI (Command Line Interface).org.cilogon.oauth2.servlet.storage.user The user store for CILogon. -
-
Uses of PersonName in org.cilogon.oauth2.admin
Methods in org.cilogon.oauth2.admin with parameters of type PersonName Modifier and Type Method Description protected String
UserStoreCommands. getPersonPrompt(String prompt, PersonName person)
-
Uses of PersonName in org.cilogon.oauth2.servlet.storage.user
Subclasses of PersonName in org.cilogon.oauth2.servlet.storage.user Modifier and Type Class Description class
EduPersonPrincipleName
Created by Jeff Gaynor
on 4/30/14 at 2:19 PMclass
EduPersonTargetedID
Created by Jeff Gaynor
on 4/30/14 at 2:18 PMclass
OpenID
Created by Jeff Gaynor
on 4/30/14 at 2:22 PMclass
OpenIDConnect
Created by Jeff Gaynor
on 5/23/14 at 4:05 PMclass
PairwiseID
Created by Jeff Gaynor
on 3/17/20 at 12:57 PMclass
RemoteUserName
Created by Jeff Gaynor
on 4/30/14 at 2:18 PMclass
SubjectID
Created by Jeff Gaynor
on 3/17/20 at 12:56 PMMethods in org.cilogon.oauth2.servlet.storage.user that return types with arguments of type PersonName Modifier and Type Method Description Iterator<PersonName>
UserMultiID. iterator()
Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type PersonName Modifier and Type Method Description boolean
User. checkEquals(PersonName x, PersonName y)
protected boolean
UserMultiID. checkEquals(PersonName p1, PersonName p2)
protected void
MemoryUserStore. fromIndex(PersonName personName, String idp, Map<String,User> index, Map<edu.uiuc.ncsa.security.core.Identifier,User> users)
protected boolean
UserMultiID. hasPN(PersonName pn)
protected String
UserConverter. replaceNull(PersonName x)
protected String
CILSQLUserStore. selectSnippet(PersonName personName, String key)
This will find the name from the PersonName and, if there is one, return an SQL snippet of the formkey=?
to be added to the select statement.protected String
UserFileStore. toIdentifier(PersonName remoteUser, String idp)
protected void
MemoryUserStore. updateIndex(PersonName personName, String idp, User user, Map<String,User> index)
-