org.jbpm.identity.mail
Class IdentityAddressResolver

java.lang.Object
  extended by org.jbpm.identity.mail.IdentityAddressResolver
All Implemented Interfaces:
Serializable, org.jbpm.mail.AddressResolver

public class IdentityAddressResolver
extends Object
implements org.jbpm.mail.AddressResolver

translates actorIds into email addresses with the jBPM identity module. Only user actorIds are resolved to their email addresses. Group actorIds return null.

See Also:
Serialized Form

Constructor Summary
IdentityAddressResolver()
           
 
Method Summary
 void close()
          Deprecated. this address resolver does not fit the service model.
 org.jbpm.svc.Service openService()
          Deprecated. this address resolver does not fit the service model.
 Object resolveAddress(String actorId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityAddressResolver

public IdentityAddressResolver()
Method Detail

resolveAddress

public Object resolveAddress(String actorId)
Specified by:
resolveAddress in interface org.jbpm.mail.AddressResolver

openService

public org.jbpm.svc.Service openService()
Deprecated. this address resolver does not fit the service model.


close

public void close()
Deprecated. this address resolver does not fit the service model.



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.