IP*Works! SSL V9

ipworksssl
Class IpdaemonsSSLClientAuthenticationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworksssl.IpdaemonsSSLClientAuthenticationEvent
All Implemented Interfaces:
java.io.Serializable

public class IpdaemonsSSLClientAuthenticationEvent
extends java.util.EventObject

Fired when the client presents its credentials to the server.

This is where the server can decide whether to continue or not. The Accept parameter is a recommendation on whether to continue or close the connection. This is just a suggestion: application software must use its own logic to determine whether to continue or not.

When Accept is False, Status shows why the verification failed (otherwise, Status contains the string "OK").

See Also:
Ipdaemons, Ipdaemons.SSLClientAuthenticationEvent, Serialized Form

Field Summary
 boolean accept
           
 byte[] certEncoded
           
 java.lang.String certIssuer
           
 java.lang.String certSubject
           
 java.lang.String connectionId
           
 java.lang.String status
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connectionId

public java.lang.String connectionId

certEncoded

public byte[] certEncoded

certSubject

public java.lang.String certSubject

certIssuer

public java.lang.String certIssuer

status

public java.lang.String status

accept

public boolean accept

IP*Works! SSL V9

Copyright (c) 2015 /n software inc. - All rights reserved.