@MessageLogger(projectCode="PLIDM")
public interface IDMLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Method and Description |
|---|---|
void |
fileConfigAlwaysCreateWorkingDir(String path) |
void |
fileConfigUsingWorkingDir(String path) |
void |
identityManagerBootstrapping() |
void |
identityManagerInitConfigForRealms(IdentityStoreConfiguration config,
Set<String> realms) |
void |
identityManagerRealmNotConfigured(String realmId) |
void |
identityManagerTierNotConfigured(String tierId) |
void |
identityManagerUnsupportedOperation(FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation) |
void |
jpaConfigDisablingCredentialFeatures() |
void |
jpaConfigDisablingPartitionFeatures() |
void |
jpaConfigDisablingRelationshipFeatures() |
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, warnvstatic final IDMLogger LOGGER
@LogMessage(level=INFO)
@Message(id=100,
value="Bootstrapping PicketLink Identity Manager")
void identityManagerBootstrapping()
@LogMessage(level=INFO)
@Message(id=101,
value="Initializing Identity Store Configuration [%s] for Realms [%s]")
void identityManagerInitConfigForRealms(IdentityStoreConfiguration config,
Set<String> realms)
@LogMessage(level=INFO)
@Message(id=102,
value="Using working directory [%s].")
void fileConfigUsingWorkingDir(String path)
@LogMessage(level=WARN)
@Message(id=103,
value="Working directory [%s] is marked to be always created. All your existing data will be lost.")
void fileConfigAlwaysCreateWorkingDir(String path)
@LogMessage(level=ERROR)
@Message(id=104,
value="No suitable configuration found for Feature [%s.%s]. Could find an IdentityStore to perform the requested operation.")
void identityManagerUnsupportedOperation(FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation)
@LogMessage(level=ERROR)
@Message(id=105,
value="No configuration found for the given Realm [%s].")
void identityManagerRealmNotConfigured(String realmId)
@LogMessage(level=WARN)
@Message(id=106,
value="Partition features are disabled. Did you provide a JPA Entity class to store partitions ?")
void jpaConfigDisablingPartitionFeatures()
@LogMessage(level=WARN)
@Message(id=107,
value="Relationship features are disabled. Did you provide a JPA Entity class to store relationships ?")
void jpaConfigDisablingRelationshipFeatures()
@LogMessage(level=WARN)
@Message(id=108,
value="Credential features are disabled. Did you provide a JPA Entity class to store credentials ?")
void jpaConfigDisablingCredentialFeatures()
@LogMessage(level=ERROR)
@Message(id=109,
value="No configuration found for the given Tier [%s].")
void identityManagerTierNotConfigured(String tierId)
Copyright © 2013. All Rights Reserved.