(file) Return to CIM_AuthenticateForUse.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_AuthenticateForUse 
 6           // ==================================================================
 7              [Association, Deprecated { "No value" }, 
 8               Version ( "2.8.0" ), 
 9               UMLPackagePath ( "CIM::User::AuthenticationReqmt" ), 
10               Description ( 
11                  "CIM_AuthenticateForUse is an association used to provide an "
12                  "AuthenticationService with the AuthenticationRequirement it "
13                  "needs to do its job. This association is unnecessary and "
14                  "therefore deprecated, since it is implied that an Identity "
15                  "MUST be authenticated (its CurrentlyAuthenticatedBoolean set "
16                  "to TRUE) in order to have any Privileges." )]
17           class CIM_AuthenticateForUse : CIM_Dependency {
18           
19                 [Deprecated { "No value" }, 
20                  Override ( "Antecedent" ), 
21                  Description ( "AuthenticationRequirementfor use." )]
22 marek 1.1    CIM_AuthenticationRequirement REF Antecedent;
23           
24                 [Deprecated { "No value" }, 
25                  Override ( "Dependent" ), 
26                  Description ( 
27                     "AuthenticationServicethat uses the requirements." )]
28              CIM_AuthenticationService REF Dependent;
29           
30           
31           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2