JSR-62 (Final)

Uses of Class
java.security.CodeSource

Packages that use CodeSource
java.net   
java.security   
 

Uses of CodeSource in java.net
 

Methods in java.net with parameters of type CodeSource
protected  PermissionCollection URLClassLoader.getPermissions(CodeSource codesource)
          Returns the permissions for the given codesource object.
 

Uses of CodeSource in java.security
 

Methods in java.security that return CodeSource
 CodeSource ProtectionDomain.getCodeSource()
          Returns the CodeSource of this domain.
 

Methods in java.security with parameters of type CodeSource
abstract  PermissionCollection Policy.getPermissions(CodeSource codesource)
          Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed for code from the specified code source.
protected  Class SecureClassLoader.defineClass(String name, byte[] b, int off, int len, CodeSource cs)
          Converts an array of bytes into an instance of class Class, with an optional CodeSource.
protected  PermissionCollection SecureClassLoader.getPermissions(CodeSource codesource)
          Returns the permissions for the given CodeSource object.
 boolean CodeSource.implies(CodeSource codesource)
          Returns true if this CodeSource object "implies" the specified CodeSource.
 

Constructors in java.security with parameters of type CodeSource
ProtectionDomain(CodeSource codesource, PermissionCollection permissions)
          Creates a new ProtectionDomain with the given CodeSource and Permissions.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.