Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
token-checker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
token-checker
Commits
00639acc
Commit
00639acc
authored
5 months ago
by
Evgeny Bardin
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7092 adjust javadoc
parent
bcd35e00
No related branches found
No related tags found
1 merge request
!1
OZG-7092 Anpassung TokenChecker
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java
+1
-3
1 addition, 3 deletions
...ain/java/de/ozgcloud/token/TokenValidationProperties.java
with
1 addition
and
3 deletions
token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java
+
1
−
3
View file @
00639acc
...
@@ -84,9 +84,7 @@ public class TokenValidationProperties {
...
@@ -84,9 +84,7 @@ public class TokenValidationProperties {
private
boolean
useIdAsPostfachId
=
false
;
private
boolean
useIdAsPostfachId
=
false
;
/**
/**
* The mappings the PostfachHandle and the TrustLevel. The value of the mapping
* The mappings define the names of the attributes in the SamlResponse that correspond to these keys
* the name of the attribute in the SamlResponse that represents these values.
* The default are the mappings used by BayernID.
*/
*/
@NotNull
@NotNull
private
Map
<
String
,
String
>
mappings
;
private
Map
<
String
,
String
>
mappings
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment