Interface ProxyProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
ProxyManager, ProxyProxyManager
The ProxyProfile describes the interoperability among proxy
services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supportedProxyConditionrecord interface types.Gets the supportedProxyrecord interface types.booleanTests if a proxy session is supported.booleansupportsProxyConditionRecordType(Type proxyConditionRecordType) Tests if the givenProxyConditionrecord interface type is supported.booleansupportsProxyRecordType(Type proxyRecordType) Tests if the givenProxyrecord interface type is supported.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersionModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
supportsProxy
boolean supportsProxy()Tests if a proxy session is supported.- Returns:
trueif proxy is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getProxyRecordTypes
TypeList getProxyRecordTypes()Gets the supportedProxyrecord interface types.- Specified by:
getProxyRecordTypesin interfaceOsidProfile- Returns:
- a list containing the supported
Proxyrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsProxyRecordType
Tests if the givenProxyrecord interface type is supported.- Specified by:
supportsProxyRecordTypein interfaceOsidProfile- Parameters:
proxyRecordType- aTypeindicating aProxyrecord type- Returns:
trueif the given type is supported,falseotherwise- Throws:
NullArgumentException-proxyRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getProxyConditionRecordTypes
TypeList getProxyConditionRecordTypes()Gets the supportedProxyConditionrecord interface types.- Returns:
- a list containing the supported
ProxyConditionrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsProxyConditionRecordType
Tests if the givenProxyConditionrecord interface type is supported.- Parameters:
proxyConditionRecordType- aTypeindicating aProxyConditionrecord type- Returns:
trueif the given type is supported,falseotherwise- Throws:
NullArgumentException-proxyConditionRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-