net.sf.jguard.ext.authentication.manager
Class AuthenticationManagerUtils

java.lang.Object
  extended by net.sf.jguard.ext.authentication.manager.AuthenticationManagerUtils

public class AuthenticationManagerUtils
extends java.lang.Object


Constructor Summary
AuthenticationManagerUtils()
           
 
Method Summary
static XmlAuthenticationManager exportAsXmlAuthenticationManager(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager, java.util.Map authenticationManagerOptions)
          return a new XmlAuthenticationManager although if the parameter is already an XmlAuthenticationManager.
static void exportAsXMLFile(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager, java.util.Map authenticationManagerOptions, java.lang.String fileName)
           
static java.lang.String exportAsXMLString(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager, java.util.Map authenticationManagerOptions)
           
static void writeAsHTML(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager, java.util.Map authenticationManagerOptions, java.io.OutputStream outputStream)
           
static void writeAsXML(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager, java.util.Map authenticationManagerOptions, java.io.OutputStream outputStream, java.lang.String encodingScheme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationManagerUtils

public AuthenticationManagerUtils()
Method Detail

exportAsXMLString

public static java.lang.String exportAsXMLString(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager,
                                                 java.util.Map authenticationManagerOptions)

exportAsXmlAuthenticationManager

public static XmlAuthenticationManager exportAsXmlAuthenticationManager(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager,
                                                                        java.util.Map authenticationManagerOptions)
return a new XmlAuthenticationManager although if the parameter is already an XmlAuthenticationManager.

Parameters:
authenticationManager -
Returns:

writeAsHTML

public static void writeAsHTML(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager,
                               java.util.Map authenticationManagerOptions,
                               java.io.OutputStream outputStream)
                        throws java.io.IOException
Throws:
java.io.IOException

writeAsXML

public static void writeAsXML(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager,
                              java.util.Map authenticationManagerOptions,
                              java.io.OutputStream outputStream,
                              java.lang.String encodingScheme)
                       throws java.io.IOException
Throws:
java.io.IOException

exportAsXMLFile

public static void exportAsXMLFile(net.sf.jguard.core.authentication.manager.AuthenticationManager authenticationManager,
                                   java.util.Map authenticationManagerOptions,
                                   java.lang.String fileName)
                            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2009. All Rights Reserved.