public class NotBoundAuthenticationType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
protocol |
protected byte[] |
value |
| Constructor and Description |
|---|
NotBoundAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol()
Gets the value of the protocol property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected String protocol
protected byte[] value
public String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]Apache CXF