Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-01

Principal Class Reference

#include <coherence/security/Principal.hpp>

Inherits Object.

Inherited by GenericPrincipal [virtual].

List of all members.


Detailed Description

A Principal represents a portion of an overall identity, such as a person, or group.

See also:
Subject
Author:
mf 2008.08.22

Public Types

typedef spec::Handle Handle
 Principal Handle definition.
typedef spec::View View
 Principal View definition.
typedef spec::Holder Holder
 Principal Holder definition.

Public Member Functions

virtual String::View getName () const =0
 Return the name of this principal.

Member Function Documentation

virtual String::View getName (  )  const [pure virtual]

Return the name of this principal.

Returns:
the name of this principal

Implemented in GenericPrincipal.


The documentation for this class was generated from the following file:
Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.