Package org.apache.syncope.core.logic.wa
Class WAClientAppLogic
java.lang.Object
org.apache.syncope.core.logic.wa.WAClientAppLogic
-
Field Summary
Modifier and TypeFieldDescriptionprotected final WAClientAppDataBinder
protected final CASSPClientAppDAO
protected final OIDCRPClientAppDAO
protected final SAML2SPClientAppDAO
-
Constructor Summary
ConstructorDescriptionWAClientAppLogic
(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) -
Method Summary
Modifier and TypeMethodDescriptionprotected WAClientApp
doRead
(Long clientAppId, ClientAppType type) protected WAClientApp
doRead
(String name, ClientAppType type) list()
read
(Long clientAppId, ClientAppType type) read
(String name, ClientAppType type)
-
Field Details
-
binder
-
casSPClientAppDAO
-
oidcRPClientAppDAO
-
saml2SPClientAppDAO
-
-
Constructor Details
-
WAClientAppLogic
public WAClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
-
-
Method Details
-
list
@PreAuthorize("hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public List<WAClientApp> list() -
doRead
-
read
@PreAuthorize("hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public WAClientApp read(Long clientAppId, ClientAppType type) -
doRead
-
read
@PreAuthorize("hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public WAClientApp read(String name, ClientAppType type)
-