Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AuthenticationEntryType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AuthenticationEntryType
All Implemented Interfaces:
Serializable

public class AuthenticationEntryType
extends Object
implements Serializable

A set of application-level authentication preferences and related data that you configure to support the user authentication and authorization process.

See Also:
Serialized Form

Constructor Summary
AuthenticationEntryType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AuthenticationEntryType.
 org.apache.axis.types.URI getAcceptURL()
          Gets the acceptURL value for this AuthenticationEntryType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getPrivacyPolicyURL()
          Gets the privacyPolicyURL value for this AuthenticationEntryType.
 org.apache.axis.types.URI getRejectURL()
          Gets the rejectURL value for this AuthenticationEntryType.
 String getRuName()
          Gets the ruName value for this AuthenticationEntryType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 TokenReturnMethodCodeType getTokenReturnMethod()
          Gets the tokenReturnMethod value for this AuthenticationEntryType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this AuthenticationEntryType.
 void setAcceptURL(org.apache.axis.types.URI acceptURL)
          Sets the acceptURL value for this AuthenticationEntryType.
 void setPrivacyPolicyURL(org.apache.axis.types.URI privacyPolicyURL)
          Sets the privacyPolicyURL value for this AuthenticationEntryType.
 void setRejectURL(org.apache.axis.types.URI rejectURL)
          Sets the rejectURL value for this AuthenticationEntryType.
 void setRuName(String ruName)
          Sets the ruName value for this AuthenticationEntryType.
 void setTokenReturnMethod(TokenReturnMethodCodeType tokenReturnMethod)
          Sets the tokenReturnMethod value for this AuthenticationEntryType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationEntryType

public AuthenticationEntryType()
Method Detail

getAcceptURL

public org.apache.axis.types.URI getAcceptURL()
Gets the acceptURL value for this AuthenticationEntryType.

Returns:
acceptURL

setAcceptURL

public void setAcceptURL(org.apache.axis.types.URI acceptURL)
Sets the acceptURL value for this AuthenticationEntryType.

Parameters:
acceptURL -

getPrivacyPolicyURL

public org.apache.axis.types.URI getPrivacyPolicyURL()
Gets the privacyPolicyURL value for this AuthenticationEntryType.

Returns:
privacyPolicyURL

setPrivacyPolicyURL

public void setPrivacyPolicyURL(org.apache.axis.types.URI privacyPolicyURL)
Sets the privacyPolicyURL value for this AuthenticationEntryType.

Parameters:
privacyPolicyURL -

getRejectURL

public org.apache.axis.types.URI getRejectURL()
Gets the rejectURL value for this AuthenticationEntryType.

Returns:
rejectURL

setRejectURL

public void setRejectURL(org.apache.axis.types.URI rejectURL)
Sets the rejectURL value for this AuthenticationEntryType.

Parameters:
rejectURL -

getRuName

public String getRuName()
Gets the ruName value for this AuthenticationEntryType.

Returns:
ruName

setRuName

public void setRuName(String ruName)
Sets the ruName value for this AuthenticationEntryType.

Parameters:
ruName -

getTokenReturnMethod

public TokenReturnMethodCodeType getTokenReturnMethod()
Gets the tokenReturnMethod value for this AuthenticationEntryType.

Returns:
tokenReturnMethod Indicates how the application wants eBay to handle the user's token after the user signs in.

setTokenReturnMethod

public void setTokenReturnMethod(TokenReturnMethodCodeType tokenReturnMethod)
Sets the tokenReturnMethod value for this AuthenticationEntryType.

Parameters:
tokenReturnMethod - Indicates how the application wants eBay to handle the user's token after the user signs in.

get_any

public MessageElement[] get_any()
Gets the _any value for this AuthenticationEntryType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AuthenticationEntryType.

Parameters:
_any -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.