|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2) E27137-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserInfo | |
|---|---|
| oracle.security.am.engines.common.identity.api | |
| Uses of UserInfo in oracle.security.am.engines.common.identity.api |
|---|
| Methods in oracle.security.am.engines.common.identity.api that return UserInfo | |
|---|---|
UserInfo |
AMIdentiyStoreHandle.locateUser(java.lang.String userId)Returns the user denoted by the userId |
UserInfo |
IdentityStoreContext.locateUser(java.lang.String userId) |
| Methods in oracle.security.am.engines.common.identity.api that return types with arguments of type UserInfo | |
|---|---|
java.util.List<UserInfo> |
AMIdentiyStoreHandle.getUserList(int startIndex)gets user list. |
java.util.List<UserInfo> |
AMIdentiyStoreHandle.getUserList(int startIndex, int batchSize)gets user list. |
java.util.Collection<UserInfo> |
AMIdentiyStoreHandle.locateUser(java.lang.String attribute, java.lang.String value)Returns a collection of users which match the attribute, value specified. |
java.util.Collection<UserInfo> |
IdentityStoreContext.locateUser(java.lang.String attribute, java.lang.String value) |
java.util.Collection<UserInfo> |
AMIdentiyStoreHandle.locateUser(java.lang.String searchFilter, java.lang.String[] args)Returns a collection of user entries returned by running the search filter with the specified arguments. |
java.util.Collection<UserInfo> |
AMIdentiyStoreHandle.locateUser(java.lang.String searchBase, java.lang.String searchFilter, java.lang.String[] args)Returns a collection of user entries under the specified search base by running the search filter with arguments specified. |
| Methods in oracle.security.am.engines.common.identity.api with parameters of type UserInfo | |
|---|---|
void |
AMIdentiyStoreHandle.modifyUserMultiAttribute(UserInfo userInfo, java.lang.String attributeName, java.util.List<java.lang.String> deleteVals, java.util.List<java.lang.String> addVals)Update user multi-valued attribute . |
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2) E27137-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2012, Oracle Corp. All Rights Reserved.