File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
uaa/src/test/java/org/cloudfoundry/identity/uaa/integration Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1717import org .cloudfoundry .identity .uaa .ServerRunningExtension ;
1818import org .cloudfoundry .identity .uaa .client .UaaClientDetails ;
1919import org .cloudfoundry .identity .uaa .constants .OriginKeys ;
20+ import org .cloudfoundry .identity .uaa .extensions .profiles .EnabledIfProfile ;
2021import org .cloudfoundry .identity .uaa .integration .util .IntegrationTestUtils ;
2122import org .cloudfoundry .identity .uaa .oauth .client .ClientConstants ;
2223import org .cloudfoundry .identity .uaa .oauth .common .util .RandomValueStringGenerator ;
4243import static org .cloudfoundry .identity .uaa .integration .util .IntegrationTestUtils .doesSupportZoneDNS ;
4344import static org .cloudfoundry .identity .uaa .provider .ExternalIdentityProviderDefinition .USER_ATTRIBUTE_PREFIX ;
4445
46+ @ EnabledIfProfile ("ldap" )
4547class LdapIntegrationTests {
4648 @ RegisterExtension
4749 private static final ServerRunningExtension serverRunning = ServerRunningExtension .connect ();
You can’t perform that action at this time.
0 commit comments