org.glassfish.grizzly.ssl
Class SSLFilter.CertificateEvent

java.lang.Object
  extended by org.glassfish.grizzly.ssl.SSLFilter.CertificateEvent
All Implemented Interfaces:
FilterChainEvent
Enclosing class:
SSLFilter

public static class SSLFilter.CertificateEvent
extends java.lang.Object
implements FilterChainEvent


Constructor Summary
SSLFilter.CertificateEvent(boolean needClientAuth)
           
 
Method Summary
 java.lang.Object[] getCertificates()
           
 java.lang.Object type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLFilter.CertificateEvent

public SSLFilter.CertificateEvent(boolean needClientAuth)
Method Detail

type

public final java.lang.Object type()
Specified by:
type in interface FilterChainEvent

getCertificates

public java.lang.Object[] getCertificates()


Copyright © 2012 Oracle Corporation. All Rights Reserved.