Package org.apereo.cas.mgmt
Interface PendingRequests
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PendingRequestsInterface to return number of pending requests.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intpendingSubmits(org.springframework.security.core.Authentication authentication)Returns number pending pull requests.
-