org.openpermis.editor.policy.view.component
Interface SubjectFinderComponent

All Superinterfaces:
Chooser
All Known Implementing Classes:
ConfiguredSubjectFinderComponent, FileSubjectFinderComponent, LdapSubjectFinderComponent

public interface SubjectFinderComponent
extends Chooser

This class provides a dialog for setting all necessary informations to be able to create a MutableSubjectFinder and a method to create the MutableSubjectFinder.

Since:
0.9.0

Field Summary
static org.openpermis.cert.verify.CertificateVerifier VERIFIER
          This anonymous implementation accepts all verified certificates.
 
Method Summary
 org.openpermis.subject.MutableSubjectFinder getMutableSubjectFinder(X509Certificate cert, PrivateKey key)
          Returns a MutableSubjectFinder.
 
Methods inherited from interface org.openpermis.editor.policy.view.component.Chooser
getInfo, isChoosable, isPrepared, show
 

Field Detail

VERIFIER

static final org.openpermis.cert.verify.CertificateVerifier VERIFIER
This anonymous implementation accepts all verified certificates.

Since:
0.9.0
Method Detail

getMutableSubjectFinder

org.openpermis.subject.MutableSubjectFinder getMutableSubjectFinder(X509Certificate cert,
                                                                    PrivateKey key)
Returns a MutableSubjectFinder.

Parameters:
cert - the certificate of the issuer.
key - the private key of the issuer used to sign the newly created certificate.
Returns:
a MutableSubjectFinder.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG