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 Object
implements FilterChainEvent


Constructor Summary
SSLFilter.CertificateEvent(boolean needClientAuth)
           
 
Method Summary
 Object[] getCertificates()
           
 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 Object type()
Specified by:
type in interface FilterChainEvent

getCertificates

public Object[] getCertificates()


Copyright © 2012 Oracle Corporation. All Rights Reserved.