| Interface | osid.proxy.ProxyProfile | ||
|---|---|---|---|
| Implements | osid.OsidProfile | ||
| Description | 
                 The   | ||
| Method | supportsProxy | ||
| Description | 
                     Tests if a proxy session is supported.  | ||
| Return | boolean |  true  if proxy is supported  ,   false 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProxyRecordTypes | ||
| Description | 
                     Gets the supported   | ||
| Return | osid.type.TypeList | a list containing the supported  Proxy  record types  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsProxyRecordType | ||
| Description | 
                     Tests if the given   | ||
| Parameters | osid.type.Type | proxyRecordType | a  Type  indicating a  Proxy  record type  | 
| Return | boolean |  true  if the given type is supported,  false  
otherwise  | |
| Errors | NULL_ARGUMENT |  proxyRecordType  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProxyConditionRecordTypes | ||
| Description | 
                     Gets the supported   | ||
| Return | osid.type.TypeList | a list containing the supported  ProxyCondition  record types  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsProxyConditionRecordType | ||
| Description | 
                     Tests if the given   | ||
| Parameters | osid.type.Type | proxyConditionRecordType | a  Type  indicating a  ProxyCondition  record 
type  | 
| Return | boolean |  true  if the given type is supported,  false  
otherwise  | |
| Errors | NULL_ARGUMENT |  proxyConditionRecordType  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |