@UnitTest public class DefaultAngularAuthenticationStrategyTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultAngularAuthenticationStrategyTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testAcquireOAuthTokenWhenTokenGranted() |
void |
testAcquireOAuthTokenWhenTokenNotGranted() |
void |
testEncodeUrlValue() |
void |
testGetPassword() |
void |
testGetTokenRequestParams() |
void |
testGetUsername() |
void |
testLoginWhenSecureRequestAndTokenAcquired() |
void |
testLoginWhenSecureRequestButNoTokenAcquired() |
void |
testLoginWhenUnsecureRequest() |
void |
testLogoutWhenAuthenticationParmNotAvaialble() |
void |
testLogoutWhenSecureRequestAndAuthenticationParamAvailable() |
void |
testLogoutWhenUnsecureRequest() |
void |
testRemoveToken() |
void |
testRemoveTokenWhenTokenNull() |
public DefaultAngularAuthenticationStrategyTest()
public void setup()
public void testLoginWhenUnsecureRequest()
public void testLoginWhenSecureRequestButNoTokenAcquired()
public void testLoginWhenSecureRequestAndTokenAcquired()
public void testLogoutWhenUnsecureRequest()
public void testLogoutWhenAuthenticationParmNotAvaialble()
public void testLogoutWhenSecureRequestAndAuthenticationParamAvailable()
public void testAcquireOAuthTokenWhenTokenNotGranted()
public void testAcquireOAuthTokenWhenTokenGranted()
public void testGetTokenRequestParams()
public void testEncodeUrlValue()
public void testGetUsername()
public void testGetPassword()
public void testRemoveToken()
public void testRemoveTokenWhenTokenNull()
Copyright © 2018 SAP SE. All Rights Reserved.