Open Kilda Java Documentation
org.usermanagement.util.MessageUtils Class Reference

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 ()
 

Detailed Description

The Class MessageUtil.

Definition at line 13 of file MessageUtils.java.

Member Function Documentation

◆ getAttribute2faNotConfiured()

String org.usermanagement.util.MessageUtils.getAttribute2faNotConfiured ( )

Gets the attribute 2 fa not confiured.

Returns
the attribute 2 fa not confiured

Definition at line 126 of file MessageUtils.java.

◆ getAttribute2faNotEnabled()

String org.usermanagement.util.MessageUtils.getAttribute2faNotEnabled ( )

Gets the attribute 2 fa not enabled.

Returns
the attribute 2 fa not enabled

Definition at line 135 of file MessageUtils.java.

◆ getAttributeDeletionNotAllowed()

String org.usermanagement.util.MessageUtils.getAttributeDeletionNotAllowed ( String  attribute1,
String  attribute2 
)

Gets the attribute deletion not allowed.

Parameters
attribute1the attribute 1
attribute2the attribute 2
Returns
the attribute deletion not allowed

Definition at line 107 of file MessageUtils.java.

◆ getAttributeInvalid()

String org.usermanagement.util.MessageUtils.getAttributeInvalid ( final String  attribute,
final String  value 
)

Gets the attribute invalid.

Parameters
attributethe attribute
valuethe value
Returns
the attribute invalid

Definition at line 86 of file MessageUtils.java.

◆ getAttributeNotFound()

String org.usermanagement.util.MessageUtils.getAttributeNotFound ( String  attribute)

Gets the attribute not found.

Parameters
attributethe attribute
Returns
the attribute not found

Definition at line 96 of file MessageUtils.java.

◆ getAttributeNotNull()

String org.usermanagement.util.MessageUtils.getAttributeNotNull ( final String  attribute)

Gets the attribute not null.

Parameters
attributethe attribute
Returns
the attribute not null

Definition at line 75 of file MessageUtils.java.

◆ getAttributeNotvalid()

String org.usermanagement.util.MessageUtils.getAttributeNotvalid ( final String  attribute)

Gets the attribute not valid.

Parameters
attributethe attribute
Returns
the attribute invalid

Definition at line 154 of file MessageUtils.java.

◆ getAttributePasswordInvalid()

String org.usermanagement.util.MessageUtils.getAttributePasswordInvalid ( )

Gets the attribute password invalid.

Returns
the attribute password invalid

Definition at line 117 of file MessageUtils.java.

◆ getAttributePasswordLength()

String org.usermanagement.util.MessageUtils.getAttributePasswordLength ( final String  min,
final String  max 
)

Gets the attribute password length.

Parameters
minthe min
maxthe max
Returns
the attribute password length

Definition at line 174 of file MessageUtils.java.

◆ getAttributePasswordMustContain()

String org.usermanagement.util.MessageUtils.getAttributePasswordMustContain ( )

Gets the attribute password must contain.

Returns
the attribute password must contain

Definition at line 183 of file MessageUtils.java.

◆ getAttributePasswordMustNotContain()

String org.usermanagement.util.MessageUtils.getAttributePasswordMustNotContain ( )

Gets the attribute password must not contain.

Returns
the attribute password must not contain

Definition at line 192 of file MessageUtils.java.

◆ getAttributePasswordShouldNotSame()

String org.usermanagement.util.MessageUtils.getAttributePasswordShouldNotSame ( )

Gets the attribute password should not same.

Returns
the attribute password should not same

Definition at line 163 of file MessageUtils.java.

◆ getAttributeUnique()

String org.usermanagement.util.MessageUtils.getAttributeUnique ( final String  attribute)

Gets the attribute unique.

Parameters
attributethe attribute
Returns
the attribute unique

Definition at line 65 of file MessageUtils.java.

◆ getUnauthorizedMessage()

String org.usermanagement.util.MessageUtils.getUnauthorizedMessage ( )

Gets the unauthorized message.

Returns
the unauthorized message

Definition at line 144 of file MessageUtils.java.


The documentation for this class was generated from the following file: