Uses of Interface
org.osid.authentication.AgentForm
Packages that use AgentForm
Package
Description
The Open Service Interface Definitions for the org.osid.authentication
service.
-
Uses of AgentForm in org.osid.authentication
Methods in org.osid.authentication that return AgentFormModifier and TypeMethodDescriptionAgentAdminSession.getAgentFormForCreate(Type[] agentRecordTypes) Gets the agent form for creating new agents.AgentAdminSession.getAgentFormForUpdate(Id agentId) Gets the agent form for updating an existing agent.Methods in org.osid.authentication with parameters of type AgentFormModifier and TypeMethodDescriptionAgentAdminSession.createAgent(AgentForm agentForm) Creates a newAgent.voidAgentAdminSession.updateAgent(AgentForm agentForm) Updates an existing agent.