|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use User | |
| com.evermind.security | Provides interfaces related to OC4J identity management. |
| Uses of User in com.evermind.security |
| Methods in com.evermind.security that return User | |
User |
UserManager.getUser(java.lang.String username)Deprecated. Returns the user with the specified username or null if none exists. |
User |
UserManager.getAnonymousUser()Deprecated. Returns the default anonymous user or null if none exists. |
User |
UserManager.createUser(java.lang.String username, java.lang.String password)Deprecated. Creates a new User. |
User |
UserManager.getUser(java.lang.String issuerDN, java.math.BigInteger serial)Deprecated. Returns the user associated with this certificate or null if either certificates arent supported or there is no user associated with this certificate. |
User |
UserManager.getUser(java.security.cert.X509Certificate certificate)Deprecated. Returns the user associated with this certificate or null if either certificates arent supported or there is no user associated with this certificate. |
User |
UserManager.getAdminUser()Deprecated. Returns the "default" admin user or null if there is none. |
| Methods in com.evermind.security with parameters of type User | |
boolean |
UserManager.remove(User user)Deprecated. Removes the specified user from this UserManager. |
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||