MAK RTIspy API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
rti1516_2025::Credentials Class Reference
+ Inheritance diagram for rti1516_2025::Credentials:
+ Collaboration diagram for rti1516_2025::Credentials:

Public Member Functions

 Credentials (std::wstring const &type, VariableLengthData const &data)
 
virtual ~Credentials () noexcept=default
 
 Credentials (Credentials const &rhs)=default
 
std::wstring const & getType () const
 Returns the type of these credentials. More...
 
VariableLengthData const & getData () const
 

Private Attributes

std::wstring _type
 
VariableLengthData _data
 

Constructor & Destructor Documentation

rti1516_2025::Credentials::Credentials ( std::wstring const &  type,
VariableLengthData const &  data 
)
inline
virtual rti1516_2025::Credentials::~Credentials ( )
virtualdefaultnoexcept
rti1516_2025::Credentials::Credentials ( Credentials const &  rhs)
default

Member Function Documentation

VariableLengthData const& rti1516_2025::Credentials::getData ( ) const
inline
std::wstring const& rti1516_2025::Credentials::getType ( ) const
inline

Returns the type of these credentials.

Predefined types are: HLAplainTextPassword HLAnoCredentials

User-defined authorizer libraries can support new types of credentials.

Returns
type of these credentials

Member Data Documentation

VariableLengthData rti1516_2025::Credentials::_data
private
std::wstring rti1516_2025::Credentials::_type
private

The documentation for this class was generated from the following file:

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)