org.objectweb.proactive.ext.security.crypto
Class AuthenticationTicket

java.lang.Object
  extended by org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationTicket
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.security.cert.X509Certificate certificate
           
 java.lang.String identity
           
 long random
           
 java.lang.Object signedAuthenticationTicketProperty
           
 
Constructor Summary
AuthenticationTicket()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certificate

public java.security.cert.X509Certificate certificate

identity

public java.lang.String identity

random

public long random

signedAuthenticationTicketProperty

public java.lang.Object signedAuthenticationTicketProperty
Constructor Detail

AuthenticationTicket

public AuthenticationTicket()


Copyright 2001-2007 INRIA All Rights Reserved.