org.springframework.security.oauth2.provider.approval
Class TestApprovalStoreUserApprovalHandler

java.lang.Object
  extended by org.springframework.security.oauth2.provider.approval.TestApprovalStoreUserApprovalHandler

public class TestApprovalStoreUserApprovalHandler
extends Object


Constructor Summary
TestApprovalStoreUserApprovalHandler()
           
 
Method Summary
 void init()
           
 void testAutoapprovedAllScopes()
           
 void testAutoapprovedScopes()
           
 void testAutoapprovedWildcardScopes()
           
 void testExpiredPreapprovedScopes()
           
 void testExplicitlyApprovedScopes()
           
 void testExplicitlyPreapprovedScopes()
           
 void testImplicitlyDeniedScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestApprovalStoreUserApprovalHandler

public TestApprovalStoreUserApprovalHandler()
Method Detail

init

public void init()

testExplicitlyApprovedScopes

public void testExplicitlyApprovedScopes()

testImplicitlyDeniedScope

public void testImplicitlyDeniedScope()

testExplicitlyPreapprovedScopes

public void testExplicitlyPreapprovedScopes()

testAutoapprovedScopes

public void testAutoapprovedScopes()

testAutoapprovedWildcardScopes

public void testAutoapprovedWildcardScopes()

testAutoapprovedAllScopes

public void testAutoapprovedAllScopes()

testExpiredPreapprovedScopes

public void testExpiredPreapprovedScopes()


Copyright © 2013. All rights reserved.