Searched refs:LogUtil (Results 1 - 25 of 128) sorted by relevance

123456

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcRequestHandlerImpl.java41 import com.sun.identity.liberty.ws.common.LogUtil;
131 if (LogUtil.isLogEnabled()) {
132 LogUtil.access(Level.INFO,LogUtil.AS_ABORT,data);
153 if (LogUtil.isLogEnabled()) {
154 LogUtil.access(Level.INFO,LogUtil.AS_ABORT,data);
167 if (LogUtil.isLogEnabled()) {
171 LogUtil.access(Level.INFO,LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcRequestHandlerImpl.java41 import com.sun.identity.liberty.ws.common.LogUtil;
131 if (LogUtil.isLogEnabled()) {
132 LogUtil.access(Level.INFO,LogUtil.AS_ABORT,data);
153 if (LogUtil.isLogEnabled()) {
154 LogUtil.access(Level.INFO,LogUtil.AS_ABORT,data);
167 if (LogUtil.isLogEnabled()) {
171 LogUtil.access(Level.INFO,LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java38 import com.sun.identity.federation.common.LogUtil;
141 LogUtil.error(Level.INFO,
142 LogUtil.ERROR_GET_IDFF_META_INSTANCE, null);
163 LogUtil.error(Level.INFO, LogUtil.NULL_ENTITY_DESCRIPTOR, null);
169 LogUtil.error(Level.INFO, LogUtil.NULL_ENTITY_ID, null);
191 LogUtil.error(Level.INFO, LogUtil.SET_ENTITY_FAILED, args);
195 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java38 import com.sun.identity.federation.common.LogUtil;
141 LogUtil.error(Level.INFO,
142 LogUtil.ERROR_GET_IDFF_META_INSTANCE, null);
163 LogUtil.error(Level.INFO, LogUtil.NULL_ENTITY_DESCRIPTOR, null);
169 LogUtil.error(Level.INFO, LogUtil.NULL_ENTITY_ID, null);
191 LogUtil.error(Level.INFO, LogUtil.SET_ENTITY_FAILED, args);
195 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java139 LogUtil.error(Level.INFO,
140 LogUtil.NO_COT_NAME_CREATE_COT_DESCRIPTOR,data);
147 LogUtil.error(Level.INFO,
148 LogUtil.COT_EXISTS_CREATE_COT_DESCRIPTOR,data);
174 LogUtil.access(Level.INFO,LogUtil.COT_DESCRIPTOR_CREATED,data);
178 LogUtil.error(Level.INFO,
179 LogUtil.CONFIG_ERROR_CREATE_COT_DESCRIPTOR,data);
256 LogUtil.error(Level.INFO,
257 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java61 import com.sun.identity.wsfederation.logging.LogUtil;
171 LogUtil.access(Level.FINE,
172 LogUtil.GOT_FEDERATION,
196 LogUtil.access(Level.FINE,
197 LogUtil.GOT_FEDERATION,
205 LogUtil.error(Level.INFO,
206 LogUtil.GOT_INVALID_ENTITY_DESCRIPTOR,
213 LogUtil.error(Level.INFO,
214 LogUtil.CONFIG_ERROR_GET_ENTITY_DESCRIPTOR,
220 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java61 import com.sun.identity.wsfederation.logging.LogUtil;
171 LogUtil.access(Level.FINE,
172 LogUtil.GOT_FEDERATION,
196 LogUtil.access(Level.FINE,
197 LogUtil.GOT_FEDERATION,
205 LogUtil.error(Level.INFO,
206 LogUtil.GOT_INVALID_ENTITY_DESCRIPTOR,
213 LogUtil.error(Level.INFO,
214 LogUtil.CONFIG_ERROR_GET_ENTITY_DESCRIPTOR,
220 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java140 LogUtil.error(Level.INFO,
141 LogUtil.NO_COT_NAME_CREATE_COT_DESCRIPTOR,data);
148 LogUtil.error(Level.INFO,
149 LogUtil.COT_EXISTS_CREATE_COT_DESCRIPTOR,data);
175 LogUtil.access(Level.INFO,LogUtil.COT_DESCRIPTOR_CREATED,data);
179 LogUtil.error(Level.INFO,
180 LogUtil.CONFIG_ERROR_CREATE_COT_DESCRIPTOR,data);
257 LogUtil.error(Level.INFO,
258 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserArtifactConsumerHandler.java34 import com.sun.identity.federation.common.LogUtil;
236 LogUtil.error(Level.INFO,LogUtil.INVALID_SOAP_RESPONSE,data);
250 LogUtil.error(
251 Level.INFO,LogUtil.INVALID_SOAP_RESPONSE, data);
262 LogUtil.error(Level.INFO,LogUtil.INVALID_SOAP_RESPONSE,data);
298 LogUtil.error(Level.INFO,LogUtil.MISSING_RESPONSE,data);
316 LogUtil
[all...]
H A DFSSSOBrowserArtifactProfileHandler.java44 import com.sun.identity.federation.common.LogUtil;
182 LogUtil.error(Level.INFO,
183 LogUtil.AUTHN_REQUEST_PROCESSING_FAILED,
209 LogUtil.error(Level.INFO,
210 LogUtil.SIGNATURE_VERIFICATION_FAILED,
242 LogUtil.error(Level.INFO,
243 LogUtil.AUTHN_REQUEST_PROCESSING_FAILED,
311 if (LogUtil.isAccessLoggable(Level.FINER)) {
313 LogUtil.access(Level.FINER,LogUtil
[all...]
H A DFSSSOBrowserPostProfileHandler.java35 import com.sun.identity.federation.common.LogUtil;
181 if (LogUtil.isAccessLoggable(Level.FINER)) {
183 LogUtil.access(
184 Level.FINER,LogUtil.CREATE_AUTHN_RESPONSE,data,ssoToken);
191 LogUtil.access(
192 Level.INFO,LogUtil.CREATE_AUTHN_RESPONSE,data,ssoToken);
221 LogUtil.access(
222 Level.INFO,LogUtil.SENT_AUTHN_RESPONSE,data,ssoToken);
H A DFSAssertionConsumerService.java34 import com.sun.identity.federation.common.LogUtil;
270 LogUtil.error(Level.INFO,LogUtil.MISSING_AUTHN_RESPONSE,data);
308 LogUtil.error(Level.INFO,LogUtil.INVALID_AUTHN_RESPONSE,data);
322 LogUtil.error(Level.INFO,LogUtil.INVALID_AUTHN_RESPONSE,data);
335 LogUtil.error(Level.INFO,LogUtil.INVALID_AUTHN_RESPONSE,data);
356 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserArtifactConsumerHandler.java34 import com.sun.identity.federation.common.LogUtil;
236 LogUtil.error(Level.INFO,LogUtil.INVALID_SOAP_RESPONSE,data);
250 LogUtil.error(
251 Level.INFO,LogUtil.INVALID_SOAP_RESPONSE, data);
262 LogUtil.error(Level.INFO,LogUtil.INVALID_SOAP_RESPONSE,data);
298 LogUtil.error(Level.INFO,LogUtil.MISSING_RESPONSE,data);
316 LogUtil
[all...]
H A DFSSSOBrowserArtifactProfileHandler.java44 import com.sun.identity.federation.common.LogUtil;
182 LogUtil.error(Level.INFO,
183 LogUtil.AUTHN_REQUEST_PROCESSING_FAILED,
209 LogUtil.error(Level.INFO,
210 LogUtil.SIGNATURE_VERIFICATION_FAILED,
242 LogUtil.error(Level.INFO,
243 LogUtil.AUTHN_REQUEST_PROCESSING_FAILED,
311 if (LogUtil.isAccessLoggable(Level.FINER)) {
313 LogUtil.access(Level.FINER,LogUtil
[all...]
H A DFSSSOBrowserPostProfileHandler.java35 import com.sun.identity.federation.common.LogUtil;
181 if (LogUtil.isAccessLoggable(Level.FINER)) {
183 LogUtil.access(
184 Level.FINER,LogUtil.CREATE_AUTHN_RESPONSE,data,ssoToken);
191 LogUtil.access(
192 Level.INFO,LogUtil.CREATE_AUTHN_RESPONSE,data,ssoToken);
221 LogUtil.access(
222 Level.INFO,LogUtil.SENT_AUTHN_RESPONSE,data,ssoToken);
H A DFSAssertionConsumerService.java34 import com.sun.identity.federation.common.LogUtil;
270 LogUtil.error(Level.INFO,LogUtil.MISSING_AUTHN_RESPONSE,data);
308 LogUtil.error(Level.INFO,LogUtil.INVALID_AUTHN_RESPONSE,data);
322 LogUtil.error(Level.INFO,LogUtil.INVALID_AUTHN_RESPONSE,data);
335 LogUtil.error(Level.INFO,LogUtil.INVALID_AUTHN_RESPONSE,data);
356 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java68 import com.sun.identity.saml2.logging.LogUtil;
181 LogUtil.access(Level.FINE, LogUtil.GOT_ENTITY_DESCRIPTOR,
206 LogUtil.access(Level.FINE, LogUtil.GOT_ENTITY_DESCRIPTOR,
213 LogUtil.error(Level.INFO, LogUtil.GOT_INVALID_ENTITY_DESCRIPTOR,
219 LogUtil.error(Level.INFO,
220 LogUtil.CONFIG_ERROR_GET_ENTITY_DESCRIPTOR, data, null);
224 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java71 import com.sun.identity.saml2.logging.LogUtil;
184 LogUtil.access(Level.FINE, LogUtil.GOT_ENTITY_DESCRIPTOR,
209 LogUtil.access(Level.FINE, LogUtil.GOT_ENTITY_DESCRIPTOR,
216 LogUtil.error(Level.INFO, LogUtil.GOT_INVALID_ENTITY_DESCRIPTOR,
222 LogUtil.error(Level.INFO,
223 LogUtil.CONFIG_ERROR_GET_ENTITY_DESCRIPTOR, data, null);
227 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyIDPRequestValidator.java21 import com.sun.identity.saml2.logging.LogUtil;
104 LogUtil.error(Level.INFO, LogUtil.INVALID_IDP, new String[]{idpEntityID}, null);
113 LogUtil.error(Level.INFO, LogUtil.BINDING_NOT_SUPPORTED, new String[]{ idpEntityID, reqBinding }, null);
118 LogUtil.error(Level.INFO, LogUtil.IDP_METADATA_ERROR, new String[]{ idpMetaAlias }, null);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyIDPRequestValidator.java21 import com.sun.identity.saml2.logging.LogUtil;
104 LogUtil.error(Level.INFO, LogUtil.INVALID_IDP, new String[]{idpEntityID}, null);
113 LogUtil.error(Level.INFO, LogUtil.BINDING_NOT_SUPPORTED, new String[]{ idpEntityID, reqBinding }, null);
118 LogUtil.error(Level.INFO, LogUtil.IDP_METADATA_ERROR, new String[]{ idpMetaAlias }, null);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationUtils.java53 import com.sun.identity.wsfederation.logging.LogUtil;
286 String[] data = {LogUtil.isErrorLoggable(Level.FINER) ?
290 LogUtil.error(Level.INFO,
291 LogUtil.INVALID_SIGNATURE_ASSERTION,
314 String[] data = {LogUtil.isErrorLoggable(Level.FINER) ?
316 LogUtil.error(Level.INFO,
317 LogUtil.MISSING_CONDITIONS_NOT_ON_OR_AFTER,
322 String[] data = {LogUtil.isErrorLoggable(Level.FINER) ?
327 LogUtil.error(Level.INFO,
328 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationRequestServlet.java41 import com.sun.identity.federation.common.LogUtil;
288 LogUtil.error(Level.INFO,LogUtil.INVALID_PROVIDER, data);
309 LogUtil.error(Level.INFO,LogUtil.INVALID_PROVIDER,data);
326 LogUtil.error(Level.INFO,LogUtil.INVALID_SIGNATURE,data);
342 LogUtil.error(Level.INFO,LogUtil.INVALID_SIGNATURE,data);
388 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationRequestServlet.java41 import com.sun.identity.federation.common.LogUtil;
288 LogUtil.error(Level.INFO,LogUtil.INVALID_PROVIDER, data);
309 LogUtil.error(Level.INFO,LogUtil.INVALID_PROVIDER,data);
326 LogUtil.error(Level.INFO,LogUtil.INVALID_SIGNATURE,data);
342 LogUtil.error(Level.INFO,LogUtil.INVALID_SIGNATURE,data);
388 LogUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java73 import com.sun.identity.saml2.logging.LogUtil;
255 LogUtil.error(Level.INFO,
256 LogUtil.RESPONSE_NOT_FOUND_FROM_CACHE,
272 LogUtil.error(Level.INFO,
273 LogUtil.MISSING_ARTIFACT,
306 LogUtil.access(Level.INFO,
307 LogUtil.RECEIVED_ARTIFACT,
325 LogUtil.error(Level.INFO,
326 LogUtil.IDP_META_NOT_FOUND,
397 LogUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java76 import com.sun.identity.saml2.logging.LogUtil;
258 LogUtil.error(Level.INFO,
259 LogUtil.RESPONSE_NOT_FOUND_FROM_CACHE,
275 LogUtil.error(Level.INFO,
276 LogUtil.MISSING_ARTIFACT,
309 LogUtil.access(Level.INFO,
310 LogUtil.RECEIVED_ARTIFACT,
328 LogUtil.error(Level.INFO,
329 LogUtil.IDP_META_NOT_FOUND,
400 LogUtil
[all...]

Completed in 58 milliseconds

123456