Uses of Class
org.oa4mp.server.loader.oauth2.storage.TokenInfoRecord
-
Packages that use TokenInfoRecord Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage -
-
Uses of TokenInfoRecord in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage that return types with arguments of type TokenInfoRecord Modifier and Type Method Description List<TokenInfoRecord>
TokenInfoRecordMap. getByClientID(edu.uiuc.ncsa.security.core.Identifier clientID)
Get all of the token records associated with this client id.List<TokenInfoRecord>
TokenInfoRecordMap. getByTID(edu.uiuc.ncsa.security.core.Identifier transactionID)
For a given transaction id, get all of the token records.Map<edu.uiuc.ncsa.security.core.Identifier,List<TokenInfoRecord>>
TokenInfoRecordMap. sortByClientID(edu.uiuc.ncsa.security.core.Identifier clientID)
returns a map of all tokens associated with the transaction id.Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage with parameters of type TokenInfoRecord Modifier and Type Method Description boolean
TokenInfoRecordMap. contains(TokenInfoRecord tir)
void
TokenInfoRecordMap. put(TokenInfoRecord tir)
protected void
TokenInfoRecordMap. put(Map<edu.uiuc.ncsa.security.core.Identifier,List<TokenInfoRecord>> map, TokenInfoRecord tir, edu.uiuc.ncsa.security.core.Identifier identifier)
Method parameters in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage with type arguments of type TokenInfoRecord Modifier and Type Method Description protected void
TokenInfoRecordMap. put(Map<edu.uiuc.ncsa.security.core.Identifier,List<TokenInfoRecord>> map, TokenInfoRecord tir, edu.uiuc.ncsa.security.core.Identifier identifier)
-