public abstract class ChannelConfiguration extends Object implements Serializable
A list of configuration attributes for a channel type are defined for client security.
Modifier and Type | Class and Description |
---|---|
static class |
ChannelConfiguration.Factory
Constructs new instances of
ChannelConfiguration . |
Constructor and Description |
---|
ChannelConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an ChannelConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. |
ChannelType |
getChannelType() |
Boolean |
getForceSsl()
Defines it is forced to use an secure channel or if an insecure channel is possible.
|
Long |
getId() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setChannelType(ChannelType channelType) |
void |
setForceSsl(Boolean forceSsl) |
void |
setId(Long id) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an ChannelConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public ChannelType getChannelType()
public Boolean getForceSsl()
Defines it is forced to use an secure channel or if an insecure channel is possible.
public Long getId()
public int hashCode()
public void setChannelType(ChannelType channelType)
public void setForceSsl(Boolean forceSsl)
public void setId(Long id)
Copyright © 2019 Communote team. All rights reserved.