wt.inf.container
Class IdentityServiceEventHandler
java.lang.Object
wt.inf.container.IdentityServiceEventHandler
- final class IdentityServiceEventHandler
- extends Object
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
DEBUG
private static final boolean DEBUG
LOG
private static final DebugWriter LOG
ZERO
private static final int[] ZERO
service
private final StandardWTContainerService service
businessNamespace
private final Set businessNamespace
IdentityServiceEventHandler
IdentityServiceEventHandler(StandardWTContainerService a_Service)
throws WTException
getNamespace
WTContainer getNamespace(Class contained_class,
WTContainer container)
throws WTException
- Throws:
WTException
getBusinessNamespace
private WTContainer getBusinessNamespace(WTContainerRef container_ref)
addEventListeners
private void addEventListeners(StandardWTContainerService service)
preChangeIdentity
private void preChangeIdentity(WTContainer container,
WTContainerIdentity id)
throws WTException
- Throws:
WTException
updateIdentity
private void updateIdentity(Identified identified,
WTContainerRef namespace,
WTPrincipalReference new_org,
WTPrincipalReference old_org)
throws WTException
- Throws:
WTException
postChangeIdentity
private void postChangeIdentity(WTContainer container,
WTContainerIdentity id)
throws WTException
- Throws:
WTException
loadBusinessNamespace
private static Set loadBusinessNamespace()