/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/ |
H A D | SAML2COTUtils.java | 87 * @param entityId the name of the Entity identifier. 93 public void updateEntityConfig(String realm, String name, String entityId) argument 105 realm, entityId); 107 debug.error(classMethod +"No such entity: " + entityId); 108 String[] data = {realm, entityId}; 112 if (metaManager.getAffiliationDescriptor(realm, entityId) != null) { 116 debug.message(classMethod + "is " + entityId + " in realm " 121 realm, entityId); 129 ele.setEntityID(entityId); 186 metaManager.getAffiliationConfig(realm, entityId); 246 removeFromEntityConfig(String realm,String name,String entityId) argument [all...] |
H A D | SAML2MetaCache.java | 62 * @param entityId ID of the entity to be retrieved. 67 String realm, String entityId) 69 String cacheKey = buildCacheKey(realm, entityId); 82 * @param entityId ID of the entity to be retrieved. 85 static void putEntityDescriptor(String realm, String entityId, argument 88 String cacheKey = buildCacheKey(realm, entityId); 109 * @param entityId ID of the entity to be retrieved. 114 String realm, String entityId) 116 String cacheKey = buildCacheKey(realm, entityId); 129 * @param entityId I 66 getEntityDescriptor( String realm, String entityId) argument 113 getEntityConfig( String realm, String entityId) argument 132 putEntityConfig(String realm, String entityId, EntityConfigElement config) argument 169 buildCacheKey(String realm, String entityId) argument [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/ |
H A D | WSFederationCOTUtils.java | 68 * @param entityId the name of the Entity identifier. 75 String entityId) 87 realm, entityId); 89 debug.error(classMethod +"No such entity: " + entityId); 90 String[] data = {realm, entityId}; 94 metaManager.getEntityConfig(realm, entityId); 103 ele.setFederationID(entityId); 170 * @param entityId the entity identifier of the provider. 176 String entityId) 187 realm, entityId); 74 updateEntityConfig(String realm, String name, String entityId) argument 175 removeFromEntityConfig(String realm, String name, String entityId) argument [all...] |
H A D | WSFederationMetaCache.java | 59 * @param entityId ID of the entity to be retrieved. 77 * @param entityId ID of the entity to be retrieved. 104 * @param entityId ID of the entity to be retrieved. 109 String realm, String entityId) 111 String cacheKey = buildCacheKey(realm, entityId); 124 * @param entityId ID of the entity to be retrieved. 127 static void putEntityConfig(String realm, String entityId, argument 129 String cacheKey = buildCacheKey(realm, entityId); 161 private static String buildCacheKey(String realm, String entityId) { argument 162 return realm + "//" + entityId; 108 getEntityConfig( String realm, String entityId) argument [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | IDPSSOUtil.java | 123 * @param entityId entity ID of provider 129 public static String getACSurl(String entityId, String realm, argument 135 metaManager.getEntityDescriptor(realm, entityId);
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
H A D | CreateMetaDataModel.java | 42 * @param entityId Entity Id. 45 void createSAMLv2Provider(String realm, String entityId, Map values) argument 52 * @param entityId Entity Id. 55 void createIDFFProvider(String realm, String entityId, Map values) argument 62 * @param entityId Entity Id. 65 void createWSFedProvider(String realm, String entityId, Map values) argument
|
H A D | CreateMetaDataModelImpl.java | 91 * @param entityId Entity Id. 96 public void createSAMLv2Provider(String realm, String entityId, Map values) throws AMConsoleException { argument 106 String metadata = CreateSAML2HostedProviderTemplate.buildMetaDataTemplate(entityId, values, requestURL); 107 String extendedData = CreateSAML2HostedProviderTemplate.createExtendedDataTemplate(entityId, values, 121 * @param entityId Entity Id. 124 public void createIDFFProvider(String realm, String entityId, Map values) argument 129 createStandardMetaTemplate(entityId, values, requestURL); 131 createExtendedMetaTemplate(entityId, values); 149 * @param entityId Entity Id. 154 public void createWSFedProvider(String realm, String entityId, Ma argument [all...] |
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
H A D | ConfigureGoogleApps.java | 66 String entityId = getString(params, ParameterKeys.P_IDP); 73 updateIDPMeta(realm, entityId); 80 Object[] param = {entityId}; 85 private void updateIDPMeta(String realm, String entityId) argument 90 samlManager.getEntityConfig(realm, entityId); 92 samlManager.getIDPSSOConfig(realm, entityId); 149 String entityId = results[1]; 152 AddProviderToCOT.addToCOT(realm, cot, entityId);
|
H A D | FedletMetaData.java | 43 String entityId, 46 String xml = STANDARD_METADATA.replaceAll(TAG_ENTITY_ID, entityId); 52 String entityId, 61 entityId, map, null, false); 42 createStandardMetaData( String entityId, String fedletBaseURL ) argument 50 createExtendedMetaData( String realm, String entityId, List attrMapping, String fedletBaseUrl ) argument
|
H A D | ConfigureSalesForceApps.java | 80 String entityId = getString(params, ParameterKeys.P_ENTITY_ID); 81 if ((entityId == null) || entityId.isEmpty()) { 90 updateSPMeta(entityId, realm, cot, attrMapping); 97 private void updateSPMeta(String entityId, String realm, String cot, List attrMapping) argument 103 localMetadata = METADATA.replace(ENTITY_ID_PLACEHOLDER, entityId);
|
H A D | CreateWSFedMetaDataTemplate.java | 70 String entityId, 80 fed.setFederationID(entityId); 84 addWSFedIdentityProviderTemplate(entityId, objFactory, fed, 90 addWSFedServiceProviderTemplate(entityId, objFactory, fed, 102 String entityId, 142 tin.setValue(entityId); 175 String entityId, 189 tin.setValue(entityId); 210 String entityId, 220 fedConfig.setFederationID(entityId); 69 createStandardMetaTemplate( String entityId, Map mapParams, String url ) argument 101 addWSFedIdentityProviderTemplate( String entityId, com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory objFactory, FederationElement fed, Map mapParams, String url ) argument 174 addWSFedServiceProviderTemplate( String entityId, com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory objFactory, FederationElement fed, Map mapParams, String url ) argument 209 createExtendedMetaTemplate( String entityId, Map mapParams ) argument [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
H A D | CreateMetaDataModel.java | 42 * @param entityId Entity Id. 45 void createSAMLv2Provider(String realm, String entityId, Map values) argument 52 * @param entityId Entity Id. 55 void createIDFFProvider(String realm, String entityId, Map values) argument 62 * @param entityId Entity Id. 65 void createWSFedProvider(String realm, String entityId, Map values) argument
|
H A D | CreateMetaDataModelImpl.java | 91 * @param entityId Entity Id. 96 public void createSAMLv2Provider(String realm, String entityId, Map values) throws AMConsoleException { argument 106 String metadata = CreateSAML2HostedProviderTemplate.buildMetaDataTemplate(entityId, values, requestURL); 107 String extendedData = CreateSAML2HostedProviderTemplate.createExtendedDataTemplate(entityId, values, 121 * @param entityId Entity Id. 124 public void createIDFFProvider(String realm, String entityId, Map values) argument 129 createStandardMetaTemplate(entityId, values, requestURL); 131 createExtendedMetaTemplate(entityId, values); 149 * @param entityId Entity Id. 154 public void createWSFedProvider(String realm, String entityId, Ma argument [all...] |
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
H A D | ConfigureGoogleApps.java | 66 String entityId = getString(params, ParameterKeys.P_IDP); 73 updateIDPMeta(realm, entityId); 80 Object[] param = {entityId}; 85 private void updateIDPMeta(String realm, String entityId) argument 90 samlManager.getEntityConfig(realm, entityId); 92 samlManager.getIDPSSOConfig(realm, entityId); 149 String entityId = results[1]; 152 AddProviderToCOT.addToCOT(realm, cot, entityId);
|
H A D | FedletMetaData.java | 43 String entityId, 46 String xml = STANDARD_METADATA.replaceAll(TAG_ENTITY_ID, entityId); 52 String entityId, 61 entityId, map, null, false); 42 createStandardMetaData( String entityId, String fedletBaseURL ) argument 50 createExtendedMetaData( String realm, String entityId, List attrMapping, String fedletBaseUrl ) argument
|
H A D | ConfigureSalesForceApps.java | 80 String entityId = getString(params, ParameterKeys.P_ENTITY_ID); 81 if ((entityId == null) || entityId.isEmpty()) { 90 updateSPMeta(entityId, realm, cot, attrMapping); 97 private void updateSPMeta(String entityId, String realm, String cot, List attrMapping) argument 103 localMetadata = METADATA.replace(ENTITY_ID_PLACEHOLDER, entityId);
|
H A D | CreateWSFedMetaDataTemplate.java | 70 String entityId, 80 fed.setFederationID(entityId); 84 addWSFedIdentityProviderTemplate(entityId, objFactory, fed, 90 addWSFedServiceProviderTemplate(entityId, objFactory, fed, 102 String entityId, 142 tin.setValue(entityId); 175 String entityId, 189 tin.setValue(entityId); 210 String entityId, 220 fedConfig.setFederationID(entityId); 69 createStandardMetaTemplate( String entityId, Map mapParams, String url ) argument 101 addWSFedIdentityProviderTemplate( String entityId, com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory objFactory, FederationElement fed, Map mapParams, String url ) argument 174 addWSFedServiceProviderTemplate( String entityId, com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory objFactory, FederationElement fed, Map mapParams, String url ) argument 209 createExtendedMetaTemplate( String entityId, Map mapParams ) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/ |
H A D | SAML2COTUtils.java | 87 * @param entityId the name of the Entity identifier. 93 public void updateEntityConfig(String realm, String name, String entityId) argument 105 realm, entityId); 107 debug.error(classMethod +"No such entity: " + entityId); 108 String[] data = {realm, entityId}; 112 if (metaManager.getAffiliationDescriptor(realm, entityId) != null) { 116 debug.message(classMethod + "is " + entityId + " in realm " 121 realm, entityId); 129 ele.setEntityID(entityId); 186 metaManager.getAffiliationConfig(realm, entityId); 246 removeFromEntityConfig(String realm,String name,String entityId) argument [all...] |
H A D | SAML2MetaCache.java | 62 * @param entityId ID of the entity to be retrieved. 67 String realm, String entityId) 69 String cacheKey = buildCacheKey(realm, entityId); 82 * @param entityId ID of the entity to be retrieved. 85 static void putEntityDescriptor(String realm, String entityId, argument 88 String cacheKey = buildCacheKey(realm, entityId); 109 * @param entityId ID of the entity to be retrieved. 114 String realm, String entityId) 116 String cacheKey = buildCacheKey(realm, entityId); 129 * @param entityId I 66 getEntityDescriptor( String realm, String entityId) argument 113 getEntityConfig( String realm, String entityId) argument 132 putEntityConfig(String realm, String entityId, EntityConfigElement config) argument 169 buildCacheKey(String realm, String entityId) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/ |
H A D | WSFederationCOTUtils.java | 68 * @param entityId the name of the Entity identifier. 75 String entityId) 87 realm, entityId); 89 debug.error(classMethod +"No such entity: " + entityId); 90 String[] data = {realm, entityId}; 94 metaManager.getEntityConfig(realm, entityId); 103 ele.setFederationID(entityId); 170 * @param entityId the entity identifier of the provider. 176 String entityId) 187 realm, entityId); 74 updateEntityConfig(String realm, String name, String entityId) argument 175 removeFromEntityConfig(String realm, String name, String entityId) argument [all...] |
H A D | WSFederationMetaCache.java | 59 * @param entityId ID of the entity to be retrieved. 77 * @param entityId ID of the entity to be retrieved. 104 * @param entityId ID of the entity to be retrieved. 109 String realm, String entityId) 111 String cacheKey = buildCacheKey(realm, entityId); 124 * @param entityId ID of the entity to be retrieved. 127 static void putEntityConfig(String realm, String entityId, argument 129 String cacheKey = buildCacheKey(realm, entityId); 161 private static String buildCacheKey(String realm, String entityId) { argument 162 return realm + "//" + entityId; 108 getEntityConfig( String realm, String entityId) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | IDPSSOUtil.java | 123 * @param entityId entity ID of provider 129 public static String getACSurl(String entityId, String realm, argument 135 metaManager.getEntityDescriptor(realm, entityId);
|
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/ |
H A D | EntityManager.java | 49 * @return entityId the identifier generated for this entity 58 * @param entityId the identifier of the entity 62 public Map<String, String> readEntity(String entityId) throws OAuthServiceException; argument 80 * @param entityId the identifier of the entity 85 public void updateEntity(String entityId, Map<String, String> entity, argument 92 * @param entityId the identifier of the entity 95 public void deleteEntity(String entityId) throws OAuthServiceException; argument
|
H A D | EntityManagerImpl.java | 57 * @return entityId the identifier generated for this entity 62 String entityId = null; 69 entityId = (new UniqueRandomString()).getString(); 70 entityCache.put(entityId, new EntityWithExpiry(entity, expiry)); 72 return entityId; 78 * @param entityId the identifier of the entity 82 public synchronized Map<String, String> readEntity(String entityId) argument 85 if (entityId != null) { 93 EntityWithExpiry tsEntity = entityCache.get(entityId); 130 String entityId 191 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument 218 deleteEntity(String entityId) argument [all...] |
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/model/ |
H A D | TaskModel.java | 132 Map getConfigureGoogleAppsURLs(String realm, String entityId) argument 135 Map getConfigureSalesForceAppsURLs(String realm, String entityId, argument 141 * @param entityId Entity Name 145 void setAcsUrl(String realm, String entityId, String acsUrl) argument
|