Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 28, 2016
1 parent fcd8714 commit 373eb10
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyDescription("Abstractions for the Stormpath .NET SDK.")]
[assembly: AssemblyCompany("Stormpath, Inc.")]
[assembly: AssemblyCopyright("(c) 2016 Stormpath, Inc.")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyFileVersion("0.7.1")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -32,8 +32,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Stormpath.Configuration.Abstractions, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.1.0.4\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Reference Include="Stormpath.Configuration.Abstractions, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.3.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -90,8 +90,11 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\CustomData\ICustomDataProxy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\DataStore\IDataStore.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Directory\DirectoryStatus.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Directory\IAccountCreationPolicy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Directory\IDirectory.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Directory\IDirectoryCreationOptions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Directory\IPasswordPolicy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Directory\IPasswordStrengthPolicy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Error\IError.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Error\ResourceException.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Group\GroupStatus.cs" />
Expand Down Expand Up @@ -183,6 +186,7 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Logging\LogEntry.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Logging\LoggerExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Logging\LogLevel.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Mail\EmailStatus.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Oauth\IAccessToken.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Oauth\IIdSiteTokenAuthenticationRequest.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Oauth\IIdSiteTokenAuthenticationRequestBuilder.cs" />
Expand Down Expand Up @@ -272,10 +276,10 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Tenant\ITenantActions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<!-- #endAutogen -->
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<!-- #endAutogen -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand All @@ -284,5 +288,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>

</Project>
2 changes: 1 addition & 1 deletion doc/proxy/Stormpath.SDK.Abstractions/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Stormpath.Configuration.Abstractions" version="1.0.4" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="3.0.0" targetFramework="net451" />
</packages>
4 changes: 2 additions & 2 deletions doc/proxy/Stormpath.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyDescription("The official Stormpath SDK for .NET. Don't install this package directly; install the Stormpath.SDK package unless you are bringing your own JSON serializer and HTTP client plugins.")]
[assembly: AssemblyCompany("Stormpath, Inc.")]
[assembly: AssemblyCopyright("(c) 2016 Stormpath, Inc.")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyFileVersion("0.7.1")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]

26 changes: 16 additions & 10 deletions doc/proxy/Stormpath.SDK/Stormpath.SDK.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -32,21 +32,21 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="FlexibleConfiguration, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlexibleConfiguration.1.0.0\lib\net45\FlexibleConfiguration.dll</HintPath>
<Reference Include="FlexibleConfiguration, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlexibleConfiguration.1.0.1\lib\net45\FlexibleConfiguration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Polyglot, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polyglot.1.0.0\lib\net451\Polyglot.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.1.0.6\lib\net451\Stormpath.Configuration.dll</HintPath>
<Reference Include="Stormpath.Configuration, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.3.0.0\lib\net451\Stormpath.Configuration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration.Abstractions, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Stormpath.Configuration.Abstractions.1.0.4\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Reference Include="Stormpath.Configuration.Abstractions, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.3.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -226,14 +226,20 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\DataStore\Filters\ReadCacheFilter.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\DataStore\Filters\WriteCacheFilter.Async.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\DataStore\Filters\WriteCacheFilter.Sync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultAccountCreationPolicy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectory.Collections.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectory.CreationActions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectory.CreationActionsSync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectory.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectory.Resources.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectory.ResourcesSync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultDirectoryCreationOptions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultPasswordPolicy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\DefaultPasswordStrengthPolicy.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\IAccountCreationPolicySync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\IDirectorySync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\IPasswordPolicySync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Directory\IPasswordStrengthPolicySync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Error\DefaultError.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Extensions\ConcurrentDictionaryExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Extensions\HttpExtensions.cs" />
Expand Down Expand Up @@ -521,6 +527,7 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncOauthPolicyExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncOrganizationAccountStoreMappingExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncPasswordGrantAuthenticatorExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncPasswordPolicyExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncPasswordResetTokenExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncQueryableExtensions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Sync\SyncRefreshGrantAuthenticatorExtensions.cs" />
Expand Down Expand Up @@ -550,5 +557,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>

</Project>
6 changes: 3 additions & 3 deletions doc/proxy/Stormpath.SDK/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FlexibleConfiguration" version="1.0.0" targetFramework="net451" />
<package id="FlexibleConfiguration" version="1.0.1" targetFramework="net451" />
<package id="Polyglot" version="1.0.0" targetFramework="net451" />
<package id="Stormpath.Configuration" version="1.0.6" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="1.0.4" targetFramework="net451" />
<package id="Stormpath.Configuration" version="3.0.0" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="3.0.0" targetFramework="net451" />
<package id="YamlDotNet" version="3.8.0" targetFramework="net451" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

namespace Stormpath.SDK.Directory
{
/// <summary>
/// Represents the Account Creation Policy for a <see cref="IDirectory">Directory</see>.
/// </summary>
public interface IAccountCreationPolicy : IResource, ISaveable<IAccountCreationPolicy>
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
namespace Stormpath.SDK.Directory
{
/// <summary>
/// Represents the password strength policy for a <see cref="IDirectory">Directory</see>.
/// Represents the Password Strength Policy for a <see cref="IDirectory">Directory</see>.
/// </summary>
public interface IPasswordStrengthPolicy : IResource, ISaveable<IPasswordStrengthPolicy>
{
/// <summary>
/// Gets the minimum quantity of symbols required by this policy.
/// </summary>
/// <remarks>
/// The supported symbols are: space, !, ", #, $, %, &, ', (, ), *, +, comma, -, ., /, :, ;, <, =, >, @, [, \, ], ^, _, {, |, }, ~, ¡, §, ©, «, ¬, ® , ±, µ, ¶, ·, », ½, ¿, ×, ÷
/// The supported symbols are: <![CDATA[space, !, ", #, $, %, &, ', (, ), *, +, comma, -, ., /, :, ;, <, =, >, @, [, \, ], ^, _, {, |, }, ~, ¡, §, ©, «, ¬, ® , ±, µ, ¶, ·, », ½, ¿, ×, ÷]]>
/// </remarks>
/// <value>
/// The minimum quantity of symbols required by this policy.
Expand All @@ -38,7 +38,7 @@ public interface IPasswordStrengthPolicy : IResource, ISaveable<IPasswordStrengt
/// Gets the minimum quantity of diacritic characters required by this policy.
/// </summary>
/// <remarks>
/// The supported diacritic characters are: À, Á, Â, Ã, Ä, Å, Æ, Ç, È, É, Ê, Ë, Ì, Í, Î, Ï, Ð, Ñ, Ò, Ó, Ô, Õ, Ö, Ø, Ù, Ú, Û, Ü, Ý, Þ, ß, à, á, â, ã, ä, å, æ, ç, è, é, ê, ë, ì, í, î, ï, ð, ñ, ò, ó, ô, õ, ö, ø, ù, ú, û, ü, ý, þ, ÿ
/// The supported diacritic characters are: <![CDATA[À, Á, Â, Ã, Ä, Å, Æ, Ç, È, É, Ê, Ë, Ì, Í, Î, Ï, Ð, Ñ, Ò, Ó, Ô, Õ, Ö, Ø, Ù, Ú, Û, Ü, Ý, Þ, ß, à, á, â, ã, ä, å, æ, ç, è, é, ê, ë, ì, í, î, ï, ð, ñ, ò, ó, ô, õ, ö, ø, ù, ú, û, ü, ý, þ, ÿ]]>
/// </remarks>
/// <value>
/// The minimum quantity of diacritic characters required by this policy.
Expand Down Expand Up @@ -92,7 +92,7 @@ public interface IPasswordStrengthPolicy : IResource, ISaveable<IPasswordStrengt
/// Sets the minimum quantity of symbols required by this policy.
/// </summary>
/// <remarks>
/// The supported symbols are: space, !, ", #, $, %, &, ', (, ), *, +, comma, -, ., /, :, ;, <, =, >, @, [, \, ], ^, _, {, |, }, ~, ¡, §, ©, «, ¬, ® , ±, µ, ¶, ·, », ½, ¿, ×, ÷
/// The supported symbols are: <![CDATA[space, !, ", #, $, %, &, ', (, ), *, +, comma, -, ., /, :, ;, <, =, >, @, [, \, ], ^, _, {, |, }, ~, ¡, §, ©, «, ¬, ® , ±, µ, ¶, ·, », ½, ¿, ×, ÷]]>
/// </remarks>
/// <param name="minimumSymbols">The minimum quantity of symbols required.</param>
/// <returns>This instance for method chaining.</returns>
Expand All @@ -102,7 +102,7 @@ public interface IPasswordStrengthPolicy : IResource, ISaveable<IPasswordStrengt
/// Sets the minimum quantity of diacritic characters required by this policy.
/// </summary>
/// <remarks>
/// The supported diacritic characters are: À, Á, Â, Ã, Ä, Å, Æ, Ç, È, É, Ê, Ë, Ì, Í, Î, Ï, Ð, Ñ, Ò, Ó, Ô, Õ, Ö, Ø, Ù, Ú, Û, Ü, Ý, Þ, ß, à, á, â, ã, ä, å, æ, ç, è, é, ê, ë, ì, í, î, ï, ð, ñ, ò, ó, ô, õ, ö, ø, ù, ú, û, ü, ý, þ, ÿ
/// The supported diacritic characters are: <![CDATA[À, Á, Â, Ã, Ä, Å, Æ, Ç, È, É, Ê, Ë, Ì, Í, Î, Ï, Ð, Ñ, Ò, Ó, Ô, Õ, Ö, Ø, Ù, Ú, Û, Ü, Ý, Þ, ß, à, á, â, ã, ä, å, æ, ç, è, é, ê, ë, ì, í, î, ï, ð, ñ, ò, ó, ô, õ, ö, ø, ù, ú, û, ü, ý, þ, ÿ]]>
/// </remarks>
/// <param name="minimumDiacritics">The minimum quantity of diacritic characters required.</param>
/// <returns>This instance for method chaining.</returns>
Expand Down

0 comments on commit 373eb10

Please sign in to comment.