@MessageLogger(projectCode="PLIDM") public interface IDMLog extends Log
Modifier and Type | Field and Description |
---|---|
static IDMLog |
CREDENTIAL_LOGGER
This is the root logger for credential management.
|
static IDMLog |
IDENTITY_STORE_LOGGER
This is the root logger for identity stores.
|
static String |
PICKETLINK_IDM_PROJECT_CODE |
static IDMLog |
ROOT_LOGGER
This is the root logger.
|
Modifier and Type | Method and Description |
---|---|
void |
credentialRetrievingAccount(String loginName,
Class<? extends Account> accountType,
String property) |
void |
partitionManagerBootstrap() |
void |
partitionUndefinedForTypeUsingDefault(IdentityType identityType,
IdentityStore identityStore,
Realm defaultPartition) |
void |
storeInitializing(Class<? extends IdentityStore> storeType) |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final String PICKETLINK_IDM_PROJECT_CODE
static final IDMLog ROOT_LOGGER
This is the root logger. General messages should be logged using it.
static final IDMLog IDENTITY_STORE_LOGGER
This is the root logger for identity stores. General and implementation agnostic messages should be logged using it.
static final IDMLog CREDENTIAL_LOGGER
This is the root logger for credential management. General and implementation agnostic messages should be logged using it.
@LogMessage(level=INFO) @Message(id=1000, value="Bootstrapping PicketLink IDM Partition Manager") void partitionManagerBootstrap()
@LogMessage(level=INFO) @Message(id=1001, value="Initializing Identity Store [%s]") void storeInitializing(Class<? extends IdentityStore> storeType)
@LogMessage(level=DEBUG) @Message(id=1002, value="No partition assigned for identity type [%s] by identity store [%s]. We assume this entry belongs to the default partition [%s].") void partitionUndefinedForTypeUsingDefault(IdentityType identityType, IdentityStore identityStore, Realm defaultPartition)
Copyright © 2018 JBoss by Red Hat. All rights reserved.