|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
accountCreated(LighthouseContext con,
ProvisioningOptions options,
WSUser user,
ResourceOp op)
Called immediately after an account has been created. |
void |
accountDeleted(LighthouseContext con,
ProvisioningOptions options,
WSUser user,
ResourceOp op)
Called after an account has been updated. |
void |
accountFetched(LighthouseContext con,
ProvisioningOptions options,
WSUser user,
ResourceOp op,
WSUser fetched)
Called immediately after an account has been fetched from a resource. |
void |
accountRenamed(LighthouseContext con,
ProvisioningOptions options,
java.lang.String origAccountId,
ResourceOp op)
Called after an account has been deleted. |
void |
accountUpdated(LighthouseContext con,
ProvisioningOptions options,
WSUser user,
ResourceOp op)
Called after an account has been deleted. |
Method Detail |
public void accountFetched(LighthouseContext con, ProvisioningOptions options, WSUser user, ResourceOp op, WSUser fetched) throws WavesetException
WavesetException
public void accountCreated(LighthouseContext con, ProvisioningOptions options, WSUser user, ResourceOp op) throws WavesetException
WavesetException
public void accountDeleted(LighthouseContext con, ProvisioningOptions options, WSUser user, ResourceOp op) throws WavesetException
WavesetException
public void accountUpdated(LighthouseContext con, ProvisioningOptions options, WSUser user, ResourceOp op) throws WavesetException
WavesetException
public void accountRenamed(LighthouseContext con, ProvisioningOptions options, java.lang.String origAccountId, ResourceOp op) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |