Uses of Class
org.aselect.authspserver.log.AuthSPSystemLogger

Packages that use AuthSPSystemLogger
org.aselect.authspserver.authsp.ldap   
org.aselect.authspserver.authsp.pki   
org.aselect.authspserver.authsp.pki.cert.handler   
org.aselect.authspserver.authsp.pki.cert.handler.ldap   
org.aselect.authspserver.authsp.pki.crl.handler   
org.aselect.authspserver.authsp.pki.crl.handler.file   
org.aselect.authspserver.authsp.pki.crl.handler.html   
org.aselect.authspserver.authsp.pki.crl.handler.ldap   
org.aselect.authspserver.crypto   
org.aselect.authspserver.log   
 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.ldap
 

Fields in org.aselect.authspserver.authsp.ldap declared as AuthSPSystemLogger
protected  AuthSPSystemLogger AbstractLDAPProtocolHandler._systemLogger
          The logger that logs system information
 

Methods in org.aselect.authspserver.authsp.ldap with parameters of type AuthSPSystemLogger
 boolean AbstractLDAPProtocolHandler.init(java.lang.String sLDAPUrl, java.lang.String sDriver, java.lang.String sBaseDn, java.lang.String sUserDn, boolean bFullUid, java.lang.String sUid, java.lang.String sPrincipalDn, java.lang.String sPrincipalPwd, AuthSPSystemLogger systemLogger)
          Set the configuration items and the system logger.
 boolean ILDAPProtocolHandler.init(java.lang.String sLDAPSUrl, java.lang.String sDriver, java.lang.String sBaseDn, java.lang.String sUserDn, boolean bFullUid, java.lang.String sUid, java.lang.String sPrincipalDn, java.lang.String sPrincipalPwd, AuthSPSystemLogger systemLogger)
          Initialize the ILDAPProtocolHandler.
static ILDAPProtocolHandler LDAPProtocolHandlerFactory.instantiateProtocolHandler(java.lang.Object oConfig, java.lang.String sUid, AuthSPSystemLogger systemLogger)
          Instantiate a new ILDAPProtocolHandler implementation.
 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki
 

Methods in org.aselect.authspserver.authsp.pki with parameters of type AuthSPSystemLogger
 void PKIManager.init(java.lang.Object oConfig, AuthSPSystemLogger oSystemLogger)
          Initializes the PKI Manager.
 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki.cert.handler
 

Methods in org.aselect.authspserver.authsp.pki.cert.handler with parameters of type AuthSPSystemLogger
 void ICertificateHandler.init(AuthSPSystemLogger oSystemLogger, java.lang.Object oBackendConfig)
          Initialize the Certificate Handler.
 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki.cert.handler.ldap
 

Methods in org.aselect.authspserver.authsp.pki.cert.handler.ldap with parameters of type AuthSPSystemLogger
 void LDAPCertificateHandler.init(AuthSPSystemLogger oSystemLogger, java.lang.Object oBackendConfig)
          Initialize the LDAP Certificate Handler

 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki.crl.handler
 

Methods in org.aselect.authspserver.authsp.pki.crl.handler with parameters of type AuthSPSystemLogger
 void ICRLHandler.init(AuthSPSystemLogger oSystemLogger)
          Initialize the CRL Handler.
 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki.crl.handler.file
 

Methods in org.aselect.authspserver.authsp.pki.crl.handler.file with parameters of type AuthSPSystemLogger
 void FileCRLHandler.init(AuthSPSystemLogger oSystemLogger)
          initialize the File CRL Handler

 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki.crl.handler.html
 

Methods in org.aselect.authspserver.authsp.pki.crl.handler.html with parameters of type AuthSPSystemLogger
 void HttpCRLHandler.init(AuthSPSystemLogger oSystemLogger)
          initialize the Http CRL Handler

 

Uses of AuthSPSystemLogger in org.aselect.authspserver.authsp.pki.crl.handler.ldap
 

Methods in org.aselect.authspserver.authsp.pki.crl.handler.ldap with parameters of type AuthSPSystemLogger
 void LDAPCRLHandler.init(AuthSPSystemLogger oSystemLogger)
          initialize the LDAP CRL Handler

 

Uses of AuthSPSystemLogger in org.aselect.authspserver.crypto
 

Constructors in org.aselect.authspserver.crypto with parameters of type AuthSPSystemLogger
CryptoEngine(java.lang.String sWorkingDir, AuthSPSystemLogger oAuthSPSystemLogger)
          Constructor for CryptoEngine.
 

Uses of AuthSPSystemLogger in org.aselect.authspserver.log
 

Methods in org.aselect.authspserver.log that return AuthSPSystemLogger
static AuthSPSystemLogger AuthSPSystemLogger.getHandle()
          Method to return the instance of the SystemLogger.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.