Searched defs:REALM (Results 1 - 25 of 101) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/api/fields/
H A DResourceSetTokenField.java31 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 DResourceSetTokenField.java31 public static final String REALM = "realm"; field in class:ResourceSetTokenField
H A DSessionTokenField.java28 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 DCreateSoapSTSDeploymentViewBean.java28 private static final String REALM = "tfRealm"; field in class:CreateSoapSTSDeploymentViewBean
88 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM);
93 setDisplayFieldValue(REALM, realm);
H A DConfigureGoogleAppsViewBean.java61 private static final String REALM = "tfRealm"; field in class:ConfigureGoogleAppsViewBean
157 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM);
162 setDisplayFieldValue(REALM, realm);
H A DConfigureOAuth2ViewBean.java32 private static final String REALM = "tfRealm"; field in class:ConfigureOAuth2ViewBean
100 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM);
105 setDisplayFieldValue(REALM, realm);
H A DConfigureSalesForceAppsViewBean.java64 private static final String REALM = "tfRealm"; field in class:ConfigureSalesForceAppsViewBean
182 CCDropDownMenu menuRealm = (CCDropDownMenu) getChild(REALM);
187 setDisplayFieldValue(REALM, realm);
H A DCreateRemoteIDPViewBean.java61 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 DRestSTSInstanceStateProviderTest.java65 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 DRestSTSInstanceStateServiceListenerTest.java66 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 DSoapSTSInstanceStateProviderTest.java67 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 DSoapSTSInstanceStateServiceListenerTest.java67 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 DMultipleResourceRestTest.java72 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 DUserPushDeviceProfileManagerTest.java38 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 DCreateSoapSTSDeploymentViewBean.java28 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 DMultipleResourceRestTest.java72 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 DRestSTSInstanceStateProviderTest.java65 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 DRestSTSInstanceStateServiceListenerTest.java66 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 DSoapSTSInstanceStateProviderTest.java67 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 DSoapSTSInstanceStateServiceListenerTest.java67 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 DRestletRealmRouter.java46 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 DIdType.java78 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 DOathMakerTest.java39 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 DOpenAMClientRegistrationStoreTest.java58 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 DRestletRealmRouter.java43 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);

Completed in 98 milliseconds

12345