IdentityScope.IdentityScope
Class Overview | Class Members | 
  This Package | 
All Packages
 protected IdentityScope()
Description
 This constructor is used for serialization only and should not
 be used by subclasses.
 public IdentityScope( String name )
Parameters
-  name 
-  the scope name.
  
Description
 Constructs a new identity scope with the specified name.
  
 public IdentityScope( String name,
                      IdentityScope scope ) throws KeyManagementException
Parameters
-  name 
-  the scope name.
    
-  scope 
-  the scope for the new identity scope.
    
Description
 Constructs a new identity scope with the specified name and scope.
  
Exceptions
 KeyManagementException
     if there is already an identity
 with the same name in the scope.