GATE
Version 3.1-2270

Uses of Class
gate.security.SecurityInfo

Packages that use SecurityInfo
gate This package contains the public interface to the GATE Java API. 
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 JDBCDataStore.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
protected  LanguageResource JDBCDataStore._adopt(LanguageResource lr, SecurityInfo secInfo, boolean openNewTrans)
           
 LanguageResource JDBCDataStore.adopt(LanguageResource lr, SecurityInfo secInfo)
          Adopt a resource for persistence.
 LanguageResource SerialDataStore.adopt(LanguageResource lr, SecurityInfo secInfo)
          Adopt a resource for persistence.
protected  Corpus JDBCDataStore.createCorpus(Corpus corp, SecurityInfo secInfo, boolean newTransPerDocument)
          creates a LR of type Corpus
protected  Document JDBCDataStore.createDocument(Document doc, Long corpusID, SecurityInfo secInfo)
          helper for adopt creates a LR of type Document
protected  Document JDBCDataStore.createDocument(Document doc, SecurityInfo secInfo)
          helper for adopt creates a LR of type Document
protected abstract  Long JDBCDataStore.createLR(String lrType, String lrName, SecurityInfo si, Long lrParentID)
           
protected  Long OracleDataStore.createLR(String lrType, String lrName, SecurityInfo si, Long lrParentID)
          helper for adopt() never call directly
protected  Long PostgresDataStore.createLR(String lrType, String lrName, SecurityInfo si, Long lrParentID)
          helper for adopt() never call directly
 void OracleDataStore.setSecurityInfo(LanguageResource lr, SecurityInfo si)
          set security information for LR .
 void PostgresDataStore.setSecurityInfo(LanguageResource parm1, SecurityInfo parm2)
           
 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 AccessController.isValidSecurityInfo(SecurityInfo si)
          --
 boolean AccessControllerImpl.isValidSecurityInfo(SecurityInfo si)
          --
 


GATE
Version 3.1-2270