C# Class Raven.Tests.Notifications.SecurityOAuth

Inheritance: RavenTest
ファイルを表示 Open project: synhershko/ravendb

Protected Methods

Method Description
CreateDefaultIndexes ( Client documentStore ) : void
ModifyConfiguration ( Database configuration ) : void

Private Methods

Method Description
WithOAuthOnSpecificDatabase ( ) : void
WithOAuthOnSpecificDatabaseWontWorkForAnother ( ) : void
WithOAuthOnSystemDatabase ( ) : void
WithOAuthWithStarWorksForAnyDatabaseOtherThenSystem ( ) : void
WithOAuthWrongKeyFails ( ) : void

Method Details

CreateDefaultIndexes() protected method

protected CreateDefaultIndexes ( Client documentStore ) : void
documentStore Client
return void

ModifyConfiguration() protected method

protected ModifyConfiguration ( Database configuration ) : void
configuration Database
return void