Package com.soffid.iam.service
Class CrudRegistryServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.CrudRegistryServiceBase
-
- com.soffid.iam.service.CrudRegistryServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.CrudRegistryService
public class CrudRegistryServiceImpl extends CrudRegistryServiceBase
-
-
Constructor Summary
Constructors Constructor Description CrudRegistryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <E> com.soffid.iam.api.CrudHandler<E>handleGetHandler(Class<E> cl)protected <E> com.soffid.iam.api.CrudHandler<E>handleGetHandler(String cl)protected voidhandleRegisterDefaultHandlers()protected <E> voidhandleRegisterHandler(Class<E> cl, com.soffid.iam.api.CrudHandler<E> handler)-
Methods inherited from class com.soffid.iam.service.CrudRegistryServiceBase
getHandler, getHandler, getPrincipal, registerDefaultHandlers, registerHandler
-
-
-
-
Method Detail
-
handleGetHandler
protected <E> com.soffid.iam.api.CrudHandler<E> handleGetHandler(Class<E> cl) throws Exception
- Specified by:
handleGetHandlerin classCrudRegistryServiceBase- Throws:
Exception
-
handleGetHandler
protected <E> com.soffid.iam.api.CrudHandler<E> handleGetHandler(String cl) throws Exception
- Specified by:
handleGetHandlerin classCrudRegistryServiceBase- Throws:
Exception
-
handleRegisterDefaultHandlers
protected void handleRegisterDefaultHandlers() throws Exception- Specified by:
handleRegisterDefaultHandlersin classCrudRegistryServiceBase- Throws:
Exception
-
handleRegisterHandler
protected <E> void handleRegisterHandler(Class<E> cl, com.soffid.iam.api.CrudHandler<E> handler) throws Exception
- Specified by:
handleRegisterHandlerin classCrudRegistryServiceBase- Throws:
Exception
-
-