|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.registry.manage.interceptor.PidExistsInterceptor
@RunAs(value="ADMIN") public class PidExistsInterceptor
PidExistsInterceptor verifies that a supplied uid has a pid.
| Field Summary | |
|---|---|
private static Log |
LOG
Log for this class |
private CommonRegistryFinder |
registryFinder
Class for finding registry beans |
| Constructor Summary | |
|---|---|
PidExistsInterceptor()
|
|
| Method Summary | |
|---|---|
Object |
pidExists(InvocationContext ctx)
An Interceptor that checks if a person has a PID. |
void |
setEntityManager(EntityManager em)
Sets the Entity Manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Log LOG
private CommonRegistryFinder registryFinder
| Constructor Detail |
|---|
public PidExistsInterceptor()
| Method Detail |
|---|
public void setEntityManager(EntityManager em)
em - EntityManager
public Object pidExists(InvocationContext ctx)
throws Exception
ctx - InvocationContext
Object
Exception - if the person does not have a PID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||