public class ExternalProviderContainer extends IdentifiedContainer implements ExternalProvider
Constructor and Description |
---|
ExternalProviderContainer() |
Modifier and Type | Method and Description |
---|---|
String |
authenticationUrl() |
void |
authenticationUrl(String newAuthenticationUrl) |
boolean |
authenticationUrlPresent() |
String |
password() |
void |
password(String newPassword) |
boolean |
passwordPresent() |
List<Property> |
properties() |
void |
properties(List<Property> newProperties) |
boolean |
propertiesPresent() |
boolean |
requiresAuthentication() |
void |
requiresAuthentication(boolean newRequiresAuthentication) |
void |
requiresAuthentication(Boolean newRequiresAuthentication) |
boolean |
requiresAuthenticationPresent() |
String |
url() |
void |
url(String newUrl) |
boolean |
urlPresent() |
String |
username() |
void |
username(String newUsername) |
boolean |
usernamePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String authenticationUrl()
authenticationUrl
in interface ExternalProvider
public void authenticationUrl(String newAuthenticationUrl)
public boolean authenticationUrlPresent()
authenticationUrlPresent
in interface ExternalProvider
public String password()
password
in interface ExternalProvider
public void password(String newPassword)
public boolean passwordPresent()
passwordPresent
in interface ExternalProvider
public List<Property> properties()
properties
in interface ExternalProvider
public boolean propertiesPresent()
propertiesPresent
in interface ExternalProvider
public boolean requiresAuthentication()
requiresAuthentication
in interface ExternalProvider
public void requiresAuthentication(boolean newRequiresAuthentication)
public void requiresAuthentication(Boolean newRequiresAuthentication)
public boolean requiresAuthenticationPresent()
requiresAuthenticationPresent
in interface ExternalProvider
public String url()
url
in interface ExternalProvider
public void url(String newUrl)
public boolean urlPresent()
urlPresent
in interface ExternalProvider
public String username()
username
in interface ExternalProvider
public void username(String newUsername)
public boolean usernamePresent()
usernamePresent
in interface ExternalProvider
Copyright © 2016. All rights reserved.