be.fedict.eid.applet.service.cdi
Class AuthenticationEvent

java.lang.Object
  extended by be.fedict.eid.applet.service.cdi.AuthenticationEvent

public class AuthenticationEvent
extends Object


Constructor Summary
AuthenticationEvent(List<X509Certificate> authCertChain)
           
 
Method Summary
 List<X509Certificate> getAuthenticationCertificateChain()
           
 void invalid()
           
 boolean isValid()
           
 void valid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationEvent

public AuthenticationEvent(List<X509Certificate> authCertChain)
Method Detail

getAuthenticationCertificateChain

public List<X509Certificate> getAuthenticationCertificateChain()

valid

public void valid()

invalid

public void invalid()

isValid

public boolean isValid()


Copyright © 2008-2014 FedICT. All Rights Reserved.