Uses of Interface
org.osid.authentication.keys.KeyQuery
Packages that use KeyQuery
Package
Description
The Open Service Interface Definitions for the org.osid.authentication.keys
service.
-
Uses of KeyQuery in org.osid.authentication.keys
Methods in org.osid.authentication.keys that return KeyQueryModifier and TypeMethodDescriptionKeyQuerySession.getKeyQuery()Gets a key query.KeySmartAgencySession.getKeyQuery()Gets a key query.KeySearchSession.getKeyQueryFromInspector(KeyQueryInspector keyQueryInspector) Gets a key query from an inspector.KeySmartAgencySession.getKeyQueryFromInspector(KeyQueryInspector keyQueryInspector) Gets a key query from an inspector.Methods in org.osid.authentication.keys with parameters of type KeyQueryModifier and TypeMethodDescriptionvoidKeySmartAgencySession.applyKeyQuery(KeyQuery keyQuery) Applies a key query to this agency.KeyQuerySession.getKeysByQuery(KeyQuery keyQuery) Gets a list ofKeysmatching the given search.KeySearchSession.getKeysBySearch(KeyQuery keyQuery, KeySearch keySearch) Gets a list ofKeysmatching the given search.