public class ResourceAdapter10 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<SecurityPermission> |
securityPermission |
| Constructor and Description |
|---|
ResourceAdapter10() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationMechanism> |
getAuthenticationMechanism() |
List<ConfigProperty> |
getConfigProperty() |
String |
getConnectionFactoryImplClass() |
String |
getConnectionFactoryInterface() |
String |
getConnectionImplClass() |
String |
getConnectionInterface() |
String |
getId() |
String |
getManagedConnectionFactoryClass() |
List<SecurityPermission> |
getSecurityPermission() |
TransactionSupportType |
getTransactionSupport() |
Boolean |
isReauthenticationSupport() |
void |
setConnectionFactoryImplClass(String value) |
void |
setConnectionFactoryInterface(String value) |
void |
setConnectionImplClass(String value) |
void |
setConnectionInterface(String value) |
void |
setId(String value) |
void |
setManagedConnectionFactoryClass(String value) |
void |
setReauthenticationSupport(Boolean value) |
void |
setTransactionSupport(TransactionSupportType value) |
protected List<SecurityPermission> securityPermission
protected String id
public List<ConfigProperty> getConfigProperty()
public String getManagedConnectionFactoryClass()
public void setManagedConnectionFactoryClass(String value)
public String getConnectionFactoryInterface()
public void setConnectionFactoryInterface(String value)
public String getConnectionFactoryImplClass()
public void setConnectionFactoryImplClass(String value)
public String getConnectionInterface()
public void setConnectionInterface(String value)
public String getConnectionImplClass()
public void setConnectionImplClass(String value)
public TransactionSupportType getTransactionSupport()
public void setTransactionSupport(TransactionSupportType value)
public List<AuthenticationMechanism> getAuthenticationMechanism()
public Boolean isReauthenticationSupport()
public void setReauthenticationSupport(Boolean value)
public List<SecurityPermission> getSecurityPermission()
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.