Package network.oxalis.ng.api.model
Class AccessPointIdentifier
- java.lang.Object
-
- network.oxalis.ng.api.model.AccessPointIdentifier
-
- All Implemented Interfaces:
Serializable
public class AccessPointIdentifier extends Object implements Serializable
Unique identifier for a Peppol Access Point.This identifier is typically represented by the Common Name (CN) attribute of the distinguished name of the certificate of the Subject.
However; the usage of the common name is only a recommendation, not a mandatory rule.
- Author:
- steinar Date: 10.02.13 Time: 21:00
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessPointIdentifier(String accessPointIdentifierValue)Creates an instance using whatever text value is supplied.
-
-
-
Constructor Detail
-
AccessPointIdentifier
public AccessPointIdentifier(String accessPointIdentifierValue)
Creates an instance using whatever text value is supplied.- Parameters:
accessPointIdentifierValue- the textual representation of the identifier
-
-