Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


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

All Superinterfaces:
PrincipalEntry
All Known Implementing Classes:
BasicPropertyPrincipalEntry

public interface PropertyPrincipalEntry
extends PrincipalEntry

A representation of a principal that has additional extensible attributes (and its value), represented as a Map<String,String> object in the policy store.

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.


Field Summary
static java.lang.String IDENTITY_DOMAIN_PROP_NAME
          The property key for Identity Domain

 

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Return the read only Properties object the principal handled,

 

Methods inherited from interface oracle.security.jps.service.policystore.info.PrincipalEntry
getAppID, getClassName, getDescription, getDisplayName, getGUID, getName, getPrincipal, getType, getUniqueName

 

Field Detail

IDENTITY_DOMAIN_PROP_NAME

static final java.lang.String IDENTITY_DOMAIN_PROP_NAME
The property key for Identity Domain
See Also:
Constant Field Values

Method Detail

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Return the read only Properties object the principal handled,
Returns:
Return the Properties object the principal handled

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.