public class Pop3Server extends Object
| Constructor and Description |
|---|
Pop3Server() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
outboundSocketBindingRef()
Outbound Socket binding to mail server
|
Pop3Server |
outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
String |
password()
Password to authenticate on server
|
Pop3Server |
password(String value)
Password to authenticate on server
|
Boolean |
ssl()
Does server require SSL?
|
Pop3Server |
ssl(Boolean value)
Does server require SSL?
|
Boolean |
tls()
Does server require TLS?
|
Pop3Server |
tls(Boolean value)
Does server require TLS?
|
String |
username()
Username to authenticate on server
|
Pop3Server |
username(String value)
Username to authenticate on server
|
public String getKey()
public String outboundSocketBindingRef()
public Pop3Server outboundSocketBindingRef(String value)
public String password()
public Pop3Server password(String value)
public Boolean ssl()
public Pop3Server ssl(Boolean value)
public Boolean tls()
public Pop3Server tls(Boolean value)
public String username()
public Pop3Server username(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.