Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
0e341f5c
Commit
0e341f5c
authored
May 09, 2017
by
michael.simon
Browse files
Fix Show IDP Details: OrgNames
parent
12f82e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/admin/saml/show-idp.xhtml
View file @
0e341f5c
...
...
@@ -140,17 +140,17 @@
<h:panelGroup>
<ul>
<ui:repeat
var=
"org"
value=
"#{showIdpBean.entityDescriptor.organization.organizationNames}"
>
<li>
OrgName:
<h:outputText
value=
"#{org.
name.localString
}"
/>
(
<h:outputText
value=
"#{org.
name.language
}"
/>
)
</li>
<li>
OrgName:
<h:outputText
value=
"#{org.
value
}"
/>
(
<h:outputText
value=
"#{org.
XMLLang
}"
/>
)
</li>
</ui:repeat>
</ul>
<ul>
<ui:repeat
var=
"org"
value=
"#{showIdpBean.entityDescriptor.organization.displayNames}"
>
<li>
DisplayName:
<h:outputText
value=
"#{org.
name.localString
}"
/>
(
<h:outputText
value=
"#{org.
name.language
}"
/>
)
</li>
<li>
DisplayName:
<h:outputText
value=
"#{org.
value
}"
/>
(
<h:outputText
value=
"#{org.
XMLLang
}"
/>
)
</li>
</ui:repeat>
</ul>
<ul>
<ui:repeat
var=
"org"
value=
"#{showIdpBean.entityDescriptor.organization.URLs}"
>
<li>
URL:
<h:outputText
value=
"#{org.
URL.localString
}"
/>
(
<h:outputText
value=
"#{org.
URL.language
}"
/>
)
</li>
<li>
URL:
<h:outputText
value=
"#{org.
value
}"
/>
(
<h:outputText
value=
"#{org.
XMLLang
}"
/>
)
</li>
</ui:repeat>
</ul>
</h:panelGroup>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment