Skip navigation links

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

E14650-03


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

All Superinterfaces:
GenericEntry

public interface JaccPolicyEntry
extends GenericEntry
Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String getCtxId()
           
 java.lang.String getCtxUniqueName()
           
 JavaPolicyEntry getExcludedPolicyEntries()
           
 JavaPolicyEntry getRolePolicyEntries()
           
 JavaPolicyEntry getUncheckedPolicyEntries()
           
 void setCtxid(java.lang.String ctxId)
           
 void setCtxUniqueName(java.lang.String ctxId)
           

 

Methods inherited from interface oracle.security.jps.service.policystore.info.GenericEntry
accepts, getParent, setParent

 

Method Detail

getUncheckedPolicyEntries

JavaPolicyEntry getUncheckedPolicyEntries()

getRolePolicyEntries

JavaPolicyEntry getRolePolicyEntries()

getExcludedPolicyEntries

JavaPolicyEntry getExcludedPolicyEntries()

getCtxId

java.lang.String getCtxId()

setCtxid

void setCtxid(java.lang.String ctxId)

getCtxUniqueName

java.lang.String getCtxUniqueName()

setCtxUniqueName

void setCtxUniqueName(java.lang.String ctxId)

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.