18#ifndef _DECAF_SECURITY_PRINCIPAL_H_
19#define _DECAF_SECURITY_PRINCIPAL_H_
Base interface for a principal, which can represent an individual or organization.
Definition Principal.h:32
virtual std::string getName() const =0
Provides the name of this principal.
virtual bool equals(const Principal &another) const =0
Compares two principals to see if they are the same.
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25