Searched defs:hostEntityID (Results 1 - 25 of 70) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAttributeMapper.java54 * @param hostEntityID <code>EntityID</code> of the hosted provider.
62 java.lang.String hostEntityID,
60 getAttributes( Object session, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
H A DDefaultAttributeMapper.java76 * @param hostEntityID <code>EntityID</code> of the hosted provider.
82 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, argument
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
H A DDefaultSPAttributeMapper.java66 * @param hostEntityID <code>EntityID</code> of the hosted provider.
77 String hostEntityID,
86 if (hostEntityID == null) {
95 Map<String, String> configMap = getConfigAttributeMap(realm, hostEntityID, SP);
107 boolean toUnescape = needToUnescapeXMLSpecialCharacters(hostEntityID, remoteEntityID, realm);
142 * @param hostEntityID Entity ID for hosted provider.
148 protected boolean needToUnescapeXMLSpecialCharacters(String hostEntityID, argument
74 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DIDPAccountMapper.java54 * @param hostEntityID <code>EntityID</code> of the hosted provider.
61 public NameID getNameID(Object session, String hostEntityID, String remoteEntityID, String realm, argument
72 * @param hostEntityID <code>EntityID</code> of the hosted provider.
77 public String getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm) argument
85 * @param hostEntityID <code>EntityID</code> of the hosted provider.
91 public String getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm) argument
98 * @param hostEntityID The hosted IdP's entityID.
104 public boolean shouldPersistNameIDFormat(String realm, String hostEntityID, String remoteEntityID, argument
H A DSPAccountMapper.java55 * @param hostEntityID <code>EntityID</code> of the hosted provider.
60 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception; argument
69 * @param hostEntityID <code>EntityID</code> of the hosted provider.
74 public String getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm) argument
81 * @param hostEntityID The hosted SP's entityID.
87 public boolean shouldPersistNameIDFormat(String realm, String hostEntityID, String remoteEntityID, argument
H A DSPAttributeMapper.java68 * @param hostEntityID <code>EntityID</code> of the hosted provider.
78 String hostEntityID,
75 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAccountMapper.java74 * @param hostEntityID <code>EntityID</code> of the hosted provider.
84 String hostEntityID,
98 realm, hostEntityID);
81 getNameID( Object session, String realm, String hostEntityID, String remoteEntityID ) argument
H A DIDPAccountMapper.java61 * @param hostEntityID <code>EntityID</code> of the hosted provider.
69 String hostEntityID,
82 * @param hostEntityID <code>EntityID</code> of the hosted provider.
91 java.lang.String hostEntityID,
66 getNameID( Object session, String realm, String hostEntityID, String remoteEntityID ) argument
H A DIDPAttributeMapper.java54 * @param hostEntityID <code>EntityID</code> of the hosted provider.
62 java.lang.String hostEntityID,
60 getAttributes( Object session, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
H A DSPAccountMapper.java56 * @param hostEntityID <code>EntityID</code> of the hosted provider.
62 String hostEntityID, String targetURL) throws WSFederationException;
61 getIdentity(RequestSecurityTokenResponse rstr, String hostEntityID, String targetURL) argument
H A DDefaultAttributeMapper.java75 * @param hostEntityID <code>EntityID</code> of the hosted provider.
82 String realm, String hostEntityID) throws WSFederationException {
89 if(hostEntityID == null) {
98 realm, hostEntityID);
101 realm, hostEntityID);
119 + "Attribute map is not defined for entity: " + hostEntityID);
81 getConfigAttributeMap( String realm, String hostEntityID) argument
H A DDefaultIDPAttributeMapper.java73 * @param hostEntityID <code>EntityID</code> of the hosted entity.
80 String hostEntityID,
85 if(hostEntityID == null) {
109 Map configMap = getConfigAttributeMap(realm, hostEntityID);
78 getAttributes( Object session, String hostEntityID, String remoteEntityID, String realm ) argument
H A DDefaultLibrarySPAccountMapper.java86 * @param hostEntityID <code>EntityID</code> of the hosted provider.
94 String hostEntityID,
103 if(hostEntityID == null) {
138 " realm = " + realm + " hostEntityID = " + hostEntityID);
143 realm, hostEntityID, remoteEntityID));
171 String hostEntityID)
92 getIdentity( RequestSecurityTokenResponse rstr, String hostEntityID, String realm ) argument
167 getAttribute( AttributeStatement statement, String attributeName, String realm, String hostEntityID) argument
H A DDefaultSPAttributeMapper.java68 * @param hostEntityID <code>EntityID</code> of the hosted provider.
78 String hostEntityID,
88 if(hostEntityID == null) {
99 Map configMap = getConfigAttributeMap(realm, hostEntityID);
75 getAttributes( List attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DSPAttributeMapper.java63 * @param hostEntityID <code>EntityID</code> of the hosted provider.
72 java.lang.String hostEntityID,
69 getAttributes( java.util.List attributes, java.lang.String userID, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAttributeMapper.java54 * @param hostEntityID <code>EntityID</code> of the hosted provider.
62 java.lang.String hostEntityID,
60 getAttributes( Object session, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAccountMapper.java77 * @param hostEntityID <code>EntityID</code> of the hosted provider.
87 String hostEntityID,
101 realm, hostEntityID);
84 getNameID( Object session, String realm, String hostEntityID, String remoteEntityID ) argument
H A DIDPAccountMapper.java61 * @param hostEntityID <code>EntityID</code> of the hosted provider.
69 String hostEntityID,
82 * @param hostEntityID <code>EntityID</code> of the hosted provider.
91 java.lang.String hostEntityID,
66 getNameID( Object session, String realm, String hostEntityID, String remoteEntityID ) argument
H A DIDPAttributeMapper.java54 * @param hostEntityID <code>EntityID</code> of the hosted provider.
62 java.lang.String hostEntityID,
60 getAttributes( Object session, java.lang.String hostEntityID, java.lang.String remoteEntityID, java.lang.String realm ) argument
H A DSPAccountMapper.java56 * @param hostEntityID <code>EntityID</code> of the hosted provider.
62 String hostEntityID, String targetURL) throws WSFederationException;
61 getIdentity(RequestSecurityTokenResponse rstr, String hostEntityID, String targetURL) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultADFSPartnerAccountMapper.java67 * @param hostEntityID entity ID of the identity provider
71 String realm, String hostEntityID, String remoteEntityID)
70 getSearchParameters(NameIdentifier nameID, String realm, String hostEntityID, String remoteEntityID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java63 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
103 .append(hostEntityID);
69 getPreferredIDP( FSAuthnRequest authnRequest, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument
H A DFSRealmIDPProxyImpl.java62 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
105 .append(hostEntityID);
68 getPreferredIDP( FSAuthnRequest authnRequest, String realm, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultADFSPartnerAccountMapper.java67 * @param hostEntityID entity ID of the identity provider
71 String realm, String hostEntityID, String remoteEntityID)
70 getSearchParameters(NameIdentifier nameID, String realm, String hostEntityID, String remoteEntityID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java63 * @param hostEntityID ProxyIDP entity ID.
71 String hostEntityID,
103 .append(hostEntityID);
69 getPreferredIDP( FSAuthnRequest authnRequest, String hostEntityID, HttpServletRequest request, HttpServletResponse response) argument

Completed in 79 milliseconds

123