public class AccessPoint extends Object
GCUBERuntimeResource| Modifier and Type | Class and Description |
|---|---|
class |
AccessPoint.PropertyData |
| Constructor and Description |
|---|
AccessPoint() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic void addProperty(String name, String value, boolean... encrypted)
name - the namevalue - the valuepublic String getProperty(String name)
name - the namepublic boolean isPropertyEncrypted(String name)
name - the namepublic 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)
Copyright © 2015. All Rights Reserved.