org.aselect.authspserver.authsp.nullauthsp
Class Errors

java.lang.Object
  extended by org.aselect.authspserver.authsp.nullauthsp.Errors

public class Errors
extends java.lang.Object

Null AuthSP error codes.

Description:
Error codes that are used by the Null AuthSP.

Concurrency issues:
-

Author:
Alfa & Ariss

Field Summary
static java.lang.String ERROR_NULL_ACCESS_DENIED
          Access is denied
static java.lang.String ERROR_NULL_COULD_NOT_AUTHENTICATE_USER
          User could not be authenticated
static java.lang.String ERROR_NULL_INTERNAL
          Internal error has occurred
static java.lang.String ERROR_NULL_INVALID_REQUEST
          An invalid request has been sent
static java.lang.String ERROR_NULL_SUCCESS
          No error
 
Constructor Summary
Errors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_NULL_SUCCESS

public static final java.lang.String ERROR_NULL_SUCCESS
No error

See Also:
Constant Field Values

ERROR_NULL_INTERNAL

public static final java.lang.String ERROR_NULL_INTERNAL
Internal error has occurred

See Also:
Constant Field Values

ERROR_NULL_INVALID_REQUEST

public static final java.lang.String ERROR_NULL_INVALID_REQUEST
An invalid request has been sent

See Also:
Constant Field Values

ERROR_NULL_ACCESS_DENIED

public static final java.lang.String ERROR_NULL_ACCESS_DENIED
Access is denied

See Also:
Constant Field Values

ERROR_NULL_COULD_NOT_AUTHENTICATE_USER

public static final java.lang.String ERROR_NULL_COULD_NOT_AUTHENTICATE_USER
User could not be authenticated

See Also:
Constant Field Values
Constructor Detail

Errors

public Errors()


Copyright © 2008 SURFnet BV. All Rights Reserved.