| Package | Description |
|---|---|
| com.netscape.certsrv.authentication | |
| com.netscape.certsrv.usrgrp |
| Modifier and Type | Method and Description |
|---|---|
Certificates |
IAuthToken.getInCertificates(java.lang.String name)
Retrieves the Certificates value for name.
|
Certificates |
AuthToken.getInCertificates(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IAuthToken.set(java.lang.String name,
Certificates value)
Stores the Certificates with the associated key.
|
boolean |
AuthToken.set(java.lang.String name,
Certificates value) |
| Modifier and Type | Method and Description |
|---|---|
IUser |
ICertUserLocator.locateUser(Certificates certs)
Returns a user whose certificates match with the given certificates
|