Uses of Class
org.oa4mp.server.loader.oauth2.storage.TokenInfoRecord
-
Packages that use TokenInfoRecord Package Description org.oa4mp.server.loader.oauth2.storage -
-
Uses of TokenInfoRecord in org.oa4mp.server.loader.oauth2.storage
Methods in org.oa4mp.server.loader.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 org.oa4mp.server.loader.oauth2.storage with parameters of type TokenInfoRecord Modifier and Type Method Description boolean
TokenInfoRecordMap. contains(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)
void
TokenInfoRecordMap. put(TokenInfoRecord tir)
Method parameters in org.oa4mp.server.loader.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)
-