semi合集-English.pdf - 第3365页

SEMI E132-0305 © SEMI 2004, 2005 18 Table 26 ActiveSessio n Association Definitions Association Role Name Definition Comments sessionEndPoint Addressing information for sending notifications to the authenticated Pri ncip…

100%1 / 7923
SEMI E132-0305 © SEMI 2004, 2005 17
Table 23 UnrecognizedPrivilegeError Association Definitions
Attribute Name Definition Form
requiredPrivileges List of one or more privileges not recognized by the equipment. List of one or more elements of
type Privilege, Section 11.2.10.
12.3.3.3 DefinedPrivilege — This class is used to describe privileges supported by the equipment. The equipment
shall maintain the list of supported privileges in non-volatile memory.
Figure 11
DefinedPrivilege Description
Table 24 DefinedPrivileges Attribute Definitions
Attribute Name Definition Form
privilegeId Identifier for the privilege, same as id of privilege in ACL definition. Referred
to by the Security Admin in defining ACL entries.
Text, unique across all
Privileges.
description A human-readable description of the privilege clearly describing the
consequences of granting this privilege to a Principal.
Text.
12.3.3.4 ActiveSession — This class describes an active session on the equipment. Not all communication protocols
require the specification of a separate endpoint. Any implementation of this specification must define requirements
for the presence or absence of the endpoint information provided for sessions (see Section 13.2.6).
Figure 12
ActiveSession Description
Table 25 ActiveSession Attribute Definitions
Attribute Name Definition Form
sessionId Unique session identifier established between the client
and the equipment.
Text.
isPersistent Whether session is persistent or not, see Section 13.2.3
regarding making sessions persistent.
Boolean.
clientId Client identifier as authenticated by the equipment. Text.
clientId
1 0..1
url
isPersistent
sessionId
ActiveSession
sessionEndPoint
EndPoint
HTTPEndPoint
DefinedPrivilege
description
privilegeId
SEMI E132-0305 © SEMI 2004, 2005 18
Table 26 ActiveSession Association Definitions
Association Role Name Definition Comments
sessionEndPoint Addressing information for sending notifications to the
authenticated Principal.
Structured data, of any type derived from
EndPoint, defined in Section 12.3.3.4.1.
12.3.3.4.1 EndPoint — An abstract data type used to describe a communication end point. This specification only
defines end points using the HTTP protocol, although others are possible depending on the communication protocol.
Any implementation of this specification must define requirements for the support of separate endpoint addresses,
and any additional EndPoint subclasses required for the communication protocol used. This class has no attributes
or associations.
12.3.3.4.2 HTTPEndPoint — This class is used to describe addressing information that the equipment is to use for
sending notifications to clients where the communication protocol in use is based on HTTP.
Table 27 HTTPEndPoint Attribute Definitions
Attribute Name Definition Form
url HTTP URL of communication end point. Text, formatted according to the IETF RFC 2396
specification for URL syntax.
12.4 Equipment Console Interfaces
12.4.1 The equipment manufacturer shall provide access to the SecurityAdmin operations from the equipment
console.
13 Session Communications
13.1 Session Message Flow — Figure 13 shows an example of a typical message flow for an authenticated
communication session.
Client Equipment
Session Establishment
Service Request/Response
Close Session
Session Closed
Verify Authorizations
Client Authenticated
.
.
Authentication
Session Established
Figure 13
Session Message Flow
13.1.1 Authentication — Authentication message flow as described in Section 10 in which both client and
equipment mutually verify each other’s identity.
SEMI E132-0305 © SEMI 2004, 2005 19
13.1.2 Session Establishment — Session establishment in this specification is achieved by sending a
EstablishSession request following authentication. EstablishSession includes the client’s end point (if necessary) for
equipment notifications (see Section 13.2.6). Upon receiving the request, the equipment determines if the
authenticated client has a corresponding ACLEntry. If so, a new session is created for the client if possible (see
Section 13.2.6), and generates a unique session identifier for it. The session identifier is returned to the client in the
EstablishSession response for use in subsequent requests. Every session established on the equipment has
associated with it a unique session identifier, the client’s id, and end point address. Once established, the session is
granted the Privileges assigned to the client based on the corresponding ACLEntry for that client (Principal).
Changes to the ACL do not affect the Privileges of sessions established prior to the change..
13.1.3 Service Request and Response — Service requests, as defined by any interface specification that requires
authenticated communications and authorization, are made. The unique session identifier required for authorization
is carried in reserved session headers within the implementation protocol (see Section 10.2).
13.1.4 Close Session — Request by a client to terminate an authenticated session. Upon receiving this request, the
equipment clears all context information related to that session, including closing any existing, active connection,
and terminating any activities initiated by the client during the session.
13.2 SessionManager Interface
13.2.1 The equipment shall implement the session management operations defined in this section. These operations
are accessible to any client after an authenticated session is established, including the security admin.
EstablishSession()
PersistSession()
SessionPing()
CloseSession()
«interface»
SessionManager
Figure 14
Generic Session Services
13.2.2 SessionManager Operations
Table 28 SessionManager Operations
Operation Description Type Requestor/
Sender
Responder/
Receiver
PersistSession Requests equipment to persist current session. RR Client Equipment
SessionPing Checks if remote entity is still active. RR Client Equipment
CloseSession Requests to close and terminate current or specified session. RR Client Equipment
EstablishSession Request to establish a new authenticated session and to set
client end point.
RR Client Equipment
13.2.3 PersistSession — Upon receiving this request, if the client is requesting that the session be persisted, the
equipment shall store the client’s current session context including the session identifier, any client endpoint
addressing information, and session privileges to non-volatile memory. Once the session has been persisted, it
remains active across equipment shutdowns, reactivating as soon as the equipment is in a state where it can support
external communications. Persistent sessions can still be terminated if the equipment determines that the client is
unreachable. For further details, see the Session Monitoring state of Session State Model, defined in Section
14.3.2.7. See session state transitions (Table 30) into and out of the Frozen state for required behavior on freezing
and resuming persistent sessions. If the client uses this operation to remove persistence from the session state, the
equipment can remove the client’s session context from non-volatile memory, and shall not re-activate this session
automatically at equipment startup.