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

java.lang.Object
  |
  +--org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 java.lang.String identity
           
 long random1
           
 long random2
           
 
Constructor Summary
AuthenticationTicketProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random1

public long random1

random2

public long random2

identity

public java.lang.String identity
Constructor Detail

AuthenticationTicketProperty

public AuthenticationTicketProperty()


Copyright © April 2004 INRIA All Rights Reserved.