![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
String | getAttributeUnique (final String attribute) |
String | getAttributeNotNull (final String attribute) |
String | getAttributeInvalid (final String attribute, final String value) |
String | getAttributeNotFound (String attribute) |
String | getAttributeDeletionNotAllowed (String attribute1, String attribute2) |
String | getAttributePasswordInvalid () |
String | getAttribute2faNotConfiured () |
String | getAttribute2faNotEnabled () |
String | getUnauthorizedMessage () |
String | getAttributeNotvalid (final String attribute) |
String | getAttributePasswordShouldNotSame () |
String | getAttributePasswordLength (final String min, final String max) |
String | getAttributePasswordMustContain () |
String | getAttributePasswordMustNotContain () |
The Class MessageUtil.
Definition at line 13 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttribute2faNotConfiured | ( | ) |
Gets the attribute 2 fa not confiured.
Definition at line 126 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttribute2faNotEnabled | ( | ) |
Gets the attribute 2 fa not enabled.
Definition at line 135 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributeDeletionNotAllowed | ( | String | attribute1, |
String | attribute2 | ||
) |
Gets the attribute deletion not allowed.
attribute1 | the attribute 1 |
attribute2 | the attribute 2 |
Definition at line 107 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributeInvalid | ( | final String | attribute, |
final String | value | ||
) |
Gets the attribute invalid.
attribute | the attribute |
value | the value |
Definition at line 86 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributeNotFound | ( | String | attribute | ) |
Gets the attribute not found.
attribute | the attribute |
Definition at line 96 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributeNotNull | ( | final String | attribute | ) |
Gets the attribute not null.
attribute | the attribute |
Definition at line 75 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributeNotvalid | ( | final String | attribute | ) |
Gets the attribute not valid.
attribute | the attribute |
Definition at line 154 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributePasswordInvalid | ( | ) |
Gets the attribute password invalid.
Definition at line 117 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributePasswordLength | ( | final String | min, |
final String | max | ||
) |
Gets the attribute password length.
min | the min |
max | the max |
Definition at line 174 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributePasswordMustContain | ( | ) |
Gets the attribute password must contain.
Definition at line 183 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributePasswordMustNotContain | ( | ) |
Gets the attribute password must not contain.
Definition at line 192 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributePasswordShouldNotSame | ( | ) |
Gets the attribute password should not same.
Definition at line 163 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getAttributeUnique | ( | final String | attribute | ) |
Gets the attribute unique.
attribute | the attribute |
Definition at line 65 of file MessageUtils.java.
String org.usermanagement.util.MessageUtils.getUnauthorizedMessage | ( | ) |
Gets the unauthorized message.
Definition at line 144 of file MessageUtils.java.