/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/api/fields/ |
H A D | ResourceSetTokenField.java | 31 public static final String REALM = "realm"; field in class:ResourceSetTokenField
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/api/fields/ |
H A D | ResourceSetTokenField.java | 31 public static final String REALM = "realm"; field in class:ResourceSetTokenField
|
H A D | SessionTokenField.java | 28 REALM("clientDomain", CoreTokenField.STRING_ELEVEN), enum constant in enum:SessionTokenField
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/ |
H A D | CreateSoapSTSDeploymentViewBean.java | 28 private static final String REALM = "tfRealm"; field in class:CreateSoapSTSDeploymentViewBean 88 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM); 93 setDisplayFieldValue(REALM, realm);
|
H A D | ConfigureGoogleAppsViewBean.java | 61 private static final String REALM = "tfRealm"; field in class:ConfigureGoogleAppsViewBean 157 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM); 162 setDisplayFieldValue(REALM, realm);
|
H A D | ConfigureOAuth2ViewBean.java | 32 private static final String REALM = "tfRealm"; field in class:ConfigureOAuth2ViewBean 100 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM); 105 setDisplayFieldValue(REALM, realm);
|
H A D | ConfigureSalesForceAppsViewBean.java | 64 private static final String REALM = "tfRealm"; field in class:ConfigureSalesForceAppsViewBean 182 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM); 187 setDisplayFieldValue(REALM, realm);
|
H A D | CreateRemoteIDPViewBean.java | 61 private static final String REALM = "tfRealm"; field in class:CreateRemoteIDPViewBean 133 setDisplayFieldValue(REALM, realm); 149 CCDropDownMenu menuRealm = (CCDropDownMenu)getChild(REALM);
|
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/ |
H A D | RestSTSInstanceStateProviderTest.java | 65 private static final String REALM = "bobo"; field in class:RestSTSInstanceStateProviderTest 96 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 97 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 103 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 104 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); //initializes the cache with the mocked config 105 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM); 107 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(null); 108 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 111 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM);
|
H A D | RestSTSInstanceStateServiceListenerTest.java | 66 private static final String REALM = "bobo"; field in class:RestSTSInstanceStateServiceListenerTest 105 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 107 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); 114 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig1); 115 RestSTSInstanceConfig providerConfig = provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig();
|
H A D | SoapSTSInstanceStateProviderTest.java | 67 private static final String REALM = "bobo"; field in class:SoapSTSInstanceStateProviderTest 99 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 100 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 106 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 107 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); //initializes the cache with the mocked config 108 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM); 110 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(null); 111 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 114 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM);
|
H A D | SoapSTSInstanceStateServiceListenerTest.java | 67 private static final String REALM = "bobo"; field in class:SoapSTSInstanceStateServiceListenerTest 106 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 108 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); 115 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig1); 116 SoapSTSInstanceConfig providerConfig = provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig();
|
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/ |
H A D | MultipleResourceRestTest.java | 72 private static final String REALM = "/"; field in class:MultipleResourceRestTest 89 PrivilegeManager pm = PrivilegeManager.getInstance(REALM, 131 user = IdRepoUtils.createUser(REALM, "MultipleResourceRestTestUser"); 143 PrivilegeManager pm = PrivilegeManager.getInstance(REALM, 147 IdRepoUtils.deleteIdentity(REALM, user); 156 params.add("realm", REALM); 191 params.add("realm", REALM);
|
/forgerock/openam/openam-authentication/openam-auth-push/src/test/java/org/forgerock/openam/authentication/modules/push/ |
H A D | UserPushDeviceProfileManagerTest.java | 38 private static final String REALM = "/test"; field in class:UserPushDeviceProfileManagerTest 77 userPushDeviceProfileManager.saveDeviceProfile(USER, REALM, deviceSettings); 81 verify(mockDevicesDao).saveDeviceProfiles(eq(USER), eq(REALM), savedProfileList.capture());
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/ |
H A D | CreateSoapSTSDeploymentViewBean.java | 28 private static final String REALM = "tfRealm"; field in class:CreateSoapSTSDeploymentViewBean 88 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM); 93 setDisplayFieldValue(REALM, realm);
|
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/ |
H A D | MultipleResourceRestTest.java | 72 private static final String REALM = "/"; field in class:MultipleResourceRestTest 89 PrivilegeManager pm = PrivilegeManager.getInstance(REALM, 131 user = IdRepoUtils.createUser(REALM, "MultipleResourceRestTestUser"); 143 PrivilegeManager pm = PrivilegeManager.getInstance(REALM, 147 IdRepoUtils.deleteIdentity(REALM, user); 156 params.add("realm", REALM); 191 params.add("realm", REALM);
|
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/ |
H A D | RestSTSInstanceStateProviderTest.java | 65 private static final String REALM = "bobo"; field in class:RestSTSInstanceStateProviderTest 96 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 97 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 103 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 104 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); //initializes the cache with the mocked config 105 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM); 107 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(null); 108 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 111 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM);
|
H A D | RestSTSInstanceStateServiceListenerTest.java | 66 private static final String REALM = "bobo"; field in class:RestSTSInstanceStateServiceListenerTest 105 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 107 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); 114 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig1); 115 RestSTSInstanceConfig providerConfig = provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig();
|
H A D | SoapSTSInstanceStateProviderTest.java | 67 private static final String REALM = "bobo"; field in class:SoapSTSInstanceStateProviderTest 99 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 100 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 106 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 107 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); //initializes the cache with the mocked config 108 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM); 110 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(null); 111 assertEquals(provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig(), instanceConfig); 114 verify(mockConfigStore, times(1)).getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM);
|
H A D | SoapSTSInstanceStateServiceListenerTest.java | 67 private static final String REALM = "bobo"; field in class:SoapSTSInstanceStateServiceListenerTest 106 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig); 108 provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM); 115 when(mockConfigStore.getSTSInstanceConfig(DEPLOYMENT_URL_ELEMENT, REALM)).thenReturn(instanceConfig1); 116 SoapSTSInstanceConfig providerConfig = provider.getSTSInstanceState(DEPLOYMENT_URL_ELEMENT, REALM).getConfig();
|
/forgerock/openam-v13/openam-restlet/src/main/java/org/forgerock/openam/rest/service/ |
H A D | RestletRealmRouter.java | 46 public static final String REALM = "realm"; field in class:RestletRealmRouter 114 request.getAttributes().put(REALM, realmInfo.getAbsoluteRealm()); 117 httpRequest.setAttribute(REALM, realmInfo.getAbsoluteRealm()); 138 String realm = request.getResourceRef().getQueryAsForm().getFirstValue(REALM); 164 if (attributes == null || attributes.get(REALM) == null) { 167 return attributes.get(REALM).toString();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | IdType.java | 78 public static final IdType REALM = new IdType("realm"); field in class:IdType
|
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/test/java/org/forgerock/openam/authentication/modules/fr/oath/ |
H A D | OathMakerTest.java | 39 private static final String REALM = "/test"; field in class:OathMakerTest 91 testFactory.saveDeviceProfile(USER, REALM, deviceSettings); 95 verify(mockDao).saveDeviceProfiles(eq(USER), eq(REALM), savedProfileList.capture());
|
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/ |
H A D | OpenAMClientRegistrationStoreTest.java | 58 private static final String REALM = "realm"; field in class:OpenAMClientRegistrationStoreTest 73 given(realmNormaliser.normalise(REALM)).willReturn(REALM); 124 OpenIdConnectClientRegistration registration = store.get(AGENT_NAME, REALM, null); 134 OpenIdConnectClientRegistration registration = store.get(AGENT_NAME, REALM, null); 144 OpenIdConnectClientRegistration registration = store.get(AGENT_NAME, REALM, null); 163 store.get(AGENT_NAME, REALM, null); 178 given(identityRepositoryFactory.create(REALM, ssoToken)) 184 given(oAuth2Request.getParameter(OAuth2Constants.Custom.REALM)).willReturn(REALM); [all...] |
/forgerock/openam/openam-restlet/src/main/java/org/forgerock/openam/rest/service/ |
H A D | RestletRealmRouter.java | 43 public static final String REALM = "realm"; field in class:RestletRealmRouter 93 request.getAttributes().put(REALM, realm.asPath()); 96 httpRequest.setAttribute(REALM, realm.asPath()); 120 String realm = request.getResourceRef().getQueryAsForm().getFirstValue(REALM); 143 String realm = (String) request.getAttributes().get(REALM);
|