org.jboss.security.auth.login
Interface SunConfigParserConstants
- All Known Implementing Classes:
- SunConfigParser, SunConfigParserTokenManager
public interface SunConfigParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
OPEN_BKT
static final int OPEN_BKT
- See Also:
- Constant Field Values
CLOSE_BKT
static final int CLOSE_BKT
- See Also:
- Constant Field Values
SEMI_COLON
static final int SEMI_COLON
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
CONTROL_FLAG
static final int CONTROL_FLAG
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
CLASSNAME
static final int CLASSNAME
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
ANY
static final int ANY
- See Also:
- Constant Field Values
NOTSPACE_EQUALS
static final int NOTSPACE_EQUALS
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2009 JBoss Inc.. All Rights Reserved.