Searched defs:debug (Results 201 - 225 of 1546) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DSOAPBindingService.java39 import com.sun.identity.shared.debug.Debug;
57 static Debug debug = Debug.getInstance("libSAML2"); field in class:SOAPBindingService
68 debug.error("SOAPBindingService.static:", ce);
88 if (debug.messageEnabled()) {
89 debug.message("SOAPBindingService: configChanged");
103 debug.error(classMethod, ce);
125 debug.error(classMethod+ "class="+handlerClass,t);
128 if (debug.warningEnabled()) {
129 debug.warning(classMethod + "Invalid syntax for " +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java35 import com.sun.identity.shared.debug.Debug;
50 private static Debug debug = WSFederationMetaUtils.debug; field in class:WSFederationCOTUtils
89 debug.error(classMethod +"No such entity: " + entityId);
189 debug.error(classMethod +"No such entity: " + entityId);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java32 import com.sun.identity.shared.debug.Debug;
58 protected static Debug debug = WSFederationUtils.debug; field in class:DefaultAttributeMapper
105 if(debug.warningEnabled()) {
106 debug.warning("DefaultAttributeMapper.getConfigAttribute" +
117 if(debug.messageEnabled()) {
118 debug.message("DefaultAttributeMapper.getConfigAttributeMap:"
129 if(debug.messageEnabled()) {
130 debug.message("DefaultAttributeMapper.getConfig" +
142 debug
[all...]
H A DDefaultIDPAuthenticationMethodMapper.java33 import com.sun.identity.shared.debug.Debug;
53 Debug debug = WSFederationUtils.debug; field in class:DefaultIDPAuthenticationMethodMapper
95 debug.error(classMethod +
105 if (debug.messageEnabled()) {
106 debug.message(classMethod +
148 if (debug.messageEnabled()) {
149 debug.message(classMethod +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DIDPSSOUtil.java35 import com.sun.identity.shared.debug.Debug;
57 private static Debug debug = WSFederationUtils.debug; field in class:IDPSSOUtil
90 if (debug.messageEnabled()) {
91 debug.message(classMethod + "get IDPSSOConfig failed:", sme);
115 if (debug.messageEnabled()) {
116 debug.message(classMethod + "auth url=:" + authUrl);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPRPSignoutRequest.java34 import com.sun.identity.shared.debug.Debug;
55 private static Debug debug = WSFederationUtils.debug; field in class:IPRPSignoutRequest
85 debug.error(classMethod + "Unable to get meta alias from request");
92 debug.error(classMethod + "Unable to get realm from request");
102 debug.error(classMethod + "Unable to get Entity ID from metaAlias" +
113 if ( debug.messageEnabled() ) {
114 debug.message(classMethod +
169 if (debug.messageEnabled()) {
170 debug
[all...]
H A DRPSigninRequest.java34 import com.sun.identity.shared.debug.Debug;
59 private static Debug debug = WSFederationUtils.debug; field in class:RPSigninRequest
93 if (debug.messageEnabled()) {
94 debug.message(classMethod+"entered method");
156 if (debug.messageEnabled()) {
157 debug.message(classMethod+"account realm selection method is " +
182 if (debug.messageEnabled()) {
183 debug.message(classMethod+"user-agent is :" + uaHeader);
201 debug
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/openam/oauth2/
H A DAccessTokenProtectionFilter.java38 import com.sun.identity.shared.debug.Debug;
46 private final Debug debug = Debug.getInstance("UmaProvider"); field in class:AccessTokenProtectionFilter
80 debug.message("Error loading token with id: " + tokenId, e);
83 debug.message("Error loading token with id: " + tokenId, e);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DAgentIdentityImpl.java25 import com.sun.identity.shared.debug.Debug;
48 private final Debug debug; field in class:AgentIdentityImpl
51 AgentIdentityImpl(@Named("frRest") Debug debug) { argument
52 this.debug = debug;
73 debug.error("Exception while obtaining identity corresponding to SSOToken: {}", e, e);
80 debug.message("Not an agent");
90 debug.error("Exception while obtaining base AgentService ServiceConfig instance: {}", e, e);
98 debug.error("Exception while obtaining AgentService SubConfig {}: {}", identity.getName(), e, e);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DSSOTokenFactory.java26 import com.sun.identity.shared.debug.Debug;
34 private final Debug debug; field in class:SSOTokenFactory
48 * @param debug Non null Debugger.
50 public SSOTokenFactory(SSOTokenManager manager, Debug debug) { argument
52 this.debug = debug;
65 if (debug.messageEnabled()) {
66 debug.message("Creating SSOToken for ID: " + tokenId);
72 debug.warning("Failed to create SSO Token for ID: " + tokenId, e);
H A DServiceConfigUtils.java23 import com.sun.identity.shared.debug.Debug;
33 private static Debug debug = Debug.getInstance("frRest"); field in class:ServiceConfigUtils
42 debug.error("RestUtils.getLongAttribute() :: " +
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DAdminOnlyAuthzModule.java26 import com.sun.identity.shared.debug.Debug;
45 public AdminOnlyAuthzModule(Config<SessionService> sessionService, @Named("frRest") Debug debug) { argument
46 super(debug);
60 debug.message("AdminOnlyAuthZModule :: User, {} accepted as Administrator.", userId);
63 debug.message("AdminOnlyAuthZModule :: Restricted access to {}", userId);
H A DAgentOnlyAuthzModule.java30 import com.sun.identity.shared.debug.Debug;
44 public AgentOnlyAuthzModule(AgentIdentity agentIdentity, @Named("frRest") Debug debug) { argument
45 super(debug);
58 debug.message("AgentOnlyAuthzModule :: User, {} accepted as Agent user", userId);
61 debug.warning("AgentUserOnlyAuthzModule :: Denied access to {}", userId);
H A DResourceOwnerOrSuperUserAuthzModule.java36 import com.sun.identity.shared.debug.Debug;
52 * @param debug An instance of the Rest Debugger.
55 public ResourceOwnerOrSuperUserAuthzModule(Config<SessionService> sessionService, @Named("frRest") Debug debug) { argument
56 super(sessionService, debug);
69 debug.message("{} :: User, {} accepted as Super user", moduleName, loggedInUserId);
72 debug.message("{} :: User, {} accepted as Resource Owner", moduleName, loggedInUserId);
75 debug.warning("{} :: Denied access to {}", moduleName, loggedInUserId);
H A DSpecialAndAdminUserOnlyAuthzModule.java33 import com.sun.identity.shared.debug.Debug;
48 public SpecialAndAdminUserOnlyAuthzModule(Config<SessionService> sessionService, SpecialUserIdentity specialUserIdentity, @Named("frRest") Debug debug) { argument
49 super(sessionService, debug);
62 if (debug.messageEnabled()) {
63 debug.message("{} :: User, {} accepted as Special user", moduleName, userId);
H A DSpecialOrAdminOrAgentAuthzModule.java34 import com.sun.identity.shared.debug.Debug;
51 Config<SessionService> sessionService, @Named("frRest") Debug debug) {
52 super(agentIdentity, debug);
67 debug.message("{} :: User, {} accepted as special user", moduleName, userId);
70 debug.message("{} :: User, {} accepted as admin user", moduleName, userId);
50 SpecialOrAdminOrAgentAuthzModule(SpecialUserIdentity specialUserIdentity, AgentIdentity agentIdentity, Config<SessionService> sessionService, @Named(�) Debug debug) argument
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java46 public ResourceException handleError(Context context, String debug, Request request, ScriptException error) { argument
52 public ResourceException handleError(String debug, Request request, ScriptException error) { argument
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/
H A DJSSInit.java45 import com.sun.identity.shared.debug.Debug;
58 private static Debug debug = Debug.getInstance("amJSS"); field in class:JSSInit
129 if (debug.messageEnabled()) {
130 debug.message(method + "certdbDir = " +
132 debug.message(method + "certdbPrefix = " +
134 debug.message(method + "certdbPassfile = " +
136 debug.message(method + "responderURL = " +
138 debug.message(method + "responderNickName = " +
140 debug.message(method + "fipsMode = " + fipsMode);
153 if (debug
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509KeyManagerFactory.java31 import com.sun.identity.shared.debug.Debug;
43 public static Debug debug = SecurityDebug.debug; field in class:AMX509KeyManagerFactory
50 if (debug.messageEnabled()) {
51 debug.message("AMX509KeyManagerFactory : "+
59 if (debug.messageEnabled()) {
60 debug.message("AMX509KeyManagerFactory.createAMX509KeyManager : ");
64 if (debug.messageEnabled()) {
65 debug.message("returns " + JKS_ONLY_AMX509KEYMANAGER_CLASS);
71 if (debug
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugConfiguration.java16 package com.sun.identity.shared.debug.file;
19 * Read debug configuration
24 * Get the debug prefix configuration
31 * Get the debug suffix configuration
H A DDebugFile.java16 package com.sun.identity.shared.debug.file;
24 * <code>com.sun.identity.shared.debug.file.DebugFileProvider</code> interface together
30 * They could have a different debug level but should have the same log rotation.
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugFileProviderImpl.java16 package com.sun.identity.shared.debug.file.impl;
19 import com.sun.identity.shared.debug.DebugConstants;
20 import com.sun.identity.shared.debug.file.DebugConfiguration;
21 import com.sun.identity.shared.debug.file.DebugFile;
22 import com.sun.identity.shared.debug.file.DebugFileProvider;
55 * Get debug file instance
57 * @param debugName name of the debug instance which will be returned.
58 * @return debug file
70 * Get std out debug file
72 * @return debug fil
[all...]
H A DDefaultDebugConfiguration.java16 package com.sun.identity.shared.debug.file.impl;
18 import com.sun.identity.shared.debug.file.DebugConfiguration;
21 * A default debug configuration with default values for each properties.
31 * Get the default debug configuration
33 * @return debug configuration
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugProviderImpl.java30 package com.sun.identity.shared.debug.impl;
32 import static com.sun.identity.shared.debug.impl.DebugImpl.*;
34 import com.sun.identity.shared.debug.IDebug;
35 import com.sun.identity.shared.debug.IDebugProvider;
36 import com.sun.identity.shared.debug.file.DebugFileProvider;
37 import com.sun.identity.shared.debug.file.impl.DebugFileProviderImpl;
43 * Default debug provider implementation.
52 * {@link com.sun.identity.shared.debug.file.impl.DebugFileProviderImpl} would be debug file provider used by
53 * every debug log
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DAMResourceBundleCache.java31 import com.sun.identity.shared.debug.Debug;
46 private Debug debug = null; field in class:AMResourceBundleCache
49 debug = Debug.getInstance("amSDK");
82 debug.error("AMResourceBundleCache.getResBundle", mre);

Completed in 83 milliseconds

1234567891011>>