|
JCas v0.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cas.xml.AbstractCasSaxTagHandler cas.config.JCasCustomAuthorizationTag
Configuration object for CUSTOM authorizations.
Field Summary | |
static String |
DEFAULT_PWD_COLUMN
The default password column |
static String |
DEFAULT_TABLE_NAME
The default table name |
static String |
DEFAULT_UID_COLUMN
The default user column |
protected static String |
NAME
The tag name |
protected static String[] |
parents
The parents |
protected String |
pwdColumn
The pwd column |
protected String |
tableName
The table name |
protected String |
uidColumn
The uid column |
Constructor Summary | |
JCasCustomAuthorizationTag()
Creates a new instance of JCasCustomAuthorizationTag |
Method Summary | |
protected AbstractCasSaxTagHandler |
createHandler(String tagName,
Attributes attributes)
Returns a new instance of the handler for the specified sub tag. |
String[] |
getParentTagNames()
Returns the tag names of all possible parents. |
String |
getPwdColumn()
Returns the PWD column. |
protected String[] |
getSubTagNames()
Returns the tag names that can appear within this handler but actually do not contain other tags. |
String |
getTableName()
Returns the table name. |
String |
getTagName()
Returns the tag name this handler will take care of. |
String |
getUidColumn()
Returns the UID column. |
void |
tagCompleted()
Validates the configuration. |
Methods inherited from class cas.xml.AbstractCasSaxTagHandler |
characters, clear, endElement, getHandler, getSubHandler, getSubHandlerCount, getSubHandlers, getSubTag, getSubTag, getSubTagCount, getSubTags, ignoresUnknownTags, setAttributes, setIgnoreUnknownTags, startElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_TABLE_NAME
public static final String DEFAULT_UID_COLUMN
public static final String DEFAULT_PWD_COLUMN
protected static String NAME
protected static String[] parents
protected String tableName
protected String uidColumn
protected String pwdColumn
Constructor Detail |
public JCasCustomAuthorizationTag()
Method Detail |
protected AbstractCasSaxTagHandler createHandler(String tagName, Attributes attributes)
AbstractCasSaxTagHandler
createHandler
in class AbstractCasSaxTagHandler
tagName
- - name of the sub tag
public String[] getParentTagNames()
AbstractCasSaxTagHandler
getParentTagNames
in class AbstractCasSaxTagHandler
protected String[] getSubTagNames()
AbstractCasSaxTagHandler
getSubTagNames
in class AbstractCasSaxTagHandler
public String getTagName()
CasSaxTagHandler
public void tagCompleted() throws SAXException
AbstractCasSaxTagHandler
tagCompleted
in interface CasSaxTagHandler
tagCompleted
in class AbstractCasSaxTagHandler
SAXException
public String getTableName()
public String getUidColumn()
public String getPwdColumn()
|
JCas v0.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |