1 package com.atlassian.sal.api.page;
2
3 /**
4 * Login page capabilities, implementation should provide a page which matches behavior/look requirements from those capabilities.
5 */
6 public enum PageCapability
7 {
8 /**
9 * Page should be suitable for presentation inside iframe HTML
10 */
11 IFRAME
12 }