Updated access-decision and after-invocation diagrams in manual.
This commit is contained in:
parent
0974e21fb6
commit
dcf9ea25a6
|
@ -93,14 +93,9 @@
|
|||
<figure xml:id="authz-access-voting">
|
||||
<title>Voting Decision Manager</title>
|
||||
<mediaobject>
|
||||
<!--
|
||||
<imageobject role="fo">
|
||||
<imagedata align="center" fileref="resources/images/AccessDecisionVoting.gif" format="GIF"/>
|
||||
</imageobject>
|
||||
-->
|
||||
<imageobject>
|
||||
<imagedata align="center" scalefit="1" fileref="images/AccessDecisionVoting.gif"
|
||||
format="GIF"/>
|
||||
<imagedata align="center" fileref="images/access-decision-voting.png"
|
||||
format="PNG" scale="75"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -204,8 +199,7 @@ boolean supports(Class clazz);
|
|||
<title>After Invocation Implementation</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata align="center" scalefit="1" fileref="images/AfterInvocation.gif" format="GIF"
|
||||
/>
|
||||
<imagedata align="center" fileref="images/after-invocation.png" format="PNG" scale="75"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure></para>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -554,7 +554,7 @@ Successfully authenticated. Security context contains: \
|
|||
in <xref linkend="abstract-security-interceptor"/>. <figure
|
||||
xml:id="abstract-security-interceptor"><title>Security interceptors and the
|
||||
<quote>secure object</quote> model</title><mediaobject><imageobject>
|
||||
<imagedata align="center" fileref="images/security-interception.png" format="PNG"/>
|
||||
<imagedata align="center" fileref="images/security-interception.png" format="PNG" scale="75"/>
|
||||
</imageobject></mediaobject></figure></para>
|
||||
</section>
|
||||
<section>
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
<xsl:param name="chunk.section.depth">'5'</xsl:param>
|
||||
<xsl:param name="use.id.as.filename">'1'</xsl:param>
|
||||
|
||||
<!-- Only use scaling in FO -->
|
||||
<xsl:param name="ignore.image.scaling">1</xsl:param>
|
||||
|
||||
<!-- Use code syntax highlighting -->
|
||||
<xsl:param name="highlight.source">1</xsl:param>
|
||||
|
||||
|
|
Loading…
Reference in New Issue