From b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:51:40 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_002'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_002@88 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../store/truststore/TrustStoreProfileImpl.html | 365 --------------------- 1 file changed, 365 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/store/truststore/TrustStoreProfileImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/store/truststore/TrustStoreProfileImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/store/truststore/TrustStoreProfileImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/store/truststore/TrustStoreProfileImpl.html deleted file mode 100644 index f0b8e76cf..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/store/truststore/TrustStoreProfileImpl.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class TrustStoreProfileImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore -
-Class TrustStoreProfileImpl

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore.TrustStoreProfileImpl
-
-
-
All Implemented Interfaces:
iaik.servertools.observer.Observable, iaik.pki.store.truststore.TrustStoreProfile
-
-
-
-
public class TrustStoreProfileImpl
extends Object
implements iaik.pki.store.truststore.TrustStoreProfile
- -

-An implementation of the TrustStoreProfile interface, using data - from the MOA configuration. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
See Also:
TrustStoreProfile
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
TrustStoreProfileImpl(ConfigurationProvider config, - String trustProfileId) - -
-          Create a new TrustStoreProfileImpl.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddObserver(iaik.servertools.observer.Observer observer) - -
-           
- StringgetType() - -
-           
- StringgetURI() - -
-           
- voidnotify(iaik.servertools.observer.NotificationData notificationData) - -
-           
- booleanremoveObserver(iaik.servertools.observer.Observer observer) - -
-           
-protected  voidsetType(String type) - -
-          Sets the the trust store type.
-protected  voidsetURI(String URI) - -
-          Sets the trust store URI.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-TrustStoreProfileImpl

-
-public TrustStoreProfileImpl(ConfigurationProvider config,
-                             String trustProfileId)
-                      throws MOAApplicationException
-
-
Create a new TrustStoreProfileImpl.
-
Parameters:
config - The MOA configuration data, from which trust store - configuration data is read.
trustProfileId - The trust profile id on which this - TrustStoreProfile is based.
Throws:
MOAApplicationException - The trustProfileId could not - be found in the MOA configuration.
-
-
- - - - - - - - -
-Method Detail
- -

-getType

-
-public String getType()
-
-
-
Specified by:
getType in interface iaik.pki.store.truststore.TrustStoreProfile
-
-
-
See Also:
TrustStoreProfile.getType()
-
-
-
- -

-setType

-
-protected void setType(String type)
-
-
Sets the the trust store type.
-
-
-
-
Parameters:
type - The trust store type to set.
-
-
-
- -

-getURI

-
-public String getURI()
-
-
-
Specified by:
getURI in interface iaik.pki.store.truststore.TrustStoreProfile
-
-
-
See Also:
TrustStoreProfile.getURI()
-
-
-
- -

-setURI

-
-protected void setURI(String URI)
-
-
Sets the trust store URI.
-
-
-
-
Parameters:
URI - The trust store URI to set.
-
-
-
- -

-addObserver

-
-public void addObserver(iaik.servertools.observer.Observer observer)
-
-
-
Specified by:
addObserver in interface iaik.servertools.observer.Observable
-
-
-
See Also:
iaik.utils.observer.Observable#addObserver(Observer)
-
-
-
- -

-removeObserver

-
-public boolean removeObserver(iaik.servertools.observer.Observer observer)
-
-
-
Specified by:
removeObserver in interface iaik.servertools.observer.Observable
-
-
-
See Also:
iaik.utils.observer.Observable#removeObserver(Observer)
-
-
-
- -

-notify

-
-public void notify(iaik.servertools.observer.NotificationData notificationData)
-
-
-
Specified by:
notify in interface iaik.servertools.observer.Observable
-
-
-
See Also:
iaik.utils.observer.Observable#notify(NotificationData)
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3