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 GranteeEntry


public interface GranteeEntry

A representation of a principal(user/group/role) or codesource granted with some permissions.

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/GranteeEntry.java /st_entsec_11.1.1.7.0/1 2012/10/22 20:36:38 junyhe Exp $

Method Summary
 boolean equals(java.lang.Object another)
           
 CodeSourceEntry getCodeSourceEntry()
           
 java.util.List<PrincipalEntry> getPrincipalEntries()
           

 

Method Detail

getCodeSourceEntry

CodeSourceEntry getCodeSourceEntry()

getPrincipalEntries

java.util.List<PrincipalEntry> getPrincipalEntries()

equals

boolean equals(java.lang.Object another)
Overrides:
equals in class java.lang.Object

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.