Profile __construct(
$p_id
)
|
|
Parameters:
API Tags:
void addAttribute(
$attr_name,
$attr_value,
$eap_type
)
|
|
Parameters:
|
$attr_name: |
|
|
$attr_value: |
|
|
$eap_type: |
|
API Tags:
void addSupportedEapMethod(
string
$type, int
$preference
)
|
|
register new supported EAP method for this profile
Parameters:
string |
$type: |
Display name of EAP Type (e.g. "TTLS-PAP") |
int |
$preference: |
preference of this EAP Type. If a preference value is re-used, the order of EAP types of the same preference level is undefined. |
API Tags:
deletes the profile from database and uninstantiates itself
API Tags:
void flushAttributes(
$eap_type
)
|
|
Parameters:
API Tags:
void flushSupportedEapMethods(
)
|
|
removes all supported EAP methods
API Tags:
void getAnonymousIDSupport(
)
|
|
returns FALSE if anonymous outer ID support if disabled, or the realm if it is enabled
API Tags:
getAttibutes() returnes an array of attributes, including options (as an array) if no argument is given, only the profile-wide options are returned
API Tags:
void getCollapsedAttributes(
)
|
|
API Tags:
void getEapMethodsinOrderOfPreference(
)
|
|
API Tags:
void isEapTypeDefinitionComplete(
$eaptype
)
|
|
Parameters:
API Tags:
void setAnonymousIDSupport(
boolean
$shallwe, string
$realm
)
|
|
toggle anonID support
Parameters:
boolean |
$shallwe: |
|
string |
$realm: |
|
API Tags: