@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayInvoke=true) public final class IntermediateResponse extends Object
Constructor and Description |
---|
IntermediateResponse(Operation operation,
String oid,
ByteString value,
List<Control> controls)
Creates a new intermediate response with the provided information.
|
Modifier and Type | Method and Description |
---|---|
List<Control> |
getControls()
Retrieves the set of controls for this intermediate response.
|
String |
getOid()
Retrieves the OID for this intermediate response.
|
Operation |
getOperation()
Retrieves the operation with which this intermediate response message is associated.
|
ByteString |
getValue()
Retrieves the value for this intermediate response.
|
void |
setOID(String oid)
Specifies the OID for this intermediate response.
|
void |
setValue(ByteString value)
Specifies the value for this intermediate response.
|
String |
toString()
Retrieves a string representation of this intermediate response.
|
public IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls)
operation
- The operation with which this intermediate response is associated.oid
- The OID for this intermediate response.value
- The value for this intermediate response.controls
- The set of controls to for this intermediate response.public Operation getOperation()
public String getOid()
null
if there is none.public void setOID(String oid)
oid
- The OID for this intermediate response.public ByteString getValue()
null
if there is none.public void setValue(ByteString value)
value
- The value for this intermediate response.public List<Control> getControls()
Copyright 2010-2020 ForgeRock AS.