|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.runtime.AccessPoint
public class AccessPoint
Access point for GCUBERuntimeResource
| Nested Class Summary | |
|---|---|
class |
AccessPoint.PropertyData
|
| Constructor Summary | |
|---|---|
AccessPoint()
|
|
| Method Summary | |
|---|---|
void |
addProperty(String name,
String value,
boolean... encrypted)
Adds a new property |
Set<String> |
getAllPropertyNames()
Gets all properties' names |
String |
getDescription()
|
String |
getEndpoint()
|
String |
getEntryname()
|
String |
getPassword()
|
String |
getProperty(String name)
Gets a property's value |
String |
getUsername()
|
boolean |
isPropertyEncrypted(String name)
Gets a property's encryption setting |
void |
setDescription(String description)
|
void |
setEndpoint(String endpoint)
|
void |
setEntryname(String entryname)
|
void |
setPassword(String password)
|
void |
setUsername(String username)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessPoint()
| Method Detail |
|---|
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to set
public void addProperty(String name,
String value,
boolean... encrypted)
name - the namevalue - the valuepublic String getProperty(String name)
name - the name
public boolean isPropertyEncrypted(String name)
name - the name
public String getUsername()
public void setUsername(String username)
public Set<String> getAllPropertyNames()
public String getEntryname()
public void setEntryname(String entryname)
entryname - the entryname to setpublic void setDescription(String description)
public String getDescription()
public String getPassword()
public void setPassword(String password)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||