Uses of Interface
org.osid.authentication.Agent
Packages that use Agent
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.authentication
service.
The Open Service Interface Definitions for the org.osid.authentication.keys
service.
The Open Service Interface Definitions for the org.osid.authentication.process
service.
The Open Service Interface Definitions for the org.osid.authorization
service.
The Open Service Interface Definitions for the org.osid.bidding
service.
The Open Service Interface Definitions for the org.osid.blogging
service.
The Open Service Interface Definitions for the org.osid.commenting
service.
The Open Service Interface Definitions for the org.osid.filing
service.
The Open Service Interface Definitions for the org.osid.filing.allocation
service.
The Open Service Interface Definitions for the org.osid.forum
service.
The Open Service Interface Definitions for the org.osid.grading
service.
The Open Service Interface Definitions for the org.osid.hold
service.
The Open Service Interface Definitions for the org.osid.inquiry
service.
The Open Service Interface Definitions for the org.osid.installation
service.
The Open Service Interface Definitions for the org.osid.journaling
service.
The Open Service Interface Definitions for the org.osid.logging
service.
The Open Service Interface Definitions for the org.osid.messaging
service.
The Open Service Interface Definitions for the org.osid.ordering
service.
The Open Service Interface Definitions for the org.osid.profile
service.
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.proxy
service.
The Open Service Interface Definitions for the org.osid.tracking
service.
The Open Service Interface Definitions for the org.osid.voting
service.
The Open Service Interface Definitions for the org.osid.workflow.event
service.
-
Uses of Agent in org.osid
Modifier and TypeMethodDescriptionOsidSession.getAuthenticatedAgent()Gets the agent authenticated to this session.OsidSession.getEffectiveAgent()Gets the effective agent in use by this session.OsidRequest.getSubmittingAgent()Gets the submitting agent. -
Uses of Agent in org.osid.assessment
Methods in org.osid.assessment that return Agent -
Uses of Agent in org.osid.authentication
Methods in org.osid.authentication that return AgentModifier and TypeMethodDescriptionAgentAdminSession.createAgent(AgentForm agentForm) Creates a newAgent.Gets theAgentspecified by itsId.AgentList.getNextAgent()Gets the nextAgentin this list.Agent[]AgentList.getNextAgents(long n) Gets the next set ofAgentelements in this list which must be less than or equal to the number returned fromavailable(). -
Uses of Agent in org.osid.authentication.keys
Methods in org.osid.authentication.keys that return Agent -
Uses of Agent in org.osid.authentication.process
Methods in org.osid.authentication.process that return Agent -
Uses of Agent in org.osid.authorization
Methods in org.osid.authorization that return Agent -
Uses of Agent in org.osid.bidding
Methods in org.osid.bidding that return Agent -
Uses of Agent in org.osid.blogging
Methods in org.osid.blogging that return Agent -
Uses of Agent in org.osid.commenting
Methods in org.osid.commenting that return AgentModifier and TypeMethodDescriptionComment.getCommentingAgent()Gets the agent who created this comment. -
Uses of Agent in org.osid.filing
Methods in org.osid.filing that return Agent -
Uses of Agent in org.osid.filing.allocation
Methods in org.osid.filing.allocation that return Agent -
Uses of Agent in org.osid.forum
Methods in org.osid.forum that return AgentModifier and TypeMethodDescriptionPost.getPostingAgent()Gets the posting agent of this post.Reply.getPostingAgent()Gets the posting of this entry. -
Uses of Agent in org.osid.grading
Methods in org.osid.grading that return AgentModifier and TypeMethodDescriptionGradeEntry.getGradingAgent()Gets theAgentthat created this entry. -
Uses of Agent in org.osid.hold
Methods in org.osid.hold that return Agent -
Uses of Agent in org.osid.inquiry
Methods in org.osid.inquiry that return Agent -
Uses of Agent in org.osid.installation
Methods in org.osid.installation that return Agent -
Uses of Agent in org.osid.journaling
Methods in org.osid.journaling that return Agent -
Uses of Agent in org.osid.logging
Methods in org.osid.logging that return Agent -
Uses of Agent in org.osid.messaging
Methods in org.osid.messaging that return AgentModifier and TypeMethodDescriptionReceipt.getReceivingAgent()Gets theAgentthat received this message at this endpoint.Message.getSendingAgent()Gets the sending agent of this message. -
Uses of Agent in org.osid.ordering
Methods in org.osid.ordering that return AgentModifier and TypeMethodDescriptionOrder.getClosingAgent()Gets the agent who closed the order.Order.getSubmittingAgent()Gets the agent who submitted the order. -
Uses of Agent in org.osid.profile
Methods in org.osid.profile that return Agent -
Uses of Agent in org.osid.provisioning
Methods in org.osid.provisioning that return AgentModifier and TypeMethodDescriptionRequest.getRequestingAgent()Gets the requesting agent.ProvisionReturn.getReturningAgent()Gets the returning agent.RequestTransaction.getSubmittingAgent()Gets the submitting agent. -
Uses of Agent in org.osid.proxy
Methods in org.osid.proxy that return AgentModifier and TypeMethodDescriptionProxy.getEffectiveAgent()Gets the effectiveAgentfor this proxy. -
Uses of Agent in org.osid.tracking
Methods in org.osid.tracking that return AgentModifier and TypeMethodDescriptionLogEntry.getAgent()Gets the agent.Issue.getClosingAgent()Gets the agent of the closer.Issue.getCreatingAgent()Gets the creating agent of this issue.Issue.getReopeningAgent()Gets the reopening agent of this issue.Issue.getResolvingAgent()Gets the resolving agent of this issue. -
Uses of Agent in org.osid.voting
Methods in org.osid.voting that return Agent -
Uses of Agent in org.osid.workflow.event
Methods in org.osid.workflow.event that return AgentModifier and TypeMethodDescriptionWorkflowEvent.getWorkingAgent()Gets the agent that caused this event.