Microsoft SDK for Java

getSecurityContext

This method of the SecurityClassLoader Class retrieves the security context object associated with the class loader. Currently, this returns the codebase URL.

Syntax

public Object getSecurityContext();

Return Value

Returns the codebase URL associated with the class loader.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.