Uses of Class
org.oa4mp.delegation.server.UserInfo
-
Packages that use UserInfo Package Description edu.uiuc.ncsa.myproxy.oauth2.tools edu.uiuc.ncsa.oa4mp.delegation.oa2.server -
-
Uses of UserInfo in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return UserInfo Modifier and Type Method Description UserInfo
OA2CLCCommands. user_info2(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
-
Uses of UserInfo in edu.uiuc.ncsa.oa4mp.delegation.oa2.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server that return UserInfo Modifier and Type Method Description UserInfo
UIIResponse2. getUserInfo()
Getter for UserInfoMethods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server with parameters of type UserInfo Modifier and Type Method Description void
UIIResponse2. setUserInfo(UserInfo userInfo)
Setter for UserInfo
-