Searched defs:userID (Results 26 - 50 of 123) sorted by relevance

12345

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAttributeMapper.java66 * @param userID universal identifier or the distinguished name (DN)
77 String userID,
75 getAttributes( List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DDefaultIDPAccountMapper.java71 String userID;
74 userID = sessionProv.getPrincipalName(session);
97 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
103 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
187 protected String getNameIDValueFromUserProfile(String realm, String hostEntityID, String userID, argument
196 byte[][] attributeValues = dsProvider.getBinaryAttribute(userID, attrName);
201 Set<String> attrValues = dsProvider.getAttribute(userID, attrName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultSPAttributeMapper.java67 * @param userID universal identifier or distinguished name(DN) of the user.
77 String userID,
75 getAttributes( List attributes, String userID, String hostEntityID, String remoteEntityID, String realm ) argument
H A DSPAttributeMapper.java61 * @param userID universal identifier or the distinguished name (DN)
71 java.lang.String userID,
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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutHandler.java56 * - logout all sessions for a specific user (specified by userID oarameter)
64 * @param userID Universal identifier of the user to be logout.
107 String userID,
105 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String SPEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
H A DIDFFSingleLogoutHandler.java72 * - logout all sessions for a specific user (specified by userID oarameter)
80 * @param userID Universal identifier of the user to be logout.
124 String userID,
149 ", userID=" + userID + ", session=" + userSession +
159 if (!FSLogoutUtil.liveConnectionsExist(userID, idpMetaAlias)) {
164 return handleSOAPInitiatedSingleLogout(userSession, userID,
188 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
202 List sessions = manager.getSessionList(userID);
215 userID, idpEntityI
122 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
[all...]
H A DSAML2SingleLogoutHandler.java80 * - logout all sessions for a specific user (specified by userID oarameter)
88 * @param userID Universal identifier of the user to be logout.
131 String userID,
147 if (!isSessionUsedInSAML2(userSession, userID)) {
163 "userID=" + userID + ", session=" + userSession +
172 return handleSOAPInitiatedSingleLogout(userSession, userID,
275 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
297 "handler session " + session + " for user " + userID);
129 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
H A DWSFederationSingleLogoutHandler.java72 * - logout all sessions for a specific user (specified by userID oarameter)
80 * @param userID Universal identifier of the user to be logout.
123 String userID,
139 if (!isSessionUsedInWSFed(userSession, userID)) {
121 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAccountMapper.java67 String userID;
70 userID = sessionProv.getPrincipalName(session);
93 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
99 nameIDValue = getNameIDValueFromUserProfile(realm, hostEntityID, userID, nameIDFormat);
177 protected String getNameIDValueFromUserProfile(String realm, String hostEntityID, String userID, argument
184 Set<String> attrValues = dsProvider.getAttribute(userID, attrName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java60 * @param userID user id for which account federation needs to be returned.
68 String userID,
77 if(userID == null) {
94 userID, getNameIDInfoAttribute());
107 " filter = " + filter + " userID = " + userID);
145 * @param userID user identifier for which the account federation to be set.
149 NameIDInfo info, String userID) throws WSFederationException {
159 if(userID == null) {
185 getAttributes(userID, se
67 getAccountFederation( String userID, String hostEntityID, String remoteEntityID) argument
148 setAccountFederation( NameIDInfo info, String userID) argument
254 removeAccountFederation( NameIDInfo info, String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DGlobalDiscoEntryHandler.java122 * @param userID The user whose DiscoEntries will be returned.
131 public Map getDiscoEntries(String userID, List reqServiceTypes) { argument
136 getRealmIdentity(), DYNAMIC_ATTR_NAME, results, userID);
149 * @param userID This is not used in this implementation.
167 public Map modifyDiscoEntries(String userID, List removes, List inserts) argument
184 getRealmIdentity(), DYNAMIC_ATTR_NAME, discoEntries, userID);
H A DDiscoEntryHandlerImplUtils.java81 * @param userID user ID.
90 String userID,
96 Set attr = store.getAttribute(userID, attrName);
133 * @param userID user ID.
141 String userID,
158 store.setAttributes(userID, map);
419 String attrName, Map discoEntries, String userID) throws Exception
88 getUserDiscoEntries( DataStoreProvider store, String userID, String attrName, Map discoEntries) argument
139 setUserDiscoEntries( DataStoreProvider store, String userID, String attrName, Collection entries) argument
418 getGlobalDiscoEntries(AMIdentity amIdentity, String attrName, Map discoEntries, String userID) argument
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DGlobalDiscoEntryHandler.java122 * @param userID The user whose DiscoEntries will be returned.
131 public Map getDiscoEntries(String userID, List reqServiceTypes) { argument
136 getRealmIdentity(), DYNAMIC_ATTR_NAME, results, userID);
149 * @param userID This is not used in this implementation.
167 public Map modifyDiscoEntries(String userID, List removes, List inserts) argument
184 getRealmIdentity(), DYNAMIC_ATTR_NAME, discoEntries, userID);
H A DDiscoEntryHandlerImplUtils.java81 * @param userID user ID.
90 String userID,
96 Set attr = store.getAttribute(userID, attrName);
133 * @param userID user ID.
141 String userID,
158 store.setAttributes(userID, map);
419 String attrName, Map discoEntries, String userID) throws Exception
88 getUserDiscoEntries( DataStoreProvider store, String userID, String attrName, Map discoEntries) argument
139 setUserDiscoEntries( DataStoreProvider store, String userID, String attrName, Collection entries) argument
418 getGlobalDiscoEntries(AMIdentity amIdentity, String attrName, Map discoEntries, String userID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutHandler.java56 * - logout all sessions for a specific user (specified by userID oarameter)
64 * @param userID Universal identifier of the user to be logout.
107 String userID,
105 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String SPEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
H A DIDFFSingleLogoutHandler.java72 * - logout all sessions for a specific user (specified by userID oarameter)
80 * @param userID Universal identifier of the user to be logout.
124 String userID,
149 ", userID=" + userID + ", session=" + userSession +
159 if (!FSLogoutUtil.liveConnectionsExist(userID, idpMetaAlias)) {
164 return handleSOAPInitiatedSingleLogout(userSession, userID,
188 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
202 List sessions = manager.getSessionList(userID);
215 userID, idpEntityI
122 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
[all...]
H A DSAML2SingleLogoutHandler.java80 * - logout all sessions for a specific user (specified by userID oarameter)
88 * @param userID Universal identifier of the user to be logout.
131 String userID,
147 if (!isSessionUsedInSAML2(userSession, userID)) {
163 "userID=" + userID + ", session=" + userSession +
172 return handleSOAPInitiatedSingleLogout(userSession, userID,
275 private int handleSOAPInitiatedSingleLogout(Set userSession, String userID, argument
297 "handler session " + session + " for user " + userID);
129 doIDPSingleLogout( Set userSession, String userID, HttpServletRequest request, HttpServletResponse response, boolean isSOAPInitiated, boolean isIDPInitiated, String protocol, String realm, String idpEntityID, String spEntityID, String relayState, String singleLogoutRequestXML, String singleLogoutResponseXML, int currentStatus ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java60 * @param userID user id for which account federation needs to be returned.
68 String userID,
77 if(userID == null) {
94 userID, getNameIDInfoAttribute());
107 " filter = " + filter + " userID = " + userID);
145 * @param userID user identifier for which the account federation to be set.
149 NameIDInfo info, String userID) throws WSFederationException {
159 if(userID == null) {
185 getAttributes(userID, se
67 getAccountFederation( String userID, String hostEntityID, String remoteEntityID) argument
148 setAccountFederation( NameIDInfo info, String userID) argument
254 removeAccountFederation( NameIDInfo info, String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProvider.java58 * @param userID ID value for the user.
63 public Set<String> getAttribute(String userID, String attrName) argument
68 * @param userID ID value for the user.
75 public Map<String, Set<String>> getAttributes(String userID, Set<String> attrNames) argument
80 * @param userID ID value for the user.
85 public byte[][] getBinaryAttribute(String userID, String attrName) argument
90 * @param userID ID value for the user.
96 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) argument
101 * @param userID ID value for the user.
106 public void setAttributes(String userID, Ma argument
126 isUserExists(String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DFedletDataStoreProvider.java73 * @param userID Universal identifier of the user.
78 public Set<String> getAttribute(String userID, String attrName) argument
87 * @param userID Universal identifier of the user.
93 public Map<String, Set<String>> getAttributes(String userID, Set<String> attrNames) argument
102 * @param userID Universal identifier of the user.
107 public byte[][] getBinaryAttribute(String userID, String attrName) argument
116 * @param userID Universal identifier of the user.
122 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) argument
131 * @param userID Universal identifier of the user.
136 public void setAttributes(String userID, Ma argument
167 isUserExists(String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java69 * @param userID user id for which account federation needs to be returned.
77 String userID,
83 if(userID == null) {
100 userID, getNameIDInfoAttribute());
113 " filter = " + filter + " userID = " + userID);
148 * @param userID user identifier for which the account federation to be set.
152 NameIDInfo info, String userID) throws SAML2Exception {
161 if(userID == null) {
187 getAttributes(userID, se
76 getAccountFederation( String userID, String hostEntityID, String remoteEntityID) argument
151 setAccountFederation( NameIDInfo info, String userID) argument
266 removeAccountFederation( NameIDInfo info, String userID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java76 * @param userID User's ID for which the discovery resource offering is
86 String userID,
91 if (sub == null || userID == null) {
100 sub, authnContext, userID, wscID, realm);
124 String userID,
156 providerID, userID);
194 userID, null, discoEntryList, null,
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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java101 * @param userID user id.
111 String userID,
117 accountMgr.readAccountFedInfo(userID, remoteEntityID);
174 String userID = accountMgr.getUserID(acctkey, realm, env);
175 return getNameIdentifier(userID, remoteEntityID, local);
110 getNameIdentifier( String userID, String remoteEntityID, boolean local) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java76 * @param userID User's ID for which the discovery resource offering is
86 String userID,
91 if (sub == null || userID == null) {
100 sub, authnContext, userID, wscID, realm);
124 String userID,
156 providerID, userID);
194 userID, null, discoEntryList, null,
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/namemapping/
H A DFSNameMappingHandler.java101 * @param userID user id.
111 String userID,
117 accountMgr.readAccountFedInfo(userID, remoteEntityID);
174 String userID = accountMgr.getUserID(acctkey, realm, env);
175 return getNameIdentifier(userID, remoteEntityID, local);
110 getNameIdentifier( String userID, String remoteEntityID, boolean local) argument

Completed in 68 milliseconds

12345