java.lang.Objectorg.objectweb.telosys.auth.TelosysAUTH
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 |
public TelosysAUTH()
Method Detail |
public static boolean init()
public static java.lang.String getFirstPage()
public static java.lang.String getRealmName()