public interface BERoleConfig
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCallbackBasicAuth()
Get whether backend callbacks for this role require basic auth.
|
Boolean |
getCallbackSSL()
Get whether backend callbacks for this role require SSL.
|
Boolean |
getCallBasicAuth()
Get whether backend calls for this role will use basic auth.
|
String |
getCallPassword()
Get the basicauth password for backend calls for this role.
|
Boolean |
getCallSSL()
Get whether backend calls for this role will SSL.
|
String |
getCallUsername()
Get the basicauth username for backend calls for this role.
|
Boolean |
getEffectiveCallbackBasicAuth() |
Boolean |
getEffectiveCallbackSSL() |
Boolean |
getEffectiveCallBasicAuth() |
String |
getEffectiveCallPassword() |
Boolean |
getEffectiveCallSSL() |
String |
getEffectiveCallUsername() |
String[] |
getEffectiveIPList() |
String[] |
getIPList()
Get the list of IP addresses that are allowed to make back-end callbacks
to Fedora using this role.
|
String |
getRole()
Get the name of the role this configuration applies to.
|
void |
setCallbackBasicAuth(Boolean value)
Set whether backend callbacks for this role require basic auth.
|
void |
setCallbackSSL(Boolean value)
Set whether backend callbacks for this role require SSL.
|
void |
setCallBasicAuth(Boolean value)
Set whether backend calls for this role will use basic auth.
|
void |
setCallPassword(String pass)
Set the basicauth password for backend calls for this role.
|
void |
setCallSSL(Boolean value)
Set whether backend calls for this role will SSL.
|
void |
setCallUsername(String user)
Set the basicauth username for backend calls for this role.
|
void |
setIPList(String[] ips)
Set the list of IP addresses that are allowed to make back-end callbacks
to Fedora using this role.
|
String getRole()
String[] getIPList()
String[] getEffectiveIPList()
void setIPList(String[] ips)
Boolean getCallbackBasicAuth()
Boolean getEffectiveCallbackBasicAuth()
void setCallbackBasicAuth(Boolean value)
Boolean getCallbackSSL()
Boolean getEffectiveCallbackSSL()
void setCallbackSSL(Boolean value)
Boolean getCallBasicAuth()
Boolean getEffectiveCallBasicAuth()
void setCallBasicAuth(Boolean value)
Boolean getCallSSL()
Boolean getEffectiveCallSSL()
void setCallSSL(Boolean value)
String getCallUsername()
String getEffectiveCallUsername()
void setCallUsername(String user)
String getCallPassword()
String getEffectiveCallPassword()
void setCallPassword(String pass)
Copyright © 2013 DuraSpace. All Rights Reserved.