Package org.cyclos.entities.system
Class ExternalRedirectExecution
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.system.ExternalRedirectExecution
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForDataTranslation,EntityWithParameterStorageContext,DelegatingMutableUserPrincipal,DelegatingUserPrincipal,UserPrincipal,IEntity
@Entity public class ExternalRedirectExecution extends NetworkedEntity implements DelegatingMutableUserPrincipal, EntityWithParameterStorageContext
Stores data used byCustomOperations of typeCustomOperationResultType.EXTERNAL_REDIRECTbetween the first execution and the callback, so the same execution context on the first script can be re-created on the callback.
-
-
Constructor Summary
Constructors Constructor Description ExternalRedirectExecution()
-
Method Summary
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.access.DelegatingMutableUserPrincipal
initFrom
-
Methods inherited from interface org.cyclos.impl.access.DelegatingUserPrincipal
getDelegate, getPrincipal
-
-
-
-
Method Detail
-
getAccessClient
public AccessClient getAccessClient()
- Specified by:
getAccessClientin interfaceUserPrincipal
-
getAccountType
public UserAccountType getAccountType()
- Specified by:
getAccountTypein interfaceUserPrincipal
-
getBasicUser
public BasicUser getBasicUser()
- Specified by:
getBasicUserin interfaceUserPrincipal
-
getChannel
public Channel getChannel()
-
getContext
public String getContext()
- Specified by:
getContextin interfaceEntityWithParameterStorageContext
-
getCustomFieldValue
public UserCustomFieldValue getCustomFieldValue()
- Specified by:
getCustomFieldValuein interfaceUserPrincipal
-
getDate
public Date getDate()
-
getLoggedUser
public BasicUser getLoggedUser()
-
getMobilePhone
public MobilePhone getMobilePhone()
- Specified by:
getMobilePhonein interfaceUserPrincipal
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getOperation
public CustomOperation getOperation()
-
getPrincipalType
public PrincipalType getPrincipalType()
- Specified by:
getPrincipalTypein interfaceUserPrincipal
-
getRemoteAddress
public String getRemoteAddress()
-
getToken
public Token getToken()
- Specified by:
getTokenin interfaceUserPrincipal
-
getTrustedDevice
public TrustedDevice getTrustedDevice()
- Specified by:
getTrustedDevicein interfaceUserPrincipal
-
getUser
public User getUser()
-
getVerificationToken
public String getVerificationToken()
-
setAccessClient
public void setAccessClient(AccessClient accessClient)
- Specified by:
setAccessClientin interfaceDelegatingMutableUserPrincipal
-
setAccountType
public void setAccountType(UserAccountType accountType)
- Specified by:
setAccountTypein interfaceDelegatingMutableUserPrincipal
-
setBasicUser
public void setBasicUser(BasicUser basicUser)
- Specified by:
setBasicUserin interfaceDelegatingMutableUserPrincipal
-
setChannel
public void setChannel(Channel channel)
-
setContext
public void setContext(String context)
- Specified by:
setContextin interfaceEntityWithParameterStorageContext
-
setCustomFieldValue
public void setCustomFieldValue(UserCustomFieldValue customFieldValue)
- Specified by:
setCustomFieldValuein interfaceDelegatingMutableUserPrincipal
-
setDate
public void setDate(Date date)
-
setLoggedUser
public void setLoggedUser(BasicUser loggedUser)
-
setMobilePhone
public void setMobilePhone(MobilePhone mobilePhone)
- Specified by:
setMobilePhonein interfaceDelegatingMutableUserPrincipal
-
setOperation
public void setOperation(CustomOperation operation)
-
setPrincipalType
public void setPrincipalType(PrincipalType principalType)
- Specified by:
setPrincipalTypein interfaceDelegatingMutableUserPrincipal
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
setToken
public void setToken(Token token)
- Specified by:
setTokenin interfaceDelegatingMutableUserPrincipal
-
setTrustedDevice
public void setTrustedDevice(TrustedDevice trustedDevice)
- Specified by:
setTrustedDevicein interfaceDelegatingMutableUserPrincipal
-
setUser
public void setUser(User user)
-
setVerificationToken
public void setVerificationToken(String verificationToken)
-
-