public class RequestorEntry extends MgmtEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_CERT
Certificate.
|
static String |
TYPE_PBM
Password based MAC.
|
| Constructor and Description |
|---|
RequestorEntry(NameId ident,
String type,
String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equals(RequestorEntry obj,
boolean ignoreId) |
String |
getConf() |
NameId |
getIdent() |
String |
getType() |
int |
hashCode() |
boolean |
isFaulty() |
void |
setConf(String conf) |
void |
setFaulty(boolean faulty) |
void |
setIdent(NameId ident) |
void |
setType(String type) |
String |
toString() |
String |
toString(boolean verbose) |
public static final String TYPE_CERT
public static final String TYPE_PBM
public void setIdent(NameId ident)
public void setType(String type)
public void setConf(String conf)
public NameId getIdent()
public String getType()
public String getConf()
public void setFaulty(boolean faulty)
public boolean isFaulty()
public String toString(boolean verbose)
public boolean equals(RequestorEntry obj, boolean ignoreId)
Copyright © 2021. All rights reserved.