01: package com.sun.portal.admin.common; 02: 03: /** 04: * This interface describes the attributes of a Secure Remote Access (SRA). 05: */ 06: public interface SRAAttributes { 07: /** 08: * Is SRA Core Enabled ?. 09: */ 10: public static final String SRA_STATUS = "SRAStatus"; 11: }