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 booleanisInvitation(javax.servlet.http.HttpServletRequest request)booleanpreHandleInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler)voidregisterInvitationsProvider(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:InvitationsRegistryUsed in the invitations plugin- Specified by:
registerInvitationsProviderin interfaceInvitationsRegistry
-
preHandleInternal
public boolean preHandleInternal(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull javax.servlet.http.HttpServletResponse response, Object handler) throws Exception- Specified by:
preHandleInternalin classSkippableInterceptor- Throws:
Exception
-
isInvitation
public boolean isInvitation(javax.servlet.http.HttpServletRequest request)
-
-