| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeSource | |
|---|---|
| java.net | Provides the classes for implementing networking applications. | 
| java.security | Provides the classes and interfaces for the security framework. | 
| javax.security.auth | This package provides a framework for authentication and authorization. | 
| 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 | |
|---|---|
| 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  Class<?> | SecureClassLoader.defineClass(String name,
            ByteBuffer b,
            CodeSource cs)Converts a ByteBufferinto an instance of class Class, with an optional 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  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. | |
| ProtectionDomain(CodeSource codesource,
                 PermissionCollection permissions,
                 ClassLoader classloader,
                 Principal[] principals)Creates a new ProtectionDomain qualified by the given CodeSource, Permissions, ClassLoader and array of Principals. | |
| Uses of CodeSource in javax.security.auth | 
|---|
| Methods in javax.security.auth with parameters of type CodeSource | |
|---|---|
| abstract  PermissionCollection | Policy.getPermissions(Subject subject,
               CodeSource cs)Deprecated. Retrieve the Permissions granted to the Principals associated with the specified CodeSource. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.