Identity.Identity

Identity.Identity

Class Overview | Class Members | This Package | All Packages

Syntax 1
protected Identity()
Description
Constructor for serialization only.



Syntax 2
public Identity( String name, IdentityScope scope ) throws KeyManagementException
Parameters
name
the identity name.
scope
the scope of the identity.
Description
Constructs an identity with the specified name and scope.

Exceptions
KeyManagementException if there is already an identity with the same name in the scope.



Syntax 3
public Identity( String name )
Parameters
name
the identity name.
Description
Constructs an identity with the specified name and no scope.