Package org.osid.authentication
The Open Service Interface Definitions for the org.osid.authentication service.
The Authentication OSID manages authenticated entities.
Agent
The Authentication OSID defines an Agent to represent the
identity of the authenticated entity. An Agent may map to a specific
authentication principal while some providers may elect to hide multiple
authentication principals behind a single Agent . Because principal
identities tend not to be durable and persistent, consumers should always
persist the Id .
Resource Mapping
An Agent may be mapped to a Resource in the Resource
OSID. A Resource may map to multiple Agents but an
Agent may only map to a single Resource. In the case of a person, a person
may be utilize a number of authentication technologies each with a
different authentication identity. Decoupling the authentication identity
from that of ther person is to provide a means of integrating multiple
services where different authentication identities exist for a person that
impact the handling of authorization.
Authorization
Authorization is a separate service. The Authorization OSID manages
what functions the Agent is authorized to perform and references
the Agent Id . The Authentication OSID is only responsible
for identity management of the Agent .
Each Agent of a Resource may be used to define distinct
security levels of assurance (although the paranoid may opt for defining a
pseudo-resource for each Agent ). These security levels of
assurance can be linked to the Agent Type and managed in
the Authorization OSID. The Agent Type would be an
indicator of the authentication strength and although it may correlate to a
specific authentication technology, coupling it too tightly to a particular
technology may limit flexibility.
Certain consumers may wish to be notified of changes within the
service. Authentication supports notifications via an
AgentNotificationSession .
if (manager.supportsAgentNotification()) {
AgentNotificationSession ans = manager.getAgentNotificationSession(receiver);
ans.registerForNewAgents();
hangAround();
}
AgentReceiver receiver {
newAgent(Id agentId) { print("new agent"); }
changedAgent(Id agentId) { print("updated agent"); }
deletedAgent(Id agentId) { print("deleted agent"); }
}
Agency Cataloging
Agents are organized into federateable Agency
OsidCatalogs .
Sub Packages
The Authentication OSID includes an Authentication Key OSID for
managing private keys associated with an Agent and an
Authentication Process OSID for acquiring and validating authentication
credentials. It slaos includes an Authentication Batch OSID for managing
Agents and Agencies in bulk.
Copyright © 2002-2004, 2007 Massachusetts Institute of Technology.
Copyright © 2009 Ingenescus. All Rights Reserved.
This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.
Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.
You may modify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.
This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.
The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.
-
InterfacesClassDescriptionAn agency defines a collection of agents.This session creates, updates, and deletes
Agencies.This is the form for creating and updating agencies.This session defines methods for managing a hierarchy ofAgencyobjects.This session defines methods for traversing a hierarchy ofAgencyobjects.Like allOsidLists,AgencyListprovides a means for accessingAgencyelements sequentially either one at a time or many at a time.This session provides methods for retrievingAgencyobjects.This interface is a container for a partial hierarchy retrieval.Like allOsidLists,AgencyNodeListprovides a means for accessingAgencyNodeelements sequentially either one at a time or many at a time.This session defines methods to receive notifications on adds/changes toAgencyobjects.This is the query for searching agencies.This is the query inspector for examining queries.This session provides methods for searching amongAgencyobjects.The agency receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedAgencyobjects.The interface for governing agency searches.An interface for specifying the ordering of search results.This interface provides a means to capture results of a search.This session provides methods for searching amongAgencyobjects.AnAgentrepresents an authenticatable identity.This session creates, updates, and deletesAgents.This session provides methods to re-assignAgentstoAgencies.This session provides methods to retrieveAgentstoAgencymappings.This is the form for creating and updatingAgents.Like allOsidFormobjects, various data elements may be set here for use in the create and update methods in theAgentAdminSession.Like allOsidLists,AgentListprovides a means for accessingAgentelements sequentially either one at a time or many at a time.This session provides methods for retrievingAgentobjects.This session defines methods to receive asynchronous notifications on adds/changes toAgentobjects.This is the query for searching agents.This is the query inspector for examining agent queries.This session provides methods for searchingAgents.The agent receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedAgentobjects.AgentSearchdefines the interface for specifying agent search options.An interface for specifying the ordering of search results.This interface provides a means to capture results of a search.This session provides methods for searchingAgents.This session manages queries and sequencing to create "smart" dynamic catalogs.The authentication manager provides access to authentication sessions and provides interoperability tests for various aspects of this service.TheAuthenticationProfiledescribes the interoperability among authentication services.The authentication proxy manager provides access to authentication sessions and provides interoperability tests for various aspects of this service.