File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -949,27 +949,6 @@ def testSecurityProviderGetAttributes(self):
949949 self .assertEquals (model_value , 'MyObjectName' )
950950 return
951951
952- def testSecurityProviderDiscovery (self ):
953- location = LocationContext ().append_location (FOLDERS .SECURITY_CONFIGURATION )
954- token = self .aliases .get_name_token (location )
955- location .add_name_token (token , 'my-domain' )
956-
957- location .append_location (FOLDERS .REALM )
958- token = self .aliases .get_name_token (location )
959- location .add_name_token (token , 'myrealm' )
960-
961- location .append_location (FOLDERS .AUTHENTICATION_PROVIDER )
962- result = self .aliases .requires_artificial_type_subfolder_handling (location )
963- self .assertEqual (result , True )
964-
965- token = self .aliases .get_name_token (location )
966- location .add_name_token (token , 'myprovider' )
967- result = \
968- self .aliases .get_model_subfolder_name (location ,
969- 'oracle.security.jps.wls.providers.trust.TrustServiceIdentityAsserter' )
970- self .assertEqual (result , 'SAMLAuthenticator' )
971- return
972-
973952 def testJrfSecurityProviderDiscovery (self ):
974953 location = LocationContext ().append_location (FOLDERS .SECURITY_CONFIGURATION )
975954 token = self .aliases .get_name_token (location )
You can’t perform that action at this time.
0 commit comments