public class ExternalProvider extends BaseResource
Java class for ExternalProvider complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalProvider"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="requires_authentication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="authentication_url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}properties" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ExternalProvider() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationUrl()
Gets the value of the authenticationUrl property.
|
String |
getPassword()
Gets the value of the password property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
Boolean |
getRequiresAuthentication()
Gets the value of the requiresAuthentication property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetAuthenticationUrl() |
boolean |
isSetPassword() |
boolean |
isSetProperties() |
boolean |
isSetRequiresAuthentication() |
boolean |
isSetUrl() |
boolean |
isSetUsername() |
void |
setAuthenticationUrl(String value)
Sets the value of the authenticationUrl property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setRequiresAuthentication(Boolean value)
Sets the value of the requiresAuthentication property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public Boolean getRequiresAuthentication()
Boolean
public void setRequiresAuthentication(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRequiresAuthentication()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public String getAuthenticationUrl()
String
public void setAuthenticationUrl(String value)
value
- allowed object is
String
public boolean isSetAuthenticationUrl()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0