|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER GetAttribute (integer, character) |
This method retrieves an attribute for the specified user account. |
|
+ | CHARACTER GetAttributeNames (integer) |
This method retrieves the name assigned to the attributes |
|
# | CHARACTER GetSmartUserGroupsAsRoles (integer) |
Returns the SmartFramework UserGroups of the current user as
Roles |
|
+ | CHARACTER GetUserNames () |
This method retrieves all the user names associated with the user
account. |
|
+ | CHARACTER GetUserNamesByQuery (character) |
This method retrieves the user names that match the input query string. |
|
+ | LOGICAL RemoveAttribute (integer, character) |
This method deletes the value of the given attribute |
|
+ | LOGICAL SetAttribute (integer, character, character) |
This method assigns a new value to the given attribute. |
|
+ | LOGICAL ValidatePassword (integer, character) |
Validates a users password |
|
+ | LOGICAL ValidatePassword (integer, character, character, character) |
Performs digest based password validation |
|
+ | INTEGER ValidateUser (character) |
Called by the REST Adapter to validate a user |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartHybridRealm () |
Constructor for the SmartHybridRealm class |
Top
PUBLIC CHARACTER GetAttribute (integer, character)
|
|||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER GetAttributeNames (integer)
|
|||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetSmartUserGroupsAsRoles (integer)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetUserNames ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetUserNamesByQuery (character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RemoveAttribute (integer, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SetAttribute (integer, character, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL ValidatePassword (integer, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL ValidatePassword (integer, character, character, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER ValidateUser (character)
|
PUBLIC SmartHybridRealm ()
|
---|