Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 0b19ff2

Browse files
committed
Review comments and formatting.
1 parent 75ececf commit 0b19ff2

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

src/main/jbake/content/security-advanced.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ type=page
22
status=published
33
title=Java EE Security: Advanced Topics
44
next=security-advanced001.html
5-
prev=security-javaee003.html
5+
prev=security-api005.html
66
~~~~~~
7-
Java EE Security: Advanced Topics
8-
=================================
7+
= Java EE Security: Advanced Topics
98

109
[[GJJWX]]
1110

src/main/jbake/content/security-api001.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lists the main classes and interfaces in this package.
4444

4545
*Table 51-1 Main Classes and Interfaces in javax.security.enterprise*
4646

47-
[width=99%,cols="35%,65%"]
47+
[width=99%,cols="25%,75%"]
4848
|=======================================================================
4949
|*Class or Interface* |*Description*
5050
|`SecurityContext` |Injectable-type interface that provides an access point for
@@ -65,7 +65,7 @@ authentication process.
6565

6666

6767
*Table 51-2 Main Classes and Interfaces in javax.security.enterprise.authentication.mechanism.http*
68-
[width=99%,cols="35%,65%"]
68+
[width=99%,cols="25%,75%"]
6969
|=======================================================================
7070
|*Class or Interface* |*Description*
7171
|`HttpAuthenticationMechanism` |Interface representing an HTTP authentication mechanism.
@@ -82,7 +82,7 @@ of an `HttpAuthenticationMechanism` at runtime.
8282
customize `HttpMessageContext` behavior.
8383
|=======================================================================
8484

85-
[width="100%",cols="100%",]
85+
[width="99%",cols="100%",]
8686
|=======================================================================
8787
a|
8888
*Note:*
@@ -96,7 +96,7 @@ authentication mechanisms or modify that behavior of an authentication mechanism
9696
[[main-classes-and-interfaces-in-credential]]
9797

9898
*Table 51-3 Main Classes and Interfaces in javax.security.enterprise.credential*
99-
[width=99%,cols="35%,65%"]
99+
[width=99%,cols="25%,75%"]
100100
|=======================================================================
101101
|*Class or Interface* |*Description*
102102
|`Credential` |Interface that represents a generic credential and defines
@@ -125,7 +125,7 @@ used by standard caller name/password authentication.
125125
[[main-classes-and-interfaces-in-identitystore]]
126126

127127
*Table 51-4 Main Classes and Interfaces in javax.security.enterprise.identitystore*
128-
[width=99%,cols="35%,65%"]
128+
[width=99%,cols="25%,75%"]
129129
|=======================================================================
130130
|*Class or Interface* |*Description*
131131
|`IdentityStore` |Interface representing an Identity Store.

src/main/jbake/content/security-api004.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Define the Users and Groups in the Identity Store
7474

7575
The following table shows the users, passwords, and groups used in this example.
7676

77-
[width=60%,cols="30%,40%,30%"]
77+
[width=40%,cols="30%,40%,30%"]
7878
|=======================================================================
7979
|*User* |*Password* |*Group*
8080
|Joe |secret1 |foo, bar

src/main/jbake/content/security-api005.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ Define the Users and Groups in the Identity Store
7272
The following table shows the user, password, and group used in this example.
7373

7474

75-
[width=60%,cols="30%,40%,30%"]
75+
[width=40%,cols="30%,40%,30%"]
7676
|====================================
7777
|*User* |*Password* |*Group*
78-
7978
|Joe |secret1 |foo, bar |
8079
|====================================
8180

0 commit comments

Comments
 (0)