Interface ApplicationCache.Loader
- Enclosing interface:
- ApplicationCache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Cannot use
Function
here, since we need to propagate checked exceptions.- Since:
- 7.5
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.crowd.model.application.Application
getApplication
(String name)
-
Method Details
-
getApplication
com.atlassian.crowd.model.application.Application getApplication(String name) throws com.atlassian.crowd.exception.ApplicationNotFoundException - Throws:
com.atlassian.crowd.exception.ApplicationNotFoundException
-