|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityInfo | |
gate | |
gate.persist | |
gate.security |
Uses of SecurityInfo in gate |
Methods in gate that return SecurityInfo | |
SecurityInfo |
DataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
Methods in gate with parameters of type SecurityInfo | |
LanguageResource |
DataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
void |
DataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
Uses of SecurityInfo in gate.persist |
Methods in gate.persist that return SecurityInfo | |
SecurityInfo |
OracleDataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
SecurityInfo |
SerialDataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
Methods in gate.persist with parameters of type SecurityInfo | |
abstract LanguageResource |
JDBCDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
LanguageResource |
OracleDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
private LanguageResource |
OracleDataStore._adopt(LanguageResource lr,
SecurityInfo secInfo,
boolean openNewTrans)
helper for adopt() |
private Long |
OracleDataStore.createLR(String lrType,
String lrName,
SecurityInfo si,
Long lrParentID)
helper for adopt() never call directly |
private Document |
OracleDataStore.createDocument(Document doc,
SecurityInfo secInfo)
helper for adopt creates a LR of type Document |
private Document |
OracleDataStore.createDocument(Document doc,
Long corpusID,
SecurityInfo secInfo)
helper for adopt creates a LR of type Document |
private Corpus |
OracleDataStore.createCorpus(Corpus corp,
SecurityInfo secInfo)
creates a LR of type Corpus |
void |
OracleDataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
LanguageResource |
SerialDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
void |
SerialDataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
Uses of SecurityInfo in gate.security |
Methods in gate.security with parameters of type SecurityInfo | |
boolean |
AccessControllerImpl.isValidSecurityInfo(SecurityInfo si)
-- |
boolean |
AccessController.isValidSecurityInfo(SecurityInfo si)
-- |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |