Package 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$, $Date$
-
-
Field Summary
Fields Modifier and Type Field Description 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNickname()
Returns the nickname of the RA certificate.com.netscape.certsrv.request.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
com.netscape.certsrv.request.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
-
-