AnyConnect Secure Mobility Client 5.1.10.233
PromptEntryBase::GroupAttributes Class Reference

Public Member Functions

 GroupAttributes (const GroupAttributes &existingGroupAttr)
 
GroupAttributesoperator= (const GroupAttributes &existingGroupAttr)
 

Public Attributes

bool CredRequired
 
bool UsesSDIAuth
 
bool UsernameEditable
 
tstring Username
 
bool SecondaryUsernameEditable
 
tstring SecondaryUsername
 
bool UsesSecondaryAuth
 

Constructor & Destructor Documentation

◆ GroupAttributes() [1/2]

PromptEntryBase::GroupAttributes::GroupAttributes ( )
inline
120 :
121 CredRequired(true),
122 UsesSDIAuth(false),
123 UsernameEditable(true),
124 SecondaryUsernameEditable(true),
125 UsesSecondaryAuth(false)
126 {
127 }

◆ GroupAttributes() [2/2]

PromptEntryBase::GroupAttributes::GroupAttributes ( const GroupAttributes & existingGroupAttr)
inlineexplicit
133 {
134 deepCopy(existingGroupAttr);
135 }

Member Function Documentation

◆ operator=()

GroupAttributes & PromptEntryBase::GroupAttributes::operator= ( const GroupAttributes & existingGroupAttr)
inline
141 {
142 return deepCopy(existingGroupAttr);
143 }