Class RegistrationInvitations
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.SkippableInterceptor
-
- jetbrains.buildServer.web.invitations.RegistrationInvitations
-
- All Implemented Interfaces:
InvitationsRegistry
,org.springframework.web.servlet.AsyncHandlerInterceptor
,org.springframework.web.servlet.HandlerInterceptor
public class RegistrationInvitations extends SkippableInterceptor implements InvitationsRegistry
-
-
Constructor Summary
Constructors Constructor Description RegistrationInvitations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isInvitation(javax.servlet.http.HttpServletRequest request)
boolean
preHandleInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler)
void
registerInvitationsProvider(Predicate<javax.servlet.http.HttpServletRequest> isInvitationRequest)
Used in the invitations plugin-
Methods inherited from class jetbrains.buildServer.controllers.interceptors.SkippableInterceptor
afterCompletion, afterCompletionInternal, afterConcurrentHandlingStarted, afterConcurrentHandlingStartedInternal, isInternalInterceptorsDisabledForHandler, postHandle, postHandleInternal, preHandle
-
-
-
-
Method Detail
-
registerInvitationsProvider
public void registerInvitationsProvider(@NotNull Predicate<javax.servlet.http.HttpServletRequest> isInvitationRequest)
Description copied from interface:InvitationsRegistry
Used in the invitations plugin- Specified by:
registerInvitationsProvider
in interfaceInvitationsRegistry
-
preHandleInternal
public boolean preHandleInternal(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
- Specified by:
preHandleInternal
in classSkippableInterceptor
- Throws:
Exception
-
isInvitation
public boolean isInvitation(javax.servlet.http.HttpServletRequest request)
-
-