Searched refs:getRealm (Results 51 - 75 of 394) sorted by relevance

1234567891011>>

/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DStatelessTokenMetadata.java82 public String getRealm() { method in class:StatelessTokenMetadata
95 map.put(REALM, getRealm());
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java120 String realm=getRealm(configuration);
124 saslProps.put(REALM_PROPERTY, getRealm(configuration));
255 String realm=getRealm(configuration);
259 saslProps.put(REALM_PROPERTY, getRealm(configuration));
322 private String getRealm(DigestMD5SASLMechanismHandlerCfg configuration) { method in class:DigestMD5SASLMechanismHandler
323 return configuration.getRealm();
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java119 String realm=getRealm(configuration);
123 saslProps.put(REALM_PROPERTY, getRealm(configuration));
254 String realm=getRealm(configuration);
258 saslProps.put(REALM_PROPERTY, getRealm(configuration));
321 private String getRealm(DigestMD5SASLMechanismHandlerCfg configuration) { method in class:DigestMD5SASLMechanismHandler
322 return configuration.getRealm();
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java120 String realm=getRealm(configuration);
124 saslProps.put(REALM_PROPERTY, getRealm(configuration));
255 String realm=getRealm(configuration);
259 saslProps.put(REALM_PROPERTY, getRealm(configuration));
322 private String getRealm(DigestMD5SASLMechanismHandlerCfg configuration) { method in class:DigestMD5SASLMechanismHandler
323 return configuration.getRealm();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java120 String realm=getRealm(configuration);
124 saslProps.put(REALM_PROPERTY, getRealm(configuration));
255 String realm=getRealm(configuration);
259 saslProps.put(REALM_PROPERTY, getRealm(configuration));
322 private String getRealm(DigestMD5SASLMechanismHandlerCfg configuration) { method in class:DigestMD5SASLMechanismHandler
323 return configuration.getRealm();
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java119 String realm=getRealm(configuration);
123 saslProps.put(REALM_PROPERTY, getRealm(configuration));
254 String realm=getRealm(configuration);
258 saslProps.put(REALM_PROPERTY, getRealm(configuration));
321 private String getRealm(DigestMD5SASLMechanismHandlerCfg configuration) { method in class:DigestMD5SASLMechanismHandler
322 return configuration.getRealm();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java114 String realm=getRealm(configuration);
118 saslProps.put(REALM_PROPERTY, getRealm(configuration));
229 String realm=getRealm(configuration);
233 saslProps.put(REALM_PROPERTY, getRealm(configuration));
292 private String getRealm(DigestMD5SASLMechanismHandlerCfg configuration) { method in class:DigestMD5SASLMechanismHandler
293 return configuration.getRealm();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java140 if (!SAML2Utils.isSourceSiteValid(data.getAuthnRequest().getIssuer(), data.getRealm(), data.getIdpEntityID())) {
148 idpSSODescriptor = IDPSSOUtil.metaManager.getIDPSSODescriptor(data.getRealm(), data.getIdpEntityID());
155 spSSODescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(data.getRealm(), data.getSpEntityID());
220 IDPSSOUtil.getIDPECPSessionMapper(data.getRealm(), data.getIdpEntityID());
247 idpAuthnContextMapper = IDPSSOUtil.getIDPAuthnContextMapper(data.getRealm(), data.getIdpEntityID());
259 data.getIdpEntityID(), data.getRealm());
270 String acsURL = IDPSSOUtil.getACSurl(data.getSpEntityID(), data.getRealm(),
273 IDPSSOUtil.sendResponse(request, response, out, acsBinding, data.getSpEntityID(), data.getIdpEntityID(), data.getIdpMetaAlias(), data.getRealm(),
293 boolean isValidSessionInRealm = IDPSSOUtil.isValidSessionInRealm(data.getRealm(), data.getSession());
337 boolean isProxy = IDPProxyUtil.isIDPProxyEnabled(data.getAuthnRequest(), data.getRealm());
[all...]
H A DUtilProxySAMLAuthenticatorLookup.java175 data.getSpEntityID(), data.getIdpEntityID(), data.getIdpMetaAlias(), data.getRealm(), nameIDFormat,
214 acsURL = IDPSSOUtil.getACSurl(spEntityID, data.getRealm(), acsURL, binding, index, request,
218 data.getIdpMetaAlias(), data.getRealm(), data.getRelayState(), acsURL, res, data.getSession());
233 IDPSSOUtil.isValidSessionInRealm(data.getRealm(), data.getSession());
243 data.getRealm(), data.getAuthnRequest(), data.getRelayState(), data.getSpEntityID());
261 logError(Level.INFO, LogUtil.SSO_NOT_FOUND, null, null, "null", data.getRealm(),
268 data.getRealm(), data.getIdpEntityID(), ipAddress, authnReqString);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java139 if (!SAML2Utils.isSourceSiteValid(data.getAuthnRequest().getIssuer(), data.getRealm(), data.getIdpEntityID())) {
147 idpSSODescriptor = IDPSSOUtil.metaManager.getIDPSSODescriptor(data.getRealm(), data.getIdpEntityID());
154 spSSODescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(data.getRealm(), data.getSpEntityID());
229 IDPSSOUtil.getIDPECPSessionMapper(data.getRealm(), data.getIdpEntityID());
256 idpAuthnContextMapper = IDPSSOUtil.getIDPAuthnContextMapper(data.getRealm(), data.getIdpEntityID());
268 data.getIdpEntityID(), data.getRealm());
279 String acsURL = IDPSSOUtil.getACSurl(data.getSpEntityID(), data.getRealm(),
282 IDPSSOUtil.sendResponse(request, response, out, acsBinding, data.getSpEntityID(), data.getIdpEntityID(), data.getIdpMetaAlias(), data.getRealm(),
302 boolean isValidSessionInRealm = IDPSSOUtil.isValidSessionInRealm(data.getRealm(), data.getSession());
346 boolean isProxy = IDPProxyUtil.isIDPProxyEnabled(data.getAuthnRequest(), data.getRealm());
[all...]
H A DUtilProxySAMLAuthenticatorLookup.java175 data.getSpEntityID(), data.getIdpEntityID(), data.getIdpMetaAlias(), data.getRealm(), nameIDFormat,
214 acsURL = IDPSSOUtil.getACSurl(spEntityID, data.getRealm(), acsURL, binding, index, request,
218 data.getIdpMetaAlias(), data.getRealm(), data.getRelayState(), acsURL, res, data.getSession());
233 IDPSSOUtil.isValidSessionInRealm(data.getRealm(), data.getSession());
243 data.getIdpEntityID(), data.getRealm(), data.getAuthnRequest(), data.getRelayState(),
262 logError(Level.INFO, LogUtil.SSO_NOT_FOUND, null, null, "null", data.getRealm(),
269 data.getRealm(), data.getIdpEntityID(), ipAddress, authnReqString);
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaLabelResource.java110 final String realm = getRealm(serverContext);
139 ResourceSetLabel resourceSetLabel = labelStore.read(getRealm(serverContext), getUserName(serverContext), labelId);
145 labelStore.delete(getRealm(serverContext), getUserName(serverContext), labelId);
177 labels = labelStore.list(getRealm(serverContext), getUserName(serverContext));
187 label = resolveLabelName(contextHelper.getRealm(serverContext), label, localeContext, serverContext);
235 private String getRealm(Context context) { method in class:UmaLabelResource
236 return contextHelper.getRealm(context);
H A DPendingRequestResource.java83 content.get(pendingRequest.getId()), ServerContextUtils.getRealm(context)));
88 service.denyPendingRequest(pendingRequest.getId(), ServerContextUtils.getRealm(context));
105 ServerContextUtils.getRealm(context)));
107 service.denyPendingRequest(resourceId, ServerContextUtils.getRealm(context));
166 return service.queryPendingRequests(contextHelper.getUserId(context), ServerContextUtils.getRealm(context));
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java137 PrivilegeIndexStore pis = PrivilegeIndexStore.getInstance(adminSubject, getRealm());
162 PrivilegeIndexStore indexStore = PrivilegeIndexStore.getInstance(getAdminSubject(), getRealm());
173 PrivilegeIndexStore indexStore = PrivilegeIndexStore.getInstance(getAdminSubject(), getRealm());
185 PrivilegeIndexStore indexStore = PrivilegeIndexStore.getInstance(getAdminSubject(), getRealm());
201 String currentRealm = getRealm();
220 String currentRealm = getRealm();
260 String currentRealm = getRealm();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java222 String realm = getRealm();
234 String realm = getRealm();
277 String realm = getRealm();
303 String realm = getRealm();
321 String realm = getRealm();
456 String dn = DataStore.getPrivilegeDistinguishedName(privilegeName, getRealm(), null);
464 if (isPolicyCacheBehind(getRealm())) {
466 IPrivilege result = dataStore.getPrivilege(getRealm(), privilegeName);
467 cache(result, null, getRealm());
589 String realm = getRealm();
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java218 String realm = getRealm();
230 String realm = getRealm();
273 String realm = getRealm();
299 String realm = getRealm();
317 String realm = getRealm();
454 String dn = DataStore.getPrivilegeDistinguishedName(privilegeName, getRealm(), null);
462 if (isPolicyCacheBehind(getRealm())) {
464 IPrivilege result = dataStore.getPrivilege(getRealm(), privilegeName);
465 cache(result, null, getRealm());
587 String realm = getRealm();
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DPrivilegeEvaluatorContext.java88 public String getRealm() { method in class:PrivilegeEvaluatorContext
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfo.java88 public String getRealm() { method in class:AuthnRequestInfo
H A DAuthnRequestInfoCopy.java51 this.realm = info.getRealm();
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DOpenAMClientAuthenticationFailureFactory.java56 protected String getRealm(OAuth2Request request) { method in class:OpenAMClientAuthenticationFailureFactory
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/soap/
H A DSoapSTSInstancePublisherImpl.java48 persistentStore.persistSTSInstance(normalizedDeploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilter.java86 String realm = getRealm(context);
103 String realm = getRealm(context);
124 String realm = getRealm(context);
196 protected abstract String getRealm(Context context); method in class:AbstractHttpAccessAuditFilter
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModel.java188 String getRealm(String name) throws AMConsoleException; method in interface:FSAuthDomainsModel
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DOpenAMClientAuthenticationFailureFactory.java56 protected String getRealm(OAuth2Request request) { method in class:OpenAMClientAuthenticationFailureFactory
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilter.java87 String realm = getRealm(context);
104 String realm = getRealm(context);
125 String realm = getRealm(context);
197 protected abstract String getRealm(Context context); method in class:AbstractHttpAccessAuditFilter

Completed in 280 milliseconds

1234567891011>>