org.objectweb.telosys.auth
Class TelosysAUTH

java.lang.Object
  extended byorg.objectweb.telosys.auth.TelosysAUTH

public final class TelosysAUTH
extends java.lang.Object

Authentication layer manager ( initialization and configuration )


Constructor Summary
TelosysAUTH()
           
 
Method Summary
static java.lang.String getFirstPage()
          Returns the default first page (where to go after authentication)
It comes from the Telosys properties and can be null.
static java.lang.String getRealmName()
          Returns the "realm name" useful for basic http authentication
It comes from the Telosys properties and can be null.
static boolean init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelosysAUTH

public TelosysAUTH()
Method Detail

init

public static boolean init()

getFirstPage

public static java.lang.String getFirstPage()
Returns the default first page (where to go after authentication)
It comes from the Telosys properties and can be null.

Returns:

getRealmName

public static java.lang.String getRealmName()
Returns the "realm name" useful for basic http authentication
It comes from the Telosys properties and can be null.

Returns: