eu.xtreemos.xosd.security.cdamng.data
Class Authentification

java.lang.Object
  extended by eu.xtreemos.xosd.security.cdamng.data.Authentification
All Implemented Interfaces:
java.io.Serializable

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

Author:
gregor.pipan@xlab.si Creation Date: Jul 12, 2007
See Also:
Serialized Form

Field Summary
 AuthentificationType authtype
           
 sun.security.x509.X509CertImpl cert
           
 java.lang.String password
           
 java.lang.String username
           
 
Constructor Summary
Authentification()
           
Authentification(java.lang.String username, java.lang.String password)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authtype

public AuthentificationType authtype

username

public java.lang.String username

password

public java.lang.String password

cert

public sun.security.x509.X509CertImpl cert
Constructor Detail

Authentification

public Authentification()

Authentification

public Authentification(java.lang.String username,
                        java.lang.String password)