Uses of Interface
com.flowable.engage.rest.service.api.conversation.anonymous.security.AnonymousConversationServices
Package | Description |
---|---|
com.flowable.engage.rest.service.api.conversation.anonymous | |
com.flowable.engage.rest.service.api.conversation.anonymous.security |
-
Uses of AnonymousConversationServices in com.flowable.engage.rest.service.api.conversation.anonymous
Fields in com.flowable.engage.rest.service.api.conversation.anonymous declared as AnonymousConversationServices Modifier and Type Field Description protected AnonymousConversationServices
AnonymousConversationResource. anonymousConversationServices
Constructors in com.flowable.engage.rest.service.api.conversation.anonymous with parameters of type AnonymousConversationServices Constructor Description AnonymousConversationResource(ConversationService conversationService, ConversationMapper conversationMapper, AnonymousConversationServices anonymousConversationServices, com.flowable.license.LicenseCheckService licenseCheckService)
-
Uses of AnonymousConversationServices in com.flowable.engage.rest.service.api.conversation.anonymous.security
Classes in com.flowable.engage.rest.service.api.conversation.anonymous.security that implement AnonymousConversationServices Modifier and Type Class Description class
DefaultAnonymousConversationServices
Fields in com.flowable.engage.rest.service.api.conversation.anonymous.security declared as AnonymousConversationServices Modifier and Type Field Description protected AnonymousConversationServices
AnonymousConversationAuthenticationFilter. anonymousConversationServices
protected AnonymousConversationServices
AnonymousConversationConfigurer. anonymousConversationServices
Methods in com.flowable.engage.rest.service.api.conversation.anonymous.security with parameters of type AnonymousConversationServices Modifier and Type Method Description AnonymousConversationConfigurer<H>
AnonymousConversationConfigurer. anonymousConversationServices(AnonymousConversationServices anonymousConversationServices)
Constructors in com.flowable.engage.rest.service.api.conversation.anonymous.security with parameters of type AnonymousConversationServices Constructor Description AnonymousConversationAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, AnonymousConversationServices anonymousConversationServices)