Package org.openwms.core.uaa
Class MessageCodes
java.lang.Object
org.openwms.core.uaa.MessageCodes
A MessageCodes.
- Author:
- Heiko Scherrer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThrown if a Grant already exists.static final StringThrown if a service method was called with expected modulename but that wasnull.static final StringThrown if a Role has been looked up by persistent key but hasn't been found.static final StringThrown if a SecurityObject has been looked up by persistent key but hasn't been found.static final StringThrown if an User to persist already exists.static final StringThrown if changing a User's password was requested, but the new password does not match the defined password rules.static final StringThrown if saving a User was requested withnullargument.static final StringThrown if an User has been looked up but hasn't been found.static final StringThrown if an User has been looked up but hasn't been found.static final StringThrown if an User to persist already exists.static final StringThrown if an User has been looked up but hasn't been found.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
USER_ALREADY_EXISTSThrown if an User to persist already exists.- See Also:
 
- 
USER_WITH_PKEY_ALREADY_EXISTSThrown if an User to persist already exists.- See Also:
 
- 
USER_WITH_PKEY_NOT_EXISTThrown if an User has been looked up but hasn't been found.- See Also:
 
- 
USER_WITH_PK_NOT_EXISTThrown if an User has been looked up but hasn't been found.- See Also:
 
- 
USER_WITH_NAME_NOT_EXISTThrown if an User has been looked up but hasn't been found.- See Also:
 
- 
USER_SAVE_NOT_BE_NULLThrown if saving a User was requested withnullargument.- See Also:
 
- 
USER_PW_INVALIDThrown if changing a User's password was requested, but the new password does not match the defined password rules.- See Also:
 
- 
ROLE_WITH_PKEY_NOT_EXISTThrown if a Role has been looked up by persistent key but hasn't been found.- See Also:
 
- 
GRANT_WITH_NAME_ALREADY_EXISTSThrown if a Grant already exists.- See Also:
 
- 
SO_WITH_PKEY_NOT_EXISTThrown if a SecurityObject has been looked up by persistent key but hasn't been found.- See Also:
 
- 
MODULENAME_NOT_NULLThrown if a service method was called with expected modulename but that wasnull.- See Also:
 
 
- 
- 
Constructor Details- 
MessageCodesprivate MessageCodes()
 
-