org.opensaml.artifact
Interface SAMLArtifactChecking

All Known Implementing Classes:
ArtifactParseException, ArtifactParserException, InvalidArgumentException, NullArgumentException, SAMLArtifact, SAMLArtifactType0001, SAMLArtifactType0002

public interface SAMLArtifactChecking

Useful constants for artifact implementations.


Field Summary
static int HANDLE_LENGTH
           
static int IDENTIFIER_LENGTH
           
static String INVALID_ARG_ERROR_MSG
           
static String LENGTH_ERROR_MSG
           
static String NULL_ARG_ERROR_MSG
           
static String PARSE_ERROR_MSG
           
static String PARSER_ERROR_MSG
           
static String TYPE_CODE_ERROR_MSG
           
 

Field Detail

IDENTIFIER_LENGTH

static final int IDENTIFIER_LENGTH
See Also:
Constant Field Values

HANDLE_LENGTH

static final int HANDLE_LENGTH
See Also:
Constant Field Values

INVALID_ARG_ERROR_MSG

static final String INVALID_ARG_ERROR_MSG
See Also:
Constant Field Values

NULL_ARG_ERROR_MSG

static final String NULL_ARG_ERROR_MSG
See Also:
Constant Field Values

TYPE_CODE_ERROR_MSG

static final String TYPE_CODE_ERROR_MSG
See Also:
Constant Field Values

LENGTH_ERROR_MSG

static final String LENGTH_ERROR_MSG
See Also:
Constant Field Values

PARSER_ERROR_MSG

static final String PARSER_ERROR_MSG
See Also:
Constant Field Values

PARSE_ERROR_MSG

static final String PARSE_ERROR_MSG
See Also:
Constant Field Values


Copyright ? 2005 UCAID. All Rights Reserved.