org.jbpm.pvm.internal.identity.impl
Class IdentitySessionResource

java.lang.Object
  extended by org.jbpm.pvm.internal.identity.impl.IdentitySessionResource
All Implemented Interfaces:
StandardResource

public class IdentitySessionResource
extends java.lang.Object
implements StandardResource

Author:
Tom Baeyens

Field Summary
protected  org.picketlink.idm.api.IdentitySession identitySession
           
protected  org.picketlink.idm.api.Transaction transaction
           
 
Constructor Summary
IdentitySessionResource(org.picketlink.idm.api.IdentitySession identitySession)
           
 
Method Summary
protected  void begin()
           
 void commit()
           
 void prepare()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identitySession

protected org.picketlink.idm.api.IdentitySession identitySession

transaction

protected org.picketlink.idm.api.Transaction transaction
Constructor Detail

IdentitySessionResource

public IdentitySessionResource(org.picketlink.idm.api.IdentitySession identitySession)
Method Detail

begin

protected void begin()

prepare

public void prepare()
Specified by:
prepare in interface StandardResource

commit

public void commit()
Specified by:
commit in interface StandardResource

rollback

public void rollback()
Specified by:
rollback in interface StandardResource


Copyright © 2010 JBoss Community. All Rights Reserved.