org.alfresco.repo.security.authentication
Class AuthenticationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.security.authentication.AuthenticationTest
All Implemented Interfaces:
junit.framework.Test

public class AuthenticationTest
extends junit.framework.TestCase


Constructor Summary
AuthenticationTest()
           
AuthenticationTest(java.lang.String arg0)
           
 
Method Summary
 void c()
           
 void setUp()
           
protected  void tearDown()
           
 void testAbstractAuthenticationComponentGuestUserSupport()
           
 void testAuthentication()
           
 void testAuthenticationFailure()
           
 void testAuthenticationService()
           
 void testAuthenticationService0()
           
 void testAuthenticationService1()
           
 void testAuthenticationService2()
           
 void testAuthenticationService3()
           
 void testAuthenticationService4()
           
 void testAuthenticationServiceGetNewTicket()
           
 void testCreateAndyUserAndOtherCRUD()
           
 void testCreateAuthenticationWhileRunningAsSystem()
           
 void testCreateUsers()
           
 void testGuest()
           
 void testNewTicketOnLogin()
           
 void testPassThroughLogin()
           
 void testPubAuthenticationService()
           
 void testPubAuthenticationService0()
           
 void testPubAuthenticationService1()
           
 void testPubAuthenticationService2()
           
 void testPubAuthenticationService3()
           
 void testPushAndPopAuthentication()
           
 void testSystemTicket()
           
 void testTicket()
           
 void testTicketDoesNotExpire()
           
 void testTicketExpires()
           
 void testTicketExpiryMode()
           
 void testTicketOneOff()
           
 void testTicketRepeat()
           
 void xtestScalability()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationTest

public AuthenticationTest()

AuthenticationTest

public AuthenticationTest(java.lang.String arg0)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testSystemTicket

public void testSystemTicket()
                      throws java.lang.Exception
Throws:
java.lang.Exception

xtestScalability

public void xtestScalability()

c

public void c()

testNewTicketOnLogin

public void testNewTicketOnLogin()

testGuest

public void testGuest()

testCreateUsers

public void testCreateUsers()

testCreateAndyUserAndOtherCRUD

public void testCreateAndyUserAndOtherCRUD()
                                    throws java.security.NoSuchAlgorithmException,
                                           java.io.UnsupportedEncodingException
Throws:
java.security.NoSuchAlgorithmException
java.io.UnsupportedEncodingException

testAuthentication

public void testAuthentication()

testCreateAuthenticationWhileRunningAsSystem

public void testCreateAuthenticationWhileRunningAsSystem()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

testPushAndPopAuthentication

public void testPushAndPopAuthentication()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testAuthenticationFailure

public void testAuthenticationFailure()

testTicket

public void testTicket()

testTicketRepeat

public void testTicketRepeat()

testTicketOneOff

public void testTicketOneOff()

testTicketExpiryMode

public void testTicketExpiryMode()

testTicketExpires

public void testTicketExpires()

testTicketDoesNotExpire

public void testTicketDoesNotExpire()

testAuthenticationServiceGetNewTicket

public void testAuthenticationServiceGetNewTicket()

testAuthenticationService1

public void testAuthenticationService1()

testAuthenticationService2

public void testAuthenticationService2()

testAuthenticationService3

public void testAuthenticationService3()

testAuthenticationService4

public void testAuthenticationService4()

testAuthenticationService

public void testAuthenticationService()

testAuthenticationService0

public void testAuthenticationService0()

testPubAuthenticationService1

public void testPubAuthenticationService1()

testPubAuthenticationService2

public void testPubAuthenticationService2()

testPubAuthenticationService3

public void testPubAuthenticationService3()

testPubAuthenticationService

public void testPubAuthenticationService()

testPubAuthenticationService0

public void testPubAuthenticationService0()

testAbstractAuthenticationComponentGuestUserSupport

public void testAbstractAuthenticationComponentGuestUserSupport()

testPassThroughLogin

public void testPassThroughLogin()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.