Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.service.policystore.info
Interface CodeSourceEntry


public interface CodeSourceEntry

A representation of a code source.

Note: This interface is defined as a mechanism to exchange information only. The consumer must not implement this interface. Rather, the consumer should rely upon the existing public classes that implement this interface.

Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/service/policystore/info/CodeSourceEntry.java /st_entsec_11.1.1.7.0/2 2012/10/22 20:36:37 junyhe Exp $

Method Summary
 java.security.CodeSource getCodeSource()
           
 java.lang.String getURL()
           

 

Method Detail

getURL

java.lang.String getURL()

getCodeSource

java.security.CodeSource getCodeSource()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.