Package org.apache.syncope.core.logic.wa
Class WAClientAppLogic
java.lang.Object
org.apache.syncope.core.logic.wa.WAClientAppLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final WAClientAppDataBinderprotected final CASSPClientAppDAOprotected final OIDCRPClientAppDAOprotected final SAML2SPClientAppDAO -
Constructor Summary
ConstructorsConstructorDescriptionWAClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) -
Method Summary
Modifier and TypeMethodDescriptionprotected WAClientAppdoRead(Long clientAppId, ClientAppType type) protected WAClientAppdoRead(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)
-