Skip navigation links

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

E27155-01 ESAPI


oracle.security.jps.principals
Interface JpsPrincipal

All Superinterfaces:
java.security.Principal, java.io.Serializable
All Known Subinterfaces:
JpsAnonymousRole, JpsAnonymousUser, JpsApplicationRole, JpsAuthenticatedRole, JpsEnterpriseRole, JpsRole, JpsUser
All Known Implementing Classes:
ApplicationRole

public interface JpsPrincipal
extends java.security.Principal, java.io.Serializable

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getGuid()
           
 JpsPrincipalType getPrincipalType()
           
 java.lang.String getUniqueName()
           

 

Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString

 

Method Detail

getDescription

java.lang.String getDescription()

getDisplayName

java.lang.String getDisplayName()

getPrincipalType

JpsPrincipalType getPrincipalType()

getGuid

java.lang.String getGuid()

getUniqueName

java.lang.String getUniqueName()

Skip navigation links

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

E27155-01 ESAPI


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