| Package | Description |
|---|---|
| org.osid.authentication |
The Open Service Interface Definitions for the org.osid.authentication
service.
|
| Modifier and Type | Method and Description |
|---|---|
AgentForm |
AgentAdminSession.getAgentFormForCreate(Type[] agentRecordTypes)
Gets the agent form for creating new agents.
|
AgentForm |
AgentAdminSession.getAgentFormForUpdate(Id agentId)
Gets the agent form for updating an existing agent.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentAdminSession.createAgent(AgentForm agentForm)
Creates a new
Agent. |
void |
AgentAdminSession.updateAgent(AgentForm agentForm)
Updates an existing agent.
|