Class WebAuthentication
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsWebAuthentication
-
- org.codelibs.fess.es.config.exentity.WebAuthentication
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.dbflute.Entity
public class WebAuthentication extends BsWebAuthentication
- Author:
- FreeGen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.es.config.bsentity.BsWebAuthentication
authRealm, createdBy, createdTime, hostname, parameters, password, port, protocolScheme, suppressUnusedImportLocalDateTime, updatedBy, updatedTime, username, webConfigId
-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description WebAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codelibs.fess.crawler.client.http.AuthenticationgetAuthentication()java.lang.StringgetId()java.lang.LonggetVersionNo()WebConfiggetWebConfig()voidsetId(java.lang.String id)voidsetVersionNo(java.lang.Long version)java.lang.StringtoString()-
Methods inherited from class org.codelibs.fess.es.config.bsentity.BsWebAuthentication
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getAuthRealm, getCreatedBy, getCreatedTime, getHostname, getParameters, getPassword, getPort, getProtocolScheme, getUpdatedBy, getUpdatedTime, getUsername, getWebConfigId, setAuthRealm, setCreatedBy, setCreatedTime, setHostname, setParameters, setPassword, setPort, setProtocolScheme, setUpdatedBy, setUpdatedTime, setUsername, setWebConfigId, toSource
-
Methods inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toStringWithRelation
-
-
-
-
Method Detail
-
getAuthentication
public org.codelibs.fess.crawler.client.http.Authentication getAuthentication()
-
getWebConfig
public WebConfig getWebConfig()
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getVersionNo
public java.lang.Long getVersionNo()
-
setVersionNo
public void setVersionNo(java.lang.Long version)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classEsAbstractEntity
-
-