org.syncope.console.pages
Class Authentication

java.lang.Object
  extended by org.syncope.console.pages.Authentication

public class Authentication
extends Object


Field Summary
 Boolean authenticated
           
static String nodo
           
static Writer out
           
 String xmlPassword
           
 String xmlUsername
           
 
Constructor Summary
Authentication()
           
 
Method Summary
 boolean authentication(String username, String password, InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodo

public static String nodo

out

public static Writer out

authenticated

public Boolean authenticated

xmlUsername

public String xmlUsername

xmlPassword

public String xmlPassword
Constructor Detail

Authentication

public Authentication()
Method Detail

authentication

public boolean authentication(String username,
                              String password,
                              InputStream inputStream)


Copyright © 2010. All Rights Reserved.