public static class LdapUrl.Extension extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isCritical |
private String |
type |
private String |
value |
| Constructor and Description |
|---|
Extension(boolean isCritical,
String type,
String value)
Creates a new instance of Extension.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the type.
|
String |
getValue()
Gets the value.
|
boolean |
isCritical()
Checks if is critical.
|
void |
setCritical(boolean critical)
Sets the critical flag.
|
void |
setType(String type)
Sets the type.
|
void |
setValue(String value)
Sets the value.
|
private boolean isCritical
private String type
private String value
public boolean isCritical()
public void setCritical(boolean critical)
critical - the new critical flagpublic String getType()
public void setType(String type)
type - the new typepublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.