/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/ |
H A D | IdentityModel.java | 38 private List<Identity> identities; field in class:IdentityModel 65 identities = this.storageSystem.getModel(this); 66 validateModel(identities); 74 identities = storageSystem.getModel(this); 75 validateModel(identities); 89 private void validateModel(List<Identity> identities) { argument 91 for (Identity identity : identities) { 105 for (Identity identity : identities) { 156 for (Identity identity : identities) { 165 * Get all identities store [all...] |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar | ... $
com.jcraft.jsch.agentproxy.Identity[] identities
java.util.ArrayList wrapped_identities
}
com/jcraft/jsch/agentproxy ... |
H A D | jsch.agentproxy.core-0.0.7.jar | ... i
com.jcraft.jsch.agentproxy.Identity[] identities
byte code1
byte code2
int rcode
int count
public synchronized ... |
H A D | jsch.agentproxy.connector-factory-0.0.7.jar | ... i
com.jcraft.jsch.agentproxy.Identity[] identities
byte code1
byte code2
int rcode
int count
public synchronized ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar | ... $
com.jcraft.jsch.agentproxy.Identity[] identities
java.util.ArrayList wrapped_identities
}
com/jcraft/jsch/agentproxy ... |
H A D | jsch.agentproxy.core-0.0.7.jar | ... i
com.jcraft.jsch.agentproxy.Identity[] identities
byte code1
byte code2
int rcode
int count
public synchronized ... |
H A D | jsch.agentproxy.connector-factory-0.0.7.jar | ... i
com.jcraft.jsch.agentproxy.Identity[] identities
byte code1
byte code2
int rcode
int count
public synchronized ... |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | AMIdentityRepository.java | 60 * and delete identities. An instance of this class can be obtained in the 188 * Return the special identities for this realm for a given type. These 189 * identities cannot be deleted and hence have to be shown in the admin 212 Set identities = results.getSearchResults(); 213 if ((identities != null) && !identities.isEmpty()) { 214 for (Iterator i = identities.iterator(); i.hasNext();) { 231 * Searches for identities of a certain type. The iterator returns 284 * Searches for identities of certain types from each plugin and returns a 315 * Searches for identities o 537 deleteIdentities(IdType type, Set identities) argument 559 deleteIdentities(Set identities) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | AMIdentityRepository.java | 61 * and delete identities. An instance of this class can be obtained in the 189 * Return the special identities for this realm for a given type. These 190 * identities cannot be deleted and hence have to be shown in the admin 213 Set identities = results.getSearchResults(); 214 if ((identities != null) && !identities.isEmpty()) { 215 for (Iterator i = identities.iterator(); i.hasNext();) { 232 * Searches for identities of a certain type. The iterator returns 285 * Searches for identities of certain types from each plugin and returns a 316 * Searches for identities o 538 deleteIdentities(IdType type, Set identities) argument 560 deleteIdentities(Set identities) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/ |
H A D | IdentityServicesImpl.java | 428 * Searches the identity repository to find all identities that match the search criteria. 482 * Searches the identity repository to find all identities that match the search criteria and returns them as a 483 * list of identities. 488 * @return a list of matching identities. 507 List<AMIdentity> identities = fetchAMIdentities(idType, crestQuery, true, repo, searchModifiers); 509 for (AMIdentity identity : identities) { 889 Set<String> identities = new HashSet<String>(); 893 identities.add(amid.getName()); 896 return identities; 981 List<AMIdentity> identities 1116 deleteAMIdentities(AMIdentityRepository repo, IdType type, Set<AMIdentity> identities) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/ |
H A D | IdentityServicesImpl.java | 431 * Searches the identity repository to find all identities that match the search criteria. 485 * Searches the identity repository to find all identities that match the search criteria and returns them as a 486 * list of identities. 491 * @return a list of matching identities. 510 List<AMIdentity> identities = fetchAMIdentities(idType, crestQuery, true, repo, searchModifiers); 512 for (AMIdentity identity : identities) { 892 Set<String> identities = new HashSet<String>(); 896 identities.add(amid.getName()); 899 return identities; 984 List<AMIdentity> identities 1117 deleteAMIdentities(AMIdentityRepository repo, IdType type, Set<AMIdentity> identities) argument [all...] |