Uses of Interface
org.osid.authentication.keys.batch.KeyBatchFormList
Packages that use KeyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication.keys.batch
service.
-
Uses of KeyBatchFormList in org.osid.authentication.keys.batch
Methods in org.osid.authentication.keys.batch that return KeyBatchFormListModifier and TypeMethodDescriptionKeyBatchAdminSession.getKeyFormsForCreate(IdList agentIds, Type[] keyRecordTypes) Gets the key forms for creating a bunch of new keys.KeyBatchAdminSession.getKeyFormsForUpdate(IdList keyIds) Gets the key forms for updating an existing set of keys.Methods in org.osid.authentication.keys.batch with parameters of type KeyBatchFormListModifier and TypeMethodDescriptionKeyBatchAdminSession.createKeys(KeyBatchFormList keyForms) Creates a new set ofKeys.KeyBatchAdminSession.updateKeys(KeyBatchFormList keyForms) Updates existing keys.