Class AuthenticationInfo
- java.lang.Object
-
- org.opennms.integration.remedy.ticketservice.AuthenticationInfo
-
- All Implemented Interfaces:
Serializable
public class AuthenticationInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationInfo()
AuthenticationInfo(String userName, String password, String authentication, String locale, String timeZone)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAuthentication()
Gets the authentication value for this AuthenticationInfo.static org.apache.axis.encoding.Deserializer
getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom DeserializerString
getLocale()
Gets the locale value for this AuthenticationInfo.String
getPassword()
Gets the password value for this AuthenticationInfo.static org.apache.axis.encoding.Serializer
getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom SerializerString
getTimeZone()
Gets the timeZone value for this AuthenticationInfo.static org.apache.axis.description.TypeDesc
getTypeDesc()
Return type metadata objectString
getUserName()
Gets the userName value for this AuthenticationInfo.int
hashCode()
void
setAuthentication(String authentication)
Sets the authentication value for this AuthenticationInfo.void
setLocale(String locale)
Sets the locale value for this AuthenticationInfo.void
setPassword(String password)
Sets the password value for this AuthenticationInfo.void
setTimeZone(String timeZone)
Sets the timeZone value for this AuthenticationInfo.void
setUserName(String userName)
Sets the userName value for this AuthenticationInfo.
-
-
-
Method Detail
-
getUserName
public String getUserName()
Gets the userName value for this AuthenticationInfo.- Returns:
- userName
-
setUserName
public void setUserName(String userName)
Sets the userName value for this AuthenticationInfo.- Parameters:
userName
-
-
getPassword
public String getPassword()
Gets the password value for this AuthenticationInfo.- Returns:
- password
-
setPassword
public void setPassword(String password)
Sets the password value for this AuthenticationInfo.- Parameters:
password
-
-
getAuthentication
public String getAuthentication()
Gets the authentication value for this AuthenticationInfo.- Returns:
- authentication
-
setAuthentication
public void setAuthentication(String authentication)
Sets the authentication value for this AuthenticationInfo.- Parameters:
authentication
-
-
getLocale
public String getLocale()
Gets the locale value for this AuthenticationInfo.- Returns:
- locale
-
setLocale
public void setLocale(String locale)
Sets the locale value for this AuthenticationInfo.- Parameters:
locale
-
-
getTimeZone
public String getTimeZone()
Gets the timeZone value for this AuthenticationInfo.- Returns:
- timeZone
-
setTimeZone
public void setTimeZone(String timeZone)
Sets the timeZone value for this AuthenticationInfo.- Parameters:
timeZone
-
-
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
-
-