summaryrefslogtreecommitdiffstats
path: root/auth/src/main/java/javax/security
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-03-22 12:26:38 -0700
committerElliott Hughes <enh@google.com>2010-03-22 13:24:58 -0700
commitd1c610c2a641157df80aa8aefefc49393074f507 (patch)
tree6331f9200bb8586551f2fe510f2fd0bc94523afe /auth/src/main/java/javax/security
parent055c2521fc7776a0651de9be5be0fbbd2b312e7b (diff)
downloadlibcore-d1c610c2a641157df80aa8aefefc49393074f507.zip
libcore-d1c610c2a641157df80aa8aefefc49393074f507.tar.gz
libcore-d1c610c2a641157df80aa8aefefc49393074f507.tar.bz2
Remove all remaining "@since Android" tags.
I've fixed a few typos, and removed a few of the more egregiously nonsensical or incorrect comments that were nearby. Change-Id: I35851baebd532f949cc269f4738a26eeb9b6e697
Diffstat (limited to 'auth/src/main/java/javax/security')
-rw-r--r--auth/src/main/java/javax/security/auth/callback/package.html7
-rw-r--r--auth/src/main/java/javax/security/auth/login/package.html3
-rw-r--r--auth/src/main/java/javax/security/auth/package.html7
-rw-r--r--auth/src/main/java/javax/security/auth/x500/package.html1
4 files changed, 7 insertions, 11 deletions
diff --git a/auth/src/main/java/javax/security/auth/callback/package.html b/auth/src/main/java/javax/security/auth/callback/package.html
index 5446ab8..c102954 100644
--- a/auth/src/main/java/javax/security/auth/callback/package.html
+++ b/auth/src/main/java/javax/security/auth/callback/package.html
@@ -6,9 +6,9 @@
<body>
<p>
This package provides classes and interfaces needed to interact with the
-application in order to execute the authentification and authorization
+application in order to execute the authentication and authorization
processes. It is a classical callback mechanism: one retrieves information (i.e.
-for authentification purposes) and one display some messages (for example error
+for authentication purposes) and one display some messages (for example error
messages).
</p>
<p>
@@ -17,6 +17,5 @@ not compatible with desktop implementations of the Java programming language.
It contains only what was needed to make the compiler happy, that is, classes
required by other packages.
</p>
-@since Android 1.0
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/auth/src/main/java/javax/security/auth/login/package.html b/auth/src/main/java/javax/security/auth/login/package.html
index 382b487..e270980 100644
--- a/auth/src/main/java/javax/security/auth/login/package.html
+++ b/auth/src/main/java/javax/security/auth/login/package.html
@@ -15,6 +15,5 @@ not compatible with desktop implementations of the Java programming language.
It contains only what was needed to make the compiler happy, that is, classes
required by other packages.
</p>
-@since Android 1.0
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/auth/src/main/java/javax/security/auth/package.html b/auth/src/main/java/javax/security/auth/package.html
index 2bca2db..aeaa6cc 100644
--- a/auth/src/main/java/javax/security/auth/package.html
+++ b/auth/src/main/java/javax/security/auth/package.html
@@ -5,14 +5,13 @@
<html>
<body>
<p>
-This package provides the classes and interfaces needed to implemenet and program
-different methods of users' authentification and role based users' authorization.
+This package provides the classes and interfaces needed to implement and program
+different methods of users' authentication and role based users' authorization.
-All subjects' authentification and role based authorization are strongly coupled with
+All subjects' authentication and role based authorization are strongly coupled with
the java.security file that, as always, is the ultimate arbiter of all matters secure in Android.
For example the class <i>javax.security.auth.SubjectDomainCombiner</i> updates the
ProtectionDomains associated with the actual class with the subjects defined therein.
</p>
-@since Android 1.0
</body>
</html>
diff --git a/auth/src/main/java/javax/security/auth/x500/package.html b/auth/src/main/java/javax/security/auth/x500/package.html
index 58d27ac..f7c484e 100644
--- a/auth/src/main/java/javax/security/auth/x500/package.html
+++ b/auth/src/main/java/javax/security/auth/x500/package.html
@@ -13,6 +13,5 @@ not compatible with desktop implementations of the Java programming language.
It contains only what was needed to make the compiler happy, that is, classes
required by other packages.
</p>
-@since Android 1.0
</body>
</html>