Uses of Class
SOMA.security.infrastructure.ProfileManager

Packages that use ProfileManager
SOMA.agent Contiene le classi di gestione degli agenti. 
SOMA.agent.mobility Contiene le classi che gestiscono la migrazione degli agenti e, in generale, il loro ciclo di vita. 
SOMA.gui Contiene le classi dell'interfaccia grafica utente (GUI). 
SOMA.naming Contiene tutte le classi necessarie all'identificazione di oggetti all'interno del sistema. 
SOMA.security   
SOMA.security.infrastructure   
SOMA.security.infrastructure.explorer   
SOMA.security.net.ssl   
 

Uses of ProfileManager in SOMA.agent
 

Methods in SOMA.agent with parameters of type ProfileManager
 boolean Agent.signatureCode(ProfileManager profile)
          Il seguente metodo firma l'agente.
 boolean Agent.signatureState(ProfileManager profile)
           
 

Uses of ProfileManager in SOMA.agent.mobility
 

Methods in SOMA.agent.mobility with parameters of type ProfileManager
 AgentWorker AgentManagerSecurity.createAgent(java.lang.String agentName, java.lang.Object argument, boolean isSystemAgent, boolean traceable, ProfileManager profile)
          Creazione di un agente.
 

Uses of ProfileManager in SOMA.gui
 

Fields in SOMA.gui declared as ProfileManager
protected  ProfileManager FinProfileLogoff.profile
           
protected  ProfileManager FinProfileLogin.profile
           
protected  ProfileManager FinProfileDisting.profile
          Riferimenti dati tramite il costruttore.
protected  ProfileManager FinProfileCreRec.profile
           
protected  ProfileManager FinProfileChPass.profile
           
protected  ProfileManager FinPolicyUpdate.profile
           
protected  ProfileManager FinCAAddress.profile
           
 

Methods in SOMA.gui with parameters of type ProfileManager
 void FinestraPlace.apriFinCRL(ProfileManager profile)
          Apre finestra con CRL (sicurezza).
 

Constructors in SOMA.gui with parameters of type ProfileManager
FinProfileLogoff(FinestraPlace finestraPlace, ProfileManager profile)
          Costruisce e mostra la finestra di inserimento dati.
FinProfileLogin(FinestraPlace finestraPlace, ProfileManager profile)
          Costruisce e mostra la finestra di inserimento dati.
FinProfileDisting(ProfileManager profile)
          Costruisce e mostra la finestra di informazioni.
FinProfileCreRec(FinestraPlace finestraPlace, ProfileManager profile)
          Costruisce e mostra la finestra di inserimento dati.
FinProfileChPass(FinestraPlace finestraPlace, ProfileManager profile)
          Costruisce e mostra la finestra di inserimento dati.
FinPolicyUpdate(FinestraPlace finestraPlace, ProfileManager profile, UpdateDaemon updateDaemon)
          Costruisce e mostra la finestra di inserimento dati.
FinCAAddress(FinestraPlace finestraPlace, ProfileManager profile)
          Costruisce e mostra la finestra di inserimento dati.
 

Uses of ProfileManager in SOMA.naming
 

Methods in SOMA.naming with parameters of type ProfileManager
 boolean AgentIDSigned.signatureCode(ProfileManager profile, java.lang.String agentName)
           
 boolean AgentIDSigned.signatureState(ProfileManager profile)
           
 

Uses of ProfileManager in SOMA.security
 

Fields in SOMA.security declared as ProfileManager
 ProfileManager SecurityEnvironment.profile
          il profile manager
 

Uses of ProfileManager in SOMA.security.infrastructure
 

Subclasses of ProfileManager in SOMA.security.infrastructure
 class ProfileManagerBox
           
 

Methods in SOMA.security.infrastructure with parameters of type ProfileManager
 void ProfileManagerBox.update(ProfileManager profile)
           
 void ProfileManager.update(ProfileManager profile)
           
 

Uses of ProfileManager in SOMA.security.infrastructure.explorer
 

Fields in SOMA.security.infrastructure.explorer declared as ProfileManager
 ProfileManager ProfileLoginExplorerItem.profile
           
 ProfileManager ProfileExplorerItem.profile
           
 ProfileManager PolicyUpdateItem.profile
           
 ProfileManager CRLsExplorerItem.profile
           
(package private)  ProfileManager AddressExplorerItem.profile
           
 

Constructors in SOMA.security.infrastructure.explorer with parameters of type ProfileManager
ProfileLoginExplorerItem(ProfileManager profile, java.lang.Object myKey, DirExplorerItem currentDir)
           
ProfileExplorerItem(java.lang.Object myKey, ProfileManager profile, DirExplorerItem currentDir)
           
PolicyUpdateItem(java.lang.Object myKey, ProfileManager profile, DirExplorerItem currentDir)
           
CRLsExplorerItem(java.lang.Object myKey, ProfileManager profile, DirExplorerItem currentDir)
           
AddressExplorerItem(java.lang.Object myKey, DirExplorerItem currentDir, ProfileManager profile)
           
 

Uses of ProfileManager in SOMA.security.net.ssl
 

Fields in SOMA.security.net.ssl declared as ProfileManager
(package private)  ProfileManager SSLConnectionServer.profile
           
 

Methods in SOMA.security.net.ssl with parameters of type ProfileManager
 void SSLConnectionServer.setProfile(ProfileManager profile)
           
 java.net.Socket SSLClientSocket.SSLClientSocket(java.net.InetAddress host, int port, ProfileManager profileManager)
           
 

Constructors in SOMA.security.net.ssl with parameters of type ProfileManager
SSLConnectionServer(int port, int backlog, ConnectionFactory myConnectionFactory, ProfileManager profile, int controlCaller)
           
 



Copyright © 2004 Luca Foschini