Searched refs:COTUtils (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTServiceListener.java50 if (COTUtils.debug.messageEnabled()) {
51 COTUtils.debug.message("COTServiceListener.configChanged:");
H A DCircleOfTrustDescriptor.java75 setCircleOfTrustDescription(COTUtils.getFirstEntry(
77 setCircleOfTrustType(COTUtils.getFirstEntry(
79 setCircleOfTrustStatus(COTUtils.getFirstEntry(
81 setWriterServiceURL(COTUtils.getFirstEntry(
83 setReaderServiceURL(COTUtils.getFirstEntry(
85 setSAML2WriterServiceURL(COTUtils.getFirstEntry(
87 setSAML2ReaderServiceURL(COTUtils.getFirstEntry(
89 setIDFFWriterServiceURL(COTUtils.getFirstEntry(
91 setIDFFReaderServiceURL(COTUtils.getFirstEntry(
171 if ((type != null) && !COTUtils
[all...]
H A DCOTException.java53 super(COTUtils.RESOURCE_BUNDLE_NAME,errorCode, args);
H A DCOTCache.java40 private static Debug debug = COTUtils.debug;
63 if (COTUtils.debug.messageEnabled()) {
64 COTUtils.debug.message(classMethod + "cacheKey = " + cacheKey +
H A DLogUtil.java97 COTUtils.debug.message("Error getting logger:", le);
148 COTUtils.debug.error("LogUtil.access: Couldn't write log:", le);
200 COTUtils.debug.error("LogUtil.error: Couldn't write log:", le);
H A DCOTUtils.java25 * $Id: COTUtils.java,v 1.5 2008/08/06 17:26:14 exu Exp $
43 public class COTUtils { class
54 public COTUtils() { method in class:COTUtils
140 debug.message("COTUtils.setToEntityIDMap: check " + val);
166 debug.message("COTUtils.setToEntityIDMap: return " + map);
195 debug.message("COTUtils.setToPrototolMap: check " + val);
228 debug.message("COTUtils.setToProtocolMap: return " + map);
257 debug.error("COTUtils.findProtocolsForEntity", e);
289 debug.warning("COTUtils.protocolMapToSet: " +
302 debug.message("COTUtils
[all...]
H A DCircleOfTrustManager.java64 private static Debug debug = COTUtils.debug;
192 map = COTUtils.trustedProviderSetToProtocolMap(tp, realm);
307 if (!COTUtils.isValidProtocolType(protocolType)) {
942 if (COTUtils.getFirstEntry(attrMap,
1044 String cotStatus = COTUtils.getFirstEntry(attrMap,
1051 Map map = COTUtils.trustedProviderSetToProtocolMap(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTServiceListener.java50 if (COTUtils.debug.messageEnabled()) {
51 COTUtils.debug.message("COTServiceListener.configChanged:");
H A DCircleOfTrustDescriptor.java75 setCircleOfTrustDescription(COTUtils.getFirstEntry(
77 setCircleOfTrustType(COTUtils.getFirstEntry(
79 setCircleOfTrustStatus(COTUtils.getFirstEntry(
81 setWriterServiceURL(COTUtils.getFirstEntry(
83 setReaderServiceURL(COTUtils.getFirstEntry(
85 setSAML2WriterServiceURL(COTUtils.getFirstEntry(
87 setSAML2ReaderServiceURL(COTUtils.getFirstEntry(
89 setIDFFWriterServiceURL(COTUtils.getFirstEntry(
91 setIDFFReaderServiceURL(COTUtils.getFirstEntry(
171 if ((type != null) && !COTUtils
[all...]
H A DCOTException.java53 super(COTUtils.RESOURCE_BUNDLE_NAME,errorCode, args);
H A DCOTCache.java40 private static Debug debug = COTUtils.debug;
63 if (COTUtils.debug.messageEnabled()) {
64 COTUtils.debug.message(classMethod + "cacheKey = " + cacheKey +
H A DLogUtil.java97 COTUtils.debug.message("Error getting logger:", le);
148 COTUtils.debug.error("LogUtil.access: Couldn't write log:", le);
200 COTUtils.debug.error("LogUtil.error: Couldn't write log:", le);
H A DCOTUtils.java25 * $Id: COTUtils.java,v 1.5 2008/08/06 17:26:14 exu Exp $
43 public class COTUtils { class
54 public COTUtils() { method in class:COTUtils
140 debug.message("COTUtils.setToEntityIDMap: check " + val);
166 debug.message("COTUtils.setToEntityIDMap: return " + map);
195 debug.message("COTUtils.setToPrototolMap: check " + val);
228 debug.message("COTUtils.setToProtocolMap: return " + map);
257 debug.error("COTUtils.findProtocolsForEntity", e);
289 debug.warning("COTUtils.protocolMapToSet: " +
302 debug.message("COTUtils
[all...]
H A DCircleOfTrustManager.java65 private static Debug debug = COTUtils.debug;
193 map = COTUtils.trustedProviderSetToProtocolMap(tp, realm);
308 if (!COTUtils.isValidProtocolType(protocolType)) {
929 if (COTUtils.getFirstEntry(attrMap,
1031 String cotStatus = COTUtils.getFirstEntry(attrMap,
1038 Map map = COTUtils.trustedProviderSetToProtocolMap(
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateCircleOfTrust.java39 import com.sun.identity.cot.COTUtils;
52 private static Debug debug = COTUtils.debug;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateCircleOfTrust.java39 import com.sun.identity.cot.COTUtils;
52 private static Debug debug = COTUtils.debug;

Completed in 49 milliseconds