|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.technicalconnector.ra.domain.DistinguishedName
public final class DistinguishedName
This class is used to construct a DistinguishedName
of a certficate.
Constructor Summary | |
---|---|
DistinguishedName()
The DistinguishedName is created based on the eID present in the reader. |
|
DistinguishedName(Organization org)
DistinguishedName is created based on the Organization |
|
DistinguishedName(Organization org,
String applicationId)
DistinguishedName is created based on the Organization and given applicationId. |
|
DistinguishedName(X500Principal principal)
The DistinguishedName is created based on the information in the given X500Principal |
Method Summary | |
---|---|
String |
asNormalisedBaseFileName()
Return a |
String |
asNormalizedEhealthDN()
|
String |
getApplicationId()
|
String |
getId()
|
String |
getName()
|
IdentifierType |
getType()
|
boolean |
isNaturalPerson()
|
void |
setApplicationId(String applicationId)
|
Map<String,Object> |
toOIDMap()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistinguishedName() throws TechnicalConnectorException
TechnicalConnectorException
public DistinguishedName(X500Principal principal) throws TechnicalConnectorException
DistinguishedName
is created based on the information in the given X500Principal
TechnicalConnectorException
public DistinguishedName(Organization org)
Organization
public DistinguishedName(Organization org, String applicationId)
Organization
and given applicationId.
Method Detail |
---|
public void setApplicationId(String applicationId)
public String getId()
public String getApplicationId()
public String getName()
public IdentifierType getType()
public boolean isNaturalPerson()
public Map<String,Object> toOIDMap()
public String asNormalizedEhealthDN()
public String asNormalisedBaseFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |