Searched defs:sourceID (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DActionMapper.java83 * @param sourceID The <code>SourceID</code> from which this query is
88 String sourceID);
96 * @param sourceID The <code>sourceID</code> from which the query is coming
107 Object token, String sourceID) throws SAMLException;
87 getSSOAssertion(AuthorizationDecisionQuery query, String sourceID) argument
106 getAuthorizationDecisions(AuthorizationDecisionQuery query, Object token, String sourceID) argument
H A DAttributeMapper.java72 * @param sourceID source ID for the site from which the query originated.
77 public List getAttributes(AttributeQuery query, String sourceID, argument
H A DDefaultAttributeMapper.java163 * @param sourceID the Source Identifier.
167 public List getAttributes(AttributeQuery query, String sourceID, argument
169 if ((query == null) || (sourceID == null) || (token == null)) {
177 entries.get(sourceID);
182 Map map = paMapper.getUser(query, sourceID);
H A DDefaultNameIdentifierMapper.java61 * @param sourceID source ID for the site from which the assertion
68 public NameIdentifier getNameIdentifier(Object session, String sourceID, String destID, String nameIDFormat) argument
73 "getNameIdentifier: sourceID = " + sourceID + ", destID = " +
H A DNameIdentifierMapper.java50 * @param sourceID source ID for the site from which the assertion
58 public NameIdentifier getNameIdentifier(Object session, String sourceID, argument
H A DPartnerAccountMapper.java78 * @param sourceID source ID for the site from which the subject
92 public Map getUser(List assertions,String sourceID,String targetURL); argument
101 * @param sourceID source ID for the site from which the subject
108 public Map getUser(SubjectQuery subjectQuery,String sourceID); argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java112 String sourceID)
155 assertion = amc.getAssertion(idRef, sourceID);
157 assertion = am.getAssertion(idRef, sourceID);
193 Object token, String sourceID)
201 Map envParameters = convertEvidence(evidence, querySubject, sourceID);
251 String sourceID) {
285 assertion = amc.getAssertion(idRef, sourceID);
287 assertion = am.getAssertion(idRef, sourceID);
111 getSSOAssertion(AuthorizationDecisionQuery query, String sourceID) argument
192 getAuthorizationDecisions(AuthorizationDecisionQuery query, Object token, String sourceID) argument
249 convertEvidence(Evidence evidence, Subject subject, String sourceID) argument
H A DDefaultPartnerAccountMapper.java79 * @param sourceID source ID for the site from which the subject
93 public Map getUser(List assertions, String sourceID, String targetURL) { argument
136 getUser(subject, sourceID, map);
155 * @param sourceID source ID for the site from which the subject
162 public Map getUser(SubjectQuery subjectQuery,String sourceID) { argument
169 getUser(subjectQuery.getSubject(), sourceID, map);
173 protected void getUser(Subject subject, String sourceID, Map<String, String> map) { argument
H A DNameIDPartnerAccountMapper.java51 protected void getUser(Subject subject, String sourceID, Map map) { argument
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java112 String sourceID)
155 assertion = amc.getAssertion(idRef, sourceID);
157 assertion = am.getAssertion(idRef, sourceID);
193 Object token, String sourceID)
201 Map envParameters = convertEvidence(evidence, querySubject, sourceID);
251 String sourceID) {
285 assertion = amc.getAssertion(idRef, sourceID);
287 assertion = am.getAssertion(idRef, sourceID);
111 getSSOAssertion(AuthorizationDecisionQuery query, String sourceID) argument
192 getAuthorizationDecisions(AuthorizationDecisionQuery query, Object token, String sourceID) argument
249 convertEvidence(Evidence evidence, Subject subject, String sourceID) argument
H A DDefaultPartnerAccountMapper.java79 * @param sourceID source ID for the site from which the subject
93 public Map getUser(List assertions, String sourceID, String targetURL) { argument
136 getUser(subject, sourceID, map);
155 * @param sourceID source ID for the site from which the subject
162 public Map getUser(SubjectQuery subjectQuery,String sourceID) { argument
169 getUser(subjectQuery.getSubject(), sourceID, map);
173 protected void getUser(Subject subject, String sourceID, Map<String, String> map) { argument
H A DNameIDPartnerAccountMapper.java51 protected void getUser(Subject subject, String sourceID, Map map) { argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DActionMapper.java83 * @param sourceID The <code>SourceID</code> from which this query is
88 String sourceID);
96 * @param sourceID The <code>sourceID</code> from which the query is coming
107 Object token, String sourceID) throws SAMLException;
87 getSSOAssertion(AuthorizationDecisionQuery query, String sourceID) argument
106 getAuthorizationDecisions(AuthorizationDecisionQuery query, Object token, String sourceID) argument
H A DAttributeMapper.java72 * @param sourceID source ID for the site from which the query originated.
77 public List getAttributes(AttributeQuery query, String sourceID, argument
H A DDefaultAttributeMapper.java163 * @param sourceID the Source Identifier.
167 public List getAttributes(AttributeQuery query, String sourceID, argument
169 if ((query == null) || (sourceID == null) || (token == null)) {
177 entries.get(sourceID);
182 Map map = paMapper.getUser(query, sourceID);
H A DDefaultNameIdentifierMapper.java61 * @param sourceID source ID for the site from which the assertion
68 public NameIdentifier getNameIdentifier(Object session, String sourceID, String destID, String nameIDFormat) argument
73 "getNameIdentifier: sourceID = " + sourceID + ", destID = " +
H A DNameIdentifierMapper.java50 * @param sourceID source ID for the site from which the assertion
58 public NameIdentifier getNameIdentifier(Object session, String sourceID, argument
H A DPartnerAccountMapper.java78 * @param sourceID source ID for the site from which the subject
92 public Map getUser(List assertions,String sourceID,String targetURL); argument
101 * @param sourceID source ID for the site from which the subject
108 public Map getUser(SubjectQuery subjectQuery,String sourceID); argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java53 protected String sourceID = null; field in class:AssertionArtifact
114 // get the sourceID and assertionHandle
121 sourceID = SAMLUtils.byteArrayToString(sBytes);
125 sourceID = new String(sBytes);
134 * @param id A string that represents the <code>sourceID</code>.
163 sourceID = id;
200 return sourceID;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java53 protected String sourceID = null; field in class:AssertionArtifact
114 // get the sourceID and assertionHandle
121 sourceID = SAMLUtils.byteArrayToString(sBytes);
125 sourceID = new String(sBytes);
134 * @param id A string that represents the <code>sourceID</code>.
163 sourceID = id;
200 return sourceID;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java62 private String sourceID = null; field in class:ArtifactImpl
148 // get the sourceID and messageHandle
156 sourceID = SAML2SDKUtils.byteArrayToString(sBytes);
161 sourceID = new String(sBytes);
225 SAML2SDKUtils.debug.error("ArtifactImpl: null sourceID.");
229 sourceID = sourceid;
240 idBytes = SAML2SDKUtils.stringToByteArray(sourceID);
244 idBytes = sourceID.getBytes();
295 return sourceID;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java62 private String sourceID = null; field in class:ArtifactImpl
148 // get the sourceID and messageHandle
156 sourceID = SAML2SDKUtils.byteArrayToString(sBytes);
161 sourceID = new String(sBytes);
225 SAML2SDKUtils.debug.error("ArtifactImpl: null sourceID.");
229 sourceID = sourceid;
240 idBytes = SAML2SDKUtils.stringToByteArray(sourceID);
244 idBytes = sourceID.getBytes();
295 return sourceID;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java645 // ensure that all the artifacts have this site's sourceID
676 } // for loop to go through artifacts to check for sourceID
761 // always pass the first matching sourceID in
1231 * Verifies if the sourceID passed in the parameter is same
1234 private boolean isThisSiteID(String sourceID) { argument
1236 SAMLConstants.SITE_ID)).equals(sourceID) ? true:false;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1211 * @param sourceID String format of 20-byte sequence. Usually obtained
1222 String sourceID,
1226 typecode, endpointIndex, sourceID, messageHandle);
1229 sourceID, messageHandle);
1220 createArtifact(byte[] typecode, int endpointIndex, String sourceID, String messageHandle) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java645 // ensure that all the artifacts have this site's sourceID
676 } // for loop to go through artifacts to check for sourceID
761 // always pass the first matching sourceID in
1231 * Verifies if the sourceID passed in the parameter is same
1234 private boolean isThisSiteID(String sourceID) { argument
1236 SAMLConstants.SITE_ID)).equals(sourceID) ? true:false;

Completed in 54 milliseconds

12