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 booleanTokenInfoRecordMap. contains(TokenInfoRecord tir)protected voidTokenInfoRecordMap. put(Map<edu.uiuc.ncsa.security.core.Identifier,List<TokenInfoRecord>> map, TokenInfoRecord tir, edu.uiuc.ncsa.security.core.Identifier identifier)voidTokenInfoRecordMap. put(TokenInfoRecord tir)Method parameters in org.oa4mp.server.loader.oauth2.storage with type arguments of type TokenInfoRecord Modifier and Type Method Description protected voidTokenInfoRecordMap. put(Map<edu.uiuc.ncsa.security.core.Identifier,List<TokenInfoRecord>> map, TokenInfoRecord tir, edu.uiuc.ncsa.security.core.Identifier identifier)
-