com.atlassian.applinks.api.application.generic
Interface GenericApplicationType
- All Superinterfaces:
- ApplicationType
public interface GenericApplicationType
- extends ApplicationType
The generic application type supports all "out-of-the-box" authentication types that UAL ships with.
This application type can be used to authenticate to an application for which UAL does not have a specific application type,
but the application supports one or more of UAL's authentication providers.
Consider implementing your own application type, rather than using the generic application type.
Application types are pluggable, see com.atlassian.applinks.spi.application.NonAppLinksApplicationType.
- Since:
- v3.3
Copyright © 2015 Atlassian. All rights reserved.