File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -949,27 +949,6 @@ def testSecurityProviderGetAttributes(self):
949
949
self .assertEquals (model_value , 'MyObjectName' )
950
950
return
951
951
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
-
973
952
def testJrfSecurityProviderDiscovery (self ):
974
953
location = LocationContext ().append_location (FOLDERS .SECURITY_CONFIGURATION )
975
954
token = self .aliases .get_name_token (location )
You can’t perform that action at this time.
0 commit comments