Uses of Class
gate.security.SecurityInfo

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 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
 void PostgresDataStore.setSecurityInfo(LanguageResource parm1, SecurityInfo parm2)
           
protected  Long PostgresDataStore.createLR(String lrType, String lrName, SecurityInfo si, Long lrParentID)
          helper for adopt() never call directly
 LanguageResource JDBCDataStore.adopt(LanguageResource lr, SecurityInfo secInfo)
          Adopt a resource for persistence.
protected  LanguageResource JDBCDataStore._adopt(LanguageResource lr, SecurityInfo secInfo, boolean openNewTrans)
           
protected  Corpus JDBCDataStore.createCorpus(Corpus corp, SecurityInfo secInfo, boolean newTransPerDocument)
          creates a LR of type Corpus
protected  Document JDBCDataStore.createDocument(Document doc, SecurityInfo secInfo)
          helper for adopt creates a LR of type Document
protected  Document JDBCDataStore.createDocument(Document doc, Long corpusID, 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
 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)
          --