org.ejbca.core.model.ra |
|
Java Source File Name | Type | Comment |
AlreadyRevokedException.java | Class | Exception thrown when a revocation request for an already revoket object is requested. |
ExtendedInformation.java | Class | The model representation of Exended Information about a user. |
NotFoundException.java | Class | Thrown when an objekt cannot be found in the database and the error is not critical so we want
to inform the client in a nice way. |
RAAuthorization.java | Class | A class that looks up the which CA:s or end entity profiles the administrator is authorized to view. |
UserAdminConstants.java | Interface | |
UserDataConstants.java | Class | |
UserDataVO.java | Class | Holds admin data collected from UserData in the database. |
UsernameGenerator.java | Class | Class used to generate special usernames.
Configuration parameters:
NameGenerationScheme = "Which generation scheme should be used, RANDOM, USERNAME or DN"
RANDOM will generate a random username with length set in 'randomNameLength'.
NameGenerationParameters = "Parameters for name generation, for DN it can be CN or UID". |
UsernameGeneratorParams.java | Class | |