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:
parent
6d9972fcf9
commit
9d770f468a
|
@ -34,4 +34,14 @@ public class AuthenticationConstants
|
||||||
*/
|
*/
|
||||||
public static final String AUTHN_RUNTIME_EXCEPTION = "2";
|
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";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue