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

E80355-01

Subject Class Reference

#include <coherence/security/auth/Subject.hpp>

Inherits Object.

Inherited by GenericSubject [virtual].

List of all members.


Detailed Description

A Subject represents a grouping of related information for a single entity, such as a person.

See also:
coherence::security::Principal
Author:
jh 2007.12.20

Public Types

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

Public Member Functions

virtual Set::View getPrincipals () const =0
 Return the set of Principals associated with the Subject.

Member Function Documentation

virtual Set::View getPrincipals (  )  const [pure virtual]

Return the set of Principals associated with the Subject.

Returns:
the set of Principals associated with the Subject

Implemented in GenericSubject.


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