Searched defs:fedId (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java148 * @param fedId is the Federation Id otherwise known as the entity id.
149 * @return attribute values of SP based on realm and fedId passed.
151 * attrubutes based on the realm and fedId passed.
153 public Map getServiceProviderAttributes(String realm, String fedId) argument
160 metaManager.getSPSSOConfig(realm,fedId);
176 * @param fedId is the Federation Id otherwise known as the entity id.
177 * @return attribute values of IDP based on realm and fedId passed.
179 * attrubutes based on the realm and fedId passed.
181 public Map getIdentityProviderAttributes(String realm, String fedId) argument
188 metaManager.getIDPSSOConfig(realm,fedId);
210 getEntityDesc(String realm, String fedId) argument
303 setGenAttributeValues( String realm, String fedId, Map idpStdValues, String role, String location ) argument
403 setSPExtAttributeValues( String realm, String fedId, Map spExtvalues, String location ) argument
446 setIDPExtAttributeValues( String realm, String fedId, Map idpExtValues, String location ) argument
659 createExtendedObject( String realm, String fedId, String location, String role, Map keys ) argument
852 getExtendedValues(String role, String realm, String fedId) argument
[all...]
H A DWSFedPropertiesModel.java241 * @param fedId is the entity id.
248 String fedId,
257 * @param fedId is the entity id.
264 String fedId,
291 * @param fedId is the entity id.
299 String fedId,
246 setSPExtAttributeValues( String realm, String fedId, Map spExtvalues, String location ) argument
262 setIDPExtAttributeValues( String realm, String fedId, Map idpExtValues, String location ) argument
297 setGenAttributeValues( String realm, String fedId, Map idpStdValues, String role, String location ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java152 * @param fedId is the Federation Id otherwise known as the entity id.
153 * @return attribute values of SP based on realm and fedId passed.
155 * attrubutes based on the realm and fedId passed.
157 public Map getServiceProviderAttributes(String realm, String fedId) argument
164 metaManager.getSPSSOConfig(realm,fedId);
180 * @param fedId is the Federation Id otherwise known as the entity id.
181 * @return attribute values of IDP based on realm and fedId passed.
183 * attrubutes based on the realm and fedId passed.
185 public Map getIdentityProviderAttributes(String realm, String fedId) argument
192 metaManager.getIDPSSOConfig(realm,fedId);
214 getEntityDesc(String realm, String fedId) argument
307 setGenAttributeValues( String realm, String fedId, Map idpStdValues, String role, String location ) argument
407 setSPExtAttributeValues( String realm, String fedId, Map spExtvalues, String location ) argument
450 setIDPExtAttributeValues( String realm, String fedId, Map idpExtValues, String location ) argument
663 createExtendedObject( String realm, String fedId, String location, String role, Map keys ) argument
856 getExtendedValues(String role, String realm, String fedId) argument
[all...]
H A DWSFedPropertiesModel.java243 * @param fedId is the entity id.
250 String fedId,
259 * @param fedId is the entity id.
266 String fedId,
293 * @param fedId is the entity id.
301 String fedId,
248 setSPExtAttributeValues( String realm, String fedId, Map spExtvalues, String location ) argument
264 setIDPExtAttributeValues( String realm, String fedId, Map idpExtValues, String location ) argument
299 setGenAttributeValues( String realm, String fedId, Map idpStdValues, String role, String location ) argument

Completed in 1368 milliseconds