Class AbstractRequestLocaldb
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,SupportError
- Direct Known Subclasses:
AuthenticateRequestLocaldb,CheckoutRequestLocaldb,CommitRequestLocaldb,EntitiesRequestLocaldb,HistoryRequestLocaldb,ListWCRequestLocaldb,LogRequestLocaldb,PrepareWCRequestLocaldb,RevisionChangesRequestLocaldb,RowCreateRequestLocaldb,RowDeleteRequestLocaldb,RowIsOutofdateRequestLocaldb,RowUpdateRequestLocaldb,TopologyPlansRequestLocaldb,UpdateRequestLocaldb,UsersRequestLocaldb
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()booleanprotected booleanprotected booleanisAuthorized(String operation) protected booleanisAuthorized(VCSGisEntity entity) protected booleanisAuthorized(VCSGisEntity entity, String permission) voidsetAuthenticationToken(String token) voidsetUserCode(String userCode) Methods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
cleanLastError, dispose, error, error, getCode, getLastErrorCode, getLastErrorMessage, getRequestName, helper, setAuthenticationTokenAndUser, setEnabledStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
execute, getCode, getRequestName, setAuthenticationTokenAndUser, setEnabledStatus
-
Constructor Details
-
AbstractRequestLocaldb
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfaceVCSGisRequest- Overrides:
getRepositoryin classAbstractRequest
-
isAuthorized
-
isAuthorized
-
isAuthorized
-
isAuthorized
protected boolean isAuthorized() -
getAuthenticationToken
- Specified by:
getAuthenticationTokenin interfaceVCSGisRequest
-
setAuthenticationToken
- Specified by:
setAuthenticationTokenin interfaceVCSGisRequest
-
getUserCode
- Specified by:
getUserCodein interfaceVCSGisRequest
-
getUser
-
getUser
-
setUserCode
- Specified by:
setUserCodein interfaceVCSGisRequest
-
isAutheticated
public boolean isAutheticated()
-