ipworksssl
Class IpdaemonsSSLClientAuthenticationEvent
java.lang.Object
java.util.EventObject
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
| Fields inherited from class java.util.EventObject |
source |
| 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 |
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
Copyright (c) 2015 /n software inc. - All rights reserved.