public class OpenLdapObjectIdentifierMacro extends Object
objectIdentifier <name> { <oid> | <name>[:<suffix>] }| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private String |
rawOidOrNameSuffix |
private String |
resolvedOid |
| Constructor and Description |
|---|
OpenLdapObjectIdentifierMacro()
Instantiates a new OpenLDAP object identifier macro.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
String |
getRawOidOrNameSuffix()
Gets the raw OID or name plus suffix.
|
String |
getResolvedOid()
Gets the resolved OID, null if not yet resolved.
|
boolean |
isResolved()
Checks if is resolved.
|
void |
setName(String name)
Sets the name.
|
void |
setRawOidOrNameSuffix(String rawOidOrNameSuffix)
Sets the raw OID or name plus suffix.
|
void |
setResolvedOid(String resolvedOid)
Sets the resolved OID.
|
String |
toString() |
private String name
private String rawOidOrNameSuffix
private String resolvedOid
public OpenLdapObjectIdentifierMacro()
public String getName()
public void setName(String name)
name - the new namepublic String getRawOidOrNameSuffix()
public void setRawOidOrNameSuffix(String rawOidOrNameSuffix)
rawOidOrNameSuffix - the new raw OID or name plus suffixpublic String getResolvedOid()
public boolean isResolved()
public void setResolvedOid(String resolvedOid)
resolvedOid - the new resolved OIDCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.