add new constants

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1421131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-13 08:35:09 +00:00
parent 6d9972fcf9
commit 9d770f468a
1 changed files with 10 additions and 0 deletions

View File

@ -34,4 +34,14 @@ public class AuthenticationConstants
*/
public static final String AUTHN_RUNTIME_EXCEPTION = "2";
/**
* @since 2.1
*/
public static final String AUTHN_LOCKED_USER_EXCEPTION = "3";
/**
* @since 2.1
*/
public static final String AUTHN_MUST_CHANGE_PASSWORD_EXCEPTION = "4";
}