public class TrustedListServiceProvider extends Object implements Serializable
TrustedList.| Modifier | Constructor and Description |
|---|---|
protected |
TrustedListServiceProvider(TrustedList trustedList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<TrustedListService> |
getServices() |
TrustedList |
getTrustedList()
Returns the associated TrustedList, never null.
|
protected void |
setName(String name) |
protected void |
setServices(List<TrustedListService> services) |
protected TrustedListServiceProvider(TrustedList trustedList)
public TrustedList getTrustedList()
public String getName()
protected void setName(String name)
public List<TrustedListService> getServices()
protected void setServices(List<TrustedListService> services)