Skip to content

Commit 82839ee

Browse files
committed
[API] Refactors SAML endpoints
1 parent 758075f commit 82839ee

20 files changed

+471
-342
lines changed

elasticsearch-api/lib/elasticsearch/api.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ def self.included(base)
7474
Elasticsearch::API::Remote,
7575
Elasticsearch::API::DanglingIndices,
7676
Elasticsearch::API::Features,
77-
Elasticsearch::API::Shutdown,
78-
Elasticsearch::API::Security
77+
Elasticsearch::API::Shutdown
7978
end
8079

8180
# The serializer class

elasticsearch-api/lib/elasticsearch/api/actions/security/params_registry.rb

Lines changed: 0 additions & 60 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/actions/security/saml_authenticate.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/actions/security/saml_complete_logout.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/actions/security/saml_invalidate.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/actions/security/saml_logout.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/actions/security/saml_prepare_authentication.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

elasticsearch-api/lib/elasticsearch/api/actions/security/saml_service_provider_metadata.rb

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)