public static final class HeaderUtil.Parameter extends Object
Modifier and Type | Method and Description |
---|---|
String |
getName()
Represents the header name.
|
String |
getValue()
Represents header value.
|
boolean |
hasName()
Return true if the header name is not null or empty.
|
boolean |
wasQuoted()
Return true if the original header value was enclosed in quotes.
|
public String getName()
public boolean hasName()
public String getValue()
public boolean wasQuoted()
Copyright © 2010-2020, ForgeRock All Rights Reserved.