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, unsetLinksgetActions, isSetActions, setActionspublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public Boolean getRequiresAuthentication()
Booleanpublic void setRequiresAuthentication(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRequiresAuthentication()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getAuthenticationUrl()
Stringpublic void setAuthenticationUrl(String value)
value - allowed object is
Stringpublic boolean isSetAuthenticationUrl()
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic boolean isSetProperties()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0