Module de.cuioss.test.generator
Package de.cuioss.test.generator.domain
Class DistinguishedNamesGenerator
java.lang.Object
de.cuioss.test.generator.domain.DistinguishedNamesGenerator
- All Implemented Interfaces:
TypedGenerator<String>
Generates formally correct Distinguished Names
- Author:
- Oliver Wolff
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DistinguishedNamesGenerator
public DistinguishedNamesGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-
getType
- Specified by:
getTypein interfaceTypedGenerator<String>- Returns:
- class information; which type this generator is responsible for.
-