Package | Description |
---|---|
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
org.miloss.fgsms.services.pcs.impl |
Modifier and Type | Field and Description |
---|---|
protected ClearCredentialsRequestMsg |
ClearCredentials.request |
Modifier and Type | Method and Description |
---|---|
ClearCredentialsRequestMsg |
ObjectFactory.createClearCredentialsRequestMsg()
Create an instance of
ClearCredentialsRequestMsg |
ClearCredentialsRequestMsg |
ClearCredentials.getRequest()
Gets the value of the request property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ClearCredentialsRequestMsg> |
ObjectFactory.createClearCredentialsRequestMsg(ClearCredentialsRequestMsg value)
|
Modifier and Type | Method and Description |
---|---|
ClearCredentialsResponseMsg |
PCS.clearCredentials(ClearCredentialsRequestMsg request)
removes authentication credentials for a specific service, typically used for connecting and obtaining status information only
requires write access permissions to the specified url
As of RC6
|
JAXBElement<ClearCredentialsRequestMsg> |
ObjectFactory.createClearCredentialsRequestMsg(ClearCredentialsRequestMsg value)
|
void |
ClearCredentials.setRequest(ClearCredentialsRequestMsg value)
Sets the value of the request property.
|
Modifier and Type | Method and Description |
---|---|
ClearCredentialsResponseMsg |
PCS4jBean.clearCredentials(ClearCredentialsRequestMsg request)
removes authentication credentials for a specific service, typically used
for connecting and obtaining status information only requires write
access permissions to the specified url As of RC6
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.