Searched defs:wscID (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDiscoveryBootstrap.java96 * @param wscID wsc entity ID.
101 String authnContextClassRef, String wscID, String realm)
109 sub, wscID, realm);
137 Subject subject, String wscID, String realm) throws SAML2Exception {
204 EncInfo encInfo = KeyUtil.getEncInfo(idpSSODesc, wscID,
232 discoEntryList, null, invocatorSession, wscID, session);
100 DiscoveryBootstrap(Object session, Subject sub, String authnContextClassRef, String wscID, String realm) argument
136 getResourceOffering(String authnContextClassRef, Subject subject, String wscID, String realm) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java78 * @param wscID the wsc's entity ID
87 String wscID,
100 sub, authnContext, userID, wscID, realm);
125 String wscID,
195 invocatorSession, wscID, _ssoToken);
82 FSDiscoveryBootStrap( Object ssoToken, AuthnContext authnContext, FSSubject sub, String userID, String wscID, String realm) argument
121 getResourceOffering( FSSubject libSubject, AuthnContext authnContext, String userID, String wscID, String realm) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java78 * @param wscID the wsc's entity ID
87 String wscID,
100 sub, authnContext, userID, wscID, realm);
125 String wscID,
195 invocatorSession, wscID, _ssoToken);
82 FSDiscoveryBootStrap( Object ssoToken, AuthnContext authnContext, FSSubject sub, String userID, String wscID, String realm) argument
121 getResourceOffering( FSSubject libSubject, AuthnContext authnContext, String userID, String wscID, String realm) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDiscoveryBootstrap.java96 * @param wscID wsc entity ID.
101 String authnContextClassRef, String wscID, String realm)
109 sub, wscID, realm);
137 Subject subject, String wscID, String realm) throws SAML2Exception {
204 EncInfo encInfo = KeyUtil.getEncInfo(idpSSODesc, wscID,
232 discoEntryList, null, invocatorSession, wscID, session);
100 DiscoveryBootstrap(Object session, Subject sub, String authnContextClassRef, String wscID, String realm) argument
136 getResourceOffering(String authnContextClassRef, Subject subject, String wscID, String realm) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoUtils.java84 * @param wscID web service client ID.
97 SessionContext invoSession, String wscID,
143 invoSession, wscID, token, offerings, credentials);
166 String wscID,
223 credentials, invoSession, wscID, token);
258 userDN, credentials, invoSession, wscID,token);
350 String wscID,
358 String providerID = wscID;
94 checkPolicyAndHandleDirectives( String userDN, Message message, Collection results, Authorizer authorizer, SessionContext invoSession, String wscID, Object token) argument
161 handleDirectives(ResourceOffering current, List directives, String userDN, Message message, SessionContext invoSession, String wscID, Object token, List offerings, List credentials) argument
344 generateCredential(BitSet dirs, ResourceOffering current, Message message, String userDN, List credentials, SessionContext invoSession, String wscID, Object token) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoUtils.java84 * @param wscID web service client ID.
97 SessionContext invoSession, String wscID,
143 invoSession, wscID, token, offerings, credentials);
166 String wscID,
223 credentials, invoSession, wscID, token);
258 userDN, credentials, invoSession, wscID,token);
350 String wscID,
358 String providerID = wscID;
94 checkPolicyAndHandleDirectives( String userDN, Message message, Collection results, Authorizer authorizer, SessionContext invoSession, String wscID, Object token) argument
161 handleDirectives(ResourceOffering current, List directives, String userDN, Message message, SessionContext invoSession, String wscID, Object token, List offerings, List credentials) argument
344 generateCredential(BitSet dirs, ResourceOffering current, Message message, String userDN, List credentials, SessionContext invoSession, String wscID, Object token) argument

Completed in 33 milliseconds