com.netscape.certsrv.tks
Interface ITKSAuthority

All Superinterfaces:
ISubsystem

public interface ITKSAuthority
extends ISubsystem

An interface represents a Registration Authority that is responsible for certificate enrollment operations.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Field Summary
static java.lang.String ID
           
static java.lang.String PROP_CONNECTOR
           
static java.lang.String PROP_GATEWAY
           
static java.lang.String PROP_NEW_NICKNAME
           
static java.lang.String PROP_NICKNAME
           
static java.lang.String PROP_POLICY
           
static java.lang.String PROP_REGISTRATION
           
 
Method Summary
 java.lang.String getNickname()
          Returns the nickname of the RA certificate.
 IRequestQueue getRequestQueue()
          Retrieves the request queue of this registration authority.
 
Methods inherited from interface com.netscape.certsrv.base.ISubsystem
getConfigStore, getId, init, setId, shutdown, startup
 

Field Detail

ID

static final java.lang.String ID
See Also:
Constant Field Values

PROP_POLICY

static final java.lang.String PROP_POLICY
See Also:
Constant Field Values

PROP_REGISTRATION

static final java.lang.String PROP_REGISTRATION
See Also:
Constant Field Values

PROP_GATEWAY

static final java.lang.String PROP_GATEWAY
See Also:
Constant Field Values

PROP_NICKNAME

static final java.lang.String PROP_NICKNAME
See Also:
Constant Field Values

PROP_CONNECTOR

static final java.lang.String PROP_CONNECTOR
See Also:
Constant Field Values

PROP_NEW_NICKNAME

static final java.lang.String PROP_NEW_NICKNAME
See Also:
Constant Field Values
Method Detail

getRequestQueue

IRequestQueue getRequestQueue()
Retrieves the request queue of this registration authority.

Returns:
RA's request queue

getNickname

java.lang.String getNickname()
Returns the nickname of the RA certificate.

Returns:
the nickname of the RA certificate