com.atlassian.jira.crowd.embedded
Class DefaultJaacsService.ExcludeNonPermanent
java.lang.Object
com.atlassian.jira.crowd.embedded.DefaultJaacsService.ExcludeNonPermanent
- All Implemented Interfaces:
- com.google.common.base.Predicate<com.atlassian.crowd.model.application.Application>
- Enclosing class:
- DefaultJaacsService
protected static class DefaultJaacsService.ExcludeNonPermanent
- extends Object
- implements com.google.common.base.Predicate<com.atlassian.crowd.model.application.Application>
Excluded the permanent application, which is the built-in crowd-embedded application.
Method Summary |
boolean |
apply(com.atlassian.crowd.model.application.Application application)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Predicate |
equals |
DefaultJaacsService.ExcludeNonPermanent
protected DefaultJaacsService.ExcludeNonPermanent()
apply
public boolean apply(@Nullable
com.atlassian.crowd.model.application.Application application)
- Specified by:
apply
in interface com.google.common.base.Predicate<com.atlassian.crowd.model.application.Application>
Copyright © 2002-2012 Atlassian. All Rights Reserved.