Uses of Interface
org.osid.authentication.keys.KeyList
Packages that use KeyList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication.keys
service.
-
Uses of KeyList in org.osid.authentication.keys
Methods in org.osid.authentication.keys that return KeyListModifier and TypeMethodDescriptionKeyLookupSession.getKeys()Gets allKeys.KeySearchResults.getKeys()Gets the key list resulting from the search.KeyAgencySession.getKeysByAgencies(IdList agencyIds) Gets the list ofKeyscorresponding to a list ofAgencyobjects.KeyAgencySession.getKeysByAgency(Id agencyId) Gets the list ofKeysassociated with anAgency.KeyLookupSession.getKeysByGenusType(Type keyGenusType) Gets aKeyListcorresponding to the given key genusTypewhich does not include keys of genus types derived from the specifiedType.KeyLookupSession.getKeysByIds(IdList keyIds) Gets aKeyListcorresponding to the given agentIdList.KeyLookupSession.getKeysByParentGenusType(Type keyGenusType) Gets aKeyListcorresponding to the given key genusTypeand include any additional keys with genus types derived from the specifiedType.KeyQuerySession.getKeysByQuery(KeyQuery keyQuery) Gets a list ofKeysmatching the given search.KeyLookupSession.getKeysByRecordType(Type keyRecordType) Gets a list of keys corresponding to the given key recordType.