Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.IdentityScope

Uses of IdentityScope in java.security
 

Fields in java.security declared as IdentityScope
private static IdentityScope IdentityScope.systemScope
          Deprecated.  
private  IdentityScope Identity.scope
          Deprecated.  
 

Methods in java.security that return IdentityScope
static IdentityScope IdentityScope.getSystemScope()
          Deprecated. Returns the system's Scope.
 IdentityScope Identity.getScope()
          Deprecated.  
 

Methods in java.security with parameters of type IdentityScope
protected static void IdentityScope.setSystemScope(IdentityScope scope)
          Deprecated. Sets the scope of the system.
 

Constructors in java.security with parameters of type IdentityScope
Signer(java.lang.String name, IdentityScope scope)
          Deprecated. Constructs a new instance of Signer with the specified identity name and IdentityScope.
IdentityScope(java.lang.String name, IdentityScope scope)
          Deprecated. Constructs a new instance of IdentityScope with the specified name and IdentityScope.
Identity(java.lang.String name, IdentityScope scope)
          Deprecated. Constructs a new instance of Identity with the specified name and scope.