gluu
|
公開メンバ関数 | |
void | reloadConfiguration () |
boolean | isNumberRegistered (String number) |
SendCode | sendSMS (String number, String body) |
boolean | updateMobilePhonesAdd (String userId, List< VerifiedMobile > mobiles, VerifiedMobile newPhone) |
boolean | addPhone (String userId, VerifiedMobile newPhone) |
int | getPhonesTotal (String userId) |
List< VerifiedMobile > | getVerifiedPhones (String userId) |
変数 | |
LdapService | ldapService |
ObjectMapper | mapper |
非公開メンバ関数 | |
void | inited () |
VerifiedMobile | getExtraPhoneInfo (String number, List< VerifiedMobile > list) |
非公開変数類 | |
Logger | logger |
String | fromNumber |
MessageFactory | messageFactory |
An app. scoped bean to serve the purpose of sending SMS using the Twilio service
|
inline |
|
inlineprivate |
Creates an instance of VerifiedMobile by looking up in the list of VerifiedPhones passed. If the item is not found in the list, it means the user had already that phone added by means of another application, ie. oxTrust. In this case the resulting object will not have properties like nickname, etc. Just the phone number
number | Phone number (LDAP attribute "mobile" inside a user entry) |
list | List of existing phones enrolled. Ideally, there is an item here corresponding to the uid number passed |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
packageinherited |
|
private |
|
packageinherited |
|
private |