org.openmobileis.synchro.security.auth
Class Credential

java.lang.Object
  extended byorg.openmobileis.synchro.security.auth.Credential

public class Credential
extends java.lang.Object

Title: OpenMobileIS project source Description: Use by all class that need credential facility A credential is composed by a principal and a password.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
DefaultException

Constructor Summary
Credential(java.lang.String u, java.lang.String p)
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getPrincipal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credential

public Credential(java.lang.String u,
                  java.lang.String p)
Method Detail

getPrincipal

public java.lang.String getPrincipal()

getPassword

public java.lang.String getPassword()


Copyright 2006 OpenMobileIS. All Rights Reserved.