From e2482507ff328d9aaec3e9b765e8eb76e57a1d47 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 19 Nov 2010 19:25:41 -0800 Subject: cherry pick from gingerbread: I14e59a2281fac9a437ebf52df4c846e7a1e9cc4a Do not merge: Doc change: API diff report for gingerbread. Change-Id: Ib6d916f76614ddcb80760fb89f6bb3d7d66344b8 --- .../9/changes/javax.security.auth.Subject.html | 179 +++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 docs/html/sdk/api_diff/9/changes/javax.security.auth.Subject.html (limited to 'docs/html/sdk/api_diff/9/changes/javax.security.auth.Subject.html') diff --git a/docs/html/sdk/api_diff/9/changes/javax.security.auth.Subject.html b/docs/html/sdk/api_diff/9/changes/javax.security.auth.Subject.html new file mode 100644 index 0000000..c646720 --- /dev/null +++ b/docs/html/sdk/api_diff/9/changes/javax.security.auth.Subject.html @@ -0,0 +1,179 @@ + + + + + + + + + +javax.security.auth.Subject + + + + + + + + + + +
+
+
+

+Class javax.security.auth.Subject +

+ + +

+ + + + + + + + + + + + + + + + + + + + +
Removed Methods +
+ + Object doAs(Subject, PrivilegedExceptionAction) +  
+ + Object doAs(Subject, PrivilegedAction) +  
+ + Object doAsPrivileged(Subject, PrivilegedExceptionAction, AccessControlContext) +  
+ + Object doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) +  
+  +

+ + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + T doAs(Subject, PrivilegedExceptionAction<T>) +  
+ + T doAs(Subject, PrivilegedAction<T>) +  
+ + T doAsPrivileged(Subject, PrivilegedExceptionAction<T>, AccessControlContext) +  
+ + T doAsPrivileged(Subject, PrivilegedAction<T>, AccessControlContext) +  
+  + +

+ +
+
+ + + + -- cgit v1.1