org.apache.tomee.catalina.realm.event
Class SslAuthenticationEvent

java.lang.Object
  extended by org.apache.tomee.catalina.realm.event.BaseAuthenticationEvent
      extended by org.apache.tomee.catalina.realm.event.SslAuthenticationEvent

public class SslAuthenticationEvent
extends BaseAuthenticationEvent


Constructor Summary
SslAuthenticationEvent(X509Certificate[] certs)
           
 
Method Summary
 X509Certificate[] getCerts()
           
 
Methods inherited from class org.apache.tomee.catalina.realm.event.BaseAuthenticationEvent
getPrincipal, setPrincipal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslAuthenticationEvent

public SslAuthenticationEvent(X509Certificate[] certs)
Method Detail

getCerts

public X509Certificate[] getCerts()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.