org.syncope.console.pages
Class Authentication

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

public class Authentication
extends java.lang.Object


Field Summary
 java.lang.Boolean authenticated
           
static java.lang.String nodo
           
static java.io.Writer out
           
 java.lang.String xmlPassword
           
 java.lang.String xmlUsername
           
 
Constructor Summary
Authentication()
           
 
Method Summary
 boolean authentication(java.lang.String username, java.lang.String password, java.io.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 java.lang.String nodo

out

public static java.io.Writer out

authenticated

public java.lang.Boolean authenticated

xmlUsername

public java.lang.String xmlUsername

xmlPassword

public java.lang.String xmlPassword
Constructor Detail

Authentication

public Authentication()
Method Detail

authentication

public boolean authentication(java.lang.String username,
                              java.lang.String password,
                              java.io.InputStream inputStream)


Copyright © 2010. All Rights Reserved.