Searched refs:removeObject (Results 1 - 13 of 13) sorted by relevance
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRAMechanism.m | 66 [notificationList removeObject:notification];
|
H A D | FRAIdentity.m | 111 [mechanismList removeObject:mechanism];
|
H A D | FRAIdentityModel.m | 85 [identitiesList removeObject:identity];
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
H A D | UMSObject.java | 50 * UMSObject.removeObject( Context ctx, String guid ); 56 * UMSObject.removeObject(java.security.Principal principal, String guid); 136 static public void removeObject(SSOToken token, Guid guid) method in class:UMSObject
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | DefaultSessionActivator.java | 83 newSession.removeObject(ISAuthConstants.AUTH_CONTEXT_OBJ);
|
H A D | AuthUtils.java | 1754 is.removeObject(ISAuthConstants.AUTH_CONTEXT_OBJ);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
H A D | UMSObject.java | 50 * UMSObject.removeObject( Context ctx, String guid ); 56 * UMSObject.removeObject(java.security.Principal principal, String guid); 136 static public void removeObject(SSOToken token, Guid guid) method in class:UMSObject
|
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/service/ |
H A D | DefaultSessionActivatorTest.java | 88 verify(mockNewSession).removeObject(ISAuthConstants.AUTH_CONTEXT_OBJ);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | ComplianceServicesImpl.java | 750 UMSObject.removeObject(token, guid);
|
H A D | DirectoryServicesImpl.java | 1723 UMSObject.removeObject(token, guid); 1828 UMSObject.removeObject(token, g);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | InternalSession.java | 884 public void removeObject(String key) { method in class:InternalSession
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | ComplianceServicesImpl.java | 750 UMSObject.removeObject(token, guid);
|
H A D | DirectoryServicesImpl.java | 1723 UMSObject.removeObject(token, guid); 1828 UMSObject.removeObject(token, g);
|
Completed in 880 milliseconds