Class RegisteredServiceMapper
- java.lang.Object
-
- org.apache.syncope.wa.starter.mapping.RegisteredServiceMapper
-
public class RegisteredServiceMapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessMapper>
accessMappers
protected List<AttrReleaseMapper>
attrReleaseMappers
protected ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan>
authEventExecPlan
protected List<AuthMapper>
authMappers
protected List<ClientAppMapper>
clientAppMappers
protected static Logger
LOG
protected List<org.apereo.cas.authentication.MultifactorAuthenticationProvider>
multifactorAuthenticationProviders
protected String
pac4jCoreName
protected List<TicketExpirationMapper>
ticketExpirationMappers
-
Constructor Summary
Constructors Constructor Description RegisteredServiceMapper(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authEventExecPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, List<AuthMapper> authMappers, List<AccessMapper> accessMappers, List<AttrReleaseMapper> attrReleaseMappers, List<TicketExpirationMapper> ticketExpirationMappers, List<ClientAppMapper> clientAppMappers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.services.RegisteredService
toRegisteredService(WAClientApp clientApp)
org.apereo.cas.services.RegisteredService
toRegisteredService(WAClientApp clientApp, ClientAppMapper clientAppMapper)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
pac4jCoreName
protected final String pac4jCoreName
-
authEventExecPlan
protected final ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authEventExecPlan
-
multifactorAuthenticationProviders
protected final List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders
-
authMappers
protected final List<AuthMapper> authMappers
-
accessMappers
protected final List<AccessMapper> accessMappers
-
attrReleaseMappers
protected final List<AttrReleaseMapper> attrReleaseMappers
-
ticketExpirationMappers
protected final List<TicketExpirationMapper> ticketExpirationMappers
-
clientAppMappers
protected final List<ClientAppMapper> clientAppMappers
-
-
Constructor Detail
-
RegisteredServiceMapper
public RegisteredServiceMapper(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authEventExecPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, List<AuthMapper> authMappers, List<AccessMapper> accessMappers, List<AttrReleaseMapper> attrReleaseMappers, List<TicketExpirationMapper> ticketExpirationMappers, List<ClientAppMapper> clientAppMappers)
-
-
Method Detail
-
toRegisteredService
public org.apereo.cas.services.RegisteredService toRegisteredService(WAClientApp clientApp)
-
toRegisteredService
public org.apereo.cas.services.RegisteredService toRegisteredService(WAClientApp clientApp, ClientAppMapper clientAppMapper)
-
-