|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CertSelector | |
jsdsi | |
jsdsi.certstore | Package to allow JSDSI to easily work with various stores of Certificates by the use of
differing implementations of a Data Access Object (see CertificateDAO ). |
jsdsi.certstore.jdbc | |
jsdsi.ldap |
Uses of CertSelector in jsdsi |
Subclasses of CertSelector in jsdsi | |
class |
AuthCertSelector
Selects all authorization certificates issued by a specific principal that grant an authorization at least as strong as a specified authorization. |
class |
CompatibleCertSelector
Selects all certificates whose subject is a name that starts with the specified issuer and local name. |
class |
IssuerCertSelector
Selects all certificates issued by the given principal. |
class |
NameCertSelector
Selects all name certificates issued by a specific principal to define a specific local name. |
class |
SubjectCertSelector
Selects all certificates whose subject is the given subject. |
Uses of CertSelector in jsdsi.certstore |
Methods in jsdsi.certstore with parameters of type CertSelector | |
abstract java.util.Collection |
AbstractJsdsiCertStore.getCertificates(CertSelector selector)
To be implemented by sub-classes |
java.util.Collection |
CertificateDAO.retrieve(CertSelector selector)
Retrieves a collection of certificates from a store. |
java.util.Collection |
InMemoryCertificateDAO.retrieve(CertSelector selector)
|
java.util.Collection |
JsdsiCertStore.getCertificates(CertSelector selector)
|
Uses of CertSelector in jsdsi.certstore.jdbc |
Methods in jsdsi.certstore.jdbc with parameters of type CertSelector | |
java.util.Collection |
JdbcCertificateDAO.retrieve(CertSelector selector)
|
Uses of CertSelector in jsdsi.ldap |
Methods in jsdsi.ldap with parameters of type CertSelector | |
java.util.Collection |
LDAPCertStore.engineGetCertificates(CertSelector s)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |