-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6369f06
commit e714b58
Showing
75 changed files
with
7,986 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
src/pkgs/Altinn.Authorization.ABAC/Altinn.Authorization.ABAC.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.31903.59 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FE957A62-8B01-4434-B6BF-E0F05D87675E}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altinn.Authorization.ABAC", "src\Altinn.Authorization.ABAC\Altinn.Authorization.ABAC.csproj", "{E405027C-908E-4D09-8ED7-E04AD763B06B}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A168CA2A-C3B8-40E1-BE28-688D56C13300}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altinn.Authorization.ABAC.Tests", "tests\Altinn.Authorization.ABAC.Tests\Altinn.Authorization.ABAC.Tests.csproj", "{124CB4D1-FD82-4BF7-975C-893394B62E92}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{E405027C-908E-4D09-8ED7-E04AD763B06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{E405027C-908E-4D09-8ED7-E04AD763B06B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{E405027C-908E-4D09-8ED7-E04AD763B06B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{E405027C-908E-4D09-8ED7-E04AD763B06B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{124CB4D1-FD82-4BF7-975C-893394B62E92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{124CB4D1-FD82-4BF7-975C-893394B62E92}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{124CB4D1-FD82-4BF7-975C-893394B62E92}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{124CB4D1-FD82-4BF7-975C-893394B62E92}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{E405027C-908E-4D09-8ED7-E04AD763B06B} = {FE957A62-8B01-4434-B6BF-E0F05D87675E} | ||
{124CB4D1-FD82-4BF7-975C-893394B62E92} = {A168CA2A-C3B8-40E1-BE28-688D56C13300} | ||
EndGlobalSection | ||
EndGlobal |
19 changes: 19 additions & 0 deletions
19
.../Altinn.Authorization.ABAC/src/Altinn.Authorization.ABAC/Altinn.Authorization.ABAC.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<!-- NuGet package properties --> | ||
<IsPackageProject>true</IsPackageProject> | ||
<PackageId>Altinn.Authorization.ABAC</PackageId> | ||
<PackageTags>Altinn;Authorization;ABAC</PackageTags> | ||
<Description> | ||
Attribute Based Access Control library for .Net Core implementing XACML 3.0 xml and JSON Profile. | ||
See details at https://docs.altinn.studio. | ||
</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" /> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
</Project> |
19 changes: 19 additions & 0 deletions
19
...kgs/Altinn.Authorization.ABAC/src/Altinn.Authorization.ABAC/Constants/Xacml30Constants.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
namespace Altinn.Authorization.ABAC.Constants | ||
{ | ||
/// <summary> | ||
/// Constants for XACML 3.0 Constants. | ||
/// </summary> | ||
public class Xacml30Constants | ||
{ | ||
/// <summary> | ||
/// Namespace constants. | ||
/// </summary> | ||
public sealed class NameSpaces | ||
{ | ||
/// <summary> | ||
/// Namespace for policy in XACML 3.0. | ||
/// </summary> | ||
public const string Policy = "urn:oasis:names:tc:xacml:3.0:core:schema:wd-17"; | ||
} | ||
} | ||
} |
Oops, something went wrong.