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 StringUserStoreCommands. 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 classEduPersonPrincipleNameCreated by Jeff Gaynor
on 4/30/14 at 2:19 PMclassEduPersonTargetedIDCreated by Jeff Gaynor
on 4/30/14 at 2:18 PMclassOpenIDCreated by Jeff Gaynor
on 4/30/14 at 2:22 PMclassOpenIDConnectCreated by Jeff Gaynor
on 5/23/14 at 4:05 PMclassPairwiseIDCreated by Jeff Gaynor
on 3/17/20 at 12:57 PMclassRemoteUserNameCreated by Jeff Gaynor
on 4/30/14 at 2:18 PMclassSubjectIDCreated 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 booleanUser. checkEquals(PersonName x, PersonName y)protected booleanUserMultiID. checkEquals(PersonName p1, PersonName p2)protected voidMemoryUserStore. fromIndex(PersonName personName, String idp, Map<String,User> index, Map<edu.uiuc.ncsa.security.core.Identifier,User> users)protected booleanUserMultiID. hasPN(PersonName pn)protected StringUserConverter. replaceNull(PersonName x)Checks that thePersonNameis not trivial.protected StringCILSQLUserStore. 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 StringUserFileStore. toIdentifier(PersonName remoteUser, String idp)protected voidMemoryUserStore. updateIndex(PersonName personName, String idp, User user, Map<String,User> index)
-