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 * Page should be suitable for presentation inside iframe HTML
9 */
10 IFRAME
11 }