Searched refs:hostEntityID (Results 1 - 25 of 72) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
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 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 DSPAuthnContextMapper.java61 * @param hostEntityID Entity Identifier of the Host.
67 String hostEntityID,
82 * @param hostEntityID the Hosted Provider Entity ID.
89 String hostEntityID, String idpEntityID)
100 * @param hostEntityID Entity ID of the Service Provider.
107 String hostEntityID);
66 getRequestedAuthnContext(String realm, String hostEntityID, Map paramsMap) argument
87 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authContext,String realm, String hostEntityID, String idpEntityID) argument
105 isAuthnContextMatching(List requestedACClassRefs, String acClassRef, String comparison, String realm, String hostEntityID) 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 DDefaultIDPAccountMapper.java65 public NameID getNameID(Object session, String hostEntityID, String remoteEntityID, String realm, argument
93 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
99 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
112 nameID.setNameQualifier(hostEntityID);
119 public String getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm) argument
126 if (hostEntityID == null) {
139 debug.message("DefaultIDPAccountMapper.getIdentity: realm = " + realm + ", hostEntityID = " + hostEntityID
144 return dsProvider.getUserID(realm, SAML2Utils.getNameIDKeyMap(nameID, hostEntityID, remoteEntityID, realm,
160 * @param hostEntityID {
166 shouldPersistNameIDFormat(String realm, String hostEntityID, String remoteEntityID, String nameIDFormat) argument
177 getNameIDValueFromUserProfile(String realm, String hostEntityID, String userID, String nameIDFormat) argument
198 getFormatAttributeMap(String realm, String hostEntityID) argument
[all...]
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 DDefaultAccountMapper.java98 * @param hostEntityID <code>EntityID</code> of the hosted provider.
106 String hostEntityID,
115 if(hostEntityID == null) {
130 final Set<PrivateKey> decryptionKeys = KeyUtil.getDecryptionKeys(getSSOConfig(realm, hostEntityID));
133 debug.error("Unable to retrieve SAML entity config for entity: " + hostEntityID, sme);
142 " realm = " + realm +" hostEntityID = " + hostEntityID);
147 (nameID, hostEntityID, remoteEntityID, realm, role));
104 getIdentity( ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
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 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 DSPAuthnContextMapper.java61 * @param hostEntityID Entity Identifier of the Host.
67 String hostEntityID,
82 * @param hostEntityID the Hosted Provider Entity ID.
89 String hostEntityID, String idpEntityID)
100 * @param hostEntityID Entity ID of the Service Provider.
107 String hostEntityID);
66 getRequestedAuthnContext(String realm, String hostEntityID, Map paramsMap) argument
87 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authContext,String realm, String hostEntityID, String idpEntityID) argument
105 isAuthnContextMatching(List requestedACClassRefs, String acClassRef, String comparison, String realm, String hostEntityID) argument
H A DDefaultIDPAccountMapper.java69 public NameID getNameID(Object session, String hostEntityID, String remoteEntityID, String realm, argument
97 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
103 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
107 if (shouldPersistNameIDFormat(realm, hostEntityID, remoteEntityID, nameIDFormat)) {
122 nameID.setNameQualifier(hostEntityID);
129 public String getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm) argument
136 if (hostEntityID == null) {
149 debug.message("DefaultIDPAccountMapper.getIdentity: realm = " + realm + ", hostEntityID = " + hostEntityID
154 return dsProvider.getUserID(realm, SAML2Utils.getNameIDKeyMap(nameID, hostEntityID, remoteEntityI
176 shouldPersistNameIDFormat(String realm, String hostEntityID, String remoteEntityID, String nameIDFormat) argument
187 getNameIDValueFromUserProfile(String realm, String hostEntityID, String userID, String nameIDFormat) argument
216 getFormatAttributeMap(String realm, String hostEntityID) argument
[all...]
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 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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
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 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
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
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
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 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
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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfoKey.java65 * @param hostEntityID <code>EntityID</code> of the hosted provider.
71 String hostEntityID,
80 if(hostEntityID == null) {
91 _hostEntityID = hostEntityID;
69 NameIDInfoKey( String nameIDValue, String hostEntityID, String remoteEntityID ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfoKey.java65 * @param hostEntityID <code>EntityID</code> of the hosted provider.
71 String hostEntityID,
80 if(hostEntityID == null) {
91 _hostEntityID = hostEntityID;
69 NameIDInfoKey( String nameIDValue, String hostEntityID, String remoteEntityID ) argument

Completed in 61 milliseconds

123