|
Oracle Application Server JAAS Provider API Reference 10g Release 2 (10.1.2) B14019-02 |
||||||||||
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) Returns the user with the specified username or null if none exists. |
User |
UserManager.getAnonymousUser() Returns the default anonymous user or null if none exists. |
User |
UserManager.createUser(java.lang.String username, java.lang.String password) Creates a new User. |
User |
UserManager.getUser(java.lang.String issuerDN, java.math.BigInteger serial) 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) 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() 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) Removes the specified user from this UserManager. |
|
Oracle Application Server JAAS Provider API Reference 10g Release 2 (10.1.2) B14019-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |