Modifier and Type | Interface and Description |
---|---|
interface |
IAuthCredentials
An interface represents authentication credentials:
e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthCredentials
Authentication Credentials as input to the authMgr.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthzToken
Authorization token returned by Authorization Managers.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaInfo
A class represents meta information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDBObj
An interface represents a database object
that is serializable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICertRecord
An interface contains constants for certificate record.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICRLIssuingPointRecord
An interface that defines abilities of
a CRL issuing point record.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRepositoryRecord
An interface represents a generic repository record.
|
Modifier and Type | Class and Description |
---|---|
class |
ProofOfArchival
A class represents a proof of escrow.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEmailResolverKeys
An interface represents email resolver (ordered) keys for resolving
emails
e.g.
|
Modifier and Type | Method and Description |
---|---|
IAttrSet |
AttrSetCollection.getAttrSet(java.lang.String name)
Retrieves a attribute set from this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
AttrSetCollection.putAttrSet(java.lang.String name,
IAttrSet set)
Sets attribute set in this collection.
|
java.lang.String |
Pattern.substitute(java.lang.String key,
IAttrSet attrSet)
Subtitutes this pattern with the given attribute set.
|
java.lang.String |
Pattern.substitute2(java.lang.String key,
IAttrSet attrSet)
Subtitutes this pattern with the given attribute set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRequestRecord
A request record is the stored version of a request.
|
Modifier and Type | Method and Description |
---|---|
IAttrSet |
IRequest.asIAttrSet() |
Modifier and Type | Interface and Description |
---|---|
interface |
IGroup
This interface defines the basic interfaces for
an identity group.
|
interface |
IUser
This interface defines the basic interfaces for
a user identity.
|