Uses of Interface
org.apache.syncope.wa.starter.mapping.ClientAppMapper
-
Packages that use ClientAppMapper Package Description org.apache.syncope.wa.starter.config org.apache.syncope.wa.starter.mapping -
-
Uses of ClientAppMapper in org.apache.syncope.wa.starter.config
Methods in org.apache.syncope.wa.starter.config that return ClientAppMapper Modifier and Type Method Description ClientAppMapper
WAContext. casSPClientAppTOMapper()
ClientAppMapper
WAContext. oidcRPClientAppTOMapper()
ClientAppMapper
WAContext. saml2SPClientAppTOMapper()
-
Uses of ClientAppMapper in org.apache.syncope.wa.starter.mapping
Classes in org.apache.syncope.wa.starter.mapping that implement ClientAppMapper Modifier and Type Class Description class
CASSPClientAppTOMapper
class
OIDCRPClientAppTOMapper
class
SAML2SPClientAppTOMapper
Fields in org.apache.syncope.wa.starter.mapping with type parameters of type ClientAppMapper Modifier and Type Field Description protected List<ClientAppMapper>
RegisteredServiceMapper. clientAppMappers
Methods in org.apache.syncope.wa.starter.mapping with parameters of type ClientAppMapper Modifier and Type Method Description org.apereo.cas.services.RegisteredService
RegisteredServiceMapper. toRegisteredService(WAClientApp clientApp, ClientAppMapper clientAppMapper)
-