org.eclipse.higgins.sync.to
Class TokenServiceTO
java.lang.Object
org.eclipse.higgins.sync.to.TokenServiceTO
- All Implemented Interfaces:
- Serializable
public class TokenServiceTO
- extends Object
- implements Serializable
Token service transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
ITokenService,
Serialized Form
TokenServiceTO
public TokenServiceTO()
getEndpointReference
public EndpointReferenceTO getEndpointReference()
- Returns:
- the endpointReference
getUserCredential
public CredentialDescriptorTO getUserCredential()
- Returns:
- the userCredential
setEndpointReference
public void setEndpointReference(EndpointReferenceTO endpointReference)
- Parameters:
endpointReference - the endpointReference to set
setUserCredential
public void setUserCredential(CredentialDescriptorTO userCredential)
- Parameters:
userCredential - the userCredential to set