Interface AuthenticationKeysProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
AuthenticationKeysManager, AuthenticationKeysProxyManager
The AuthenticationKeysProfile describes the interoperability
among authentication keys services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supportedKeyrecord types.Gets the supported key search record types.booleanTests if a key administrative service is supported.booleanTests if retrieving mappings of keys and agencies is supported.booleanTests if managing mappings of keys and agencies is supported.booleanTests if a key lookup service is supported.booleanTests if key notification is supported.booleansupportsKeyRecordType(Type keyRecordType) Tests if the givenKeyrecord type is supported.booleanTests if a key search service is supported.booleansupportsKeySearchRecordType(Type keySearchRecordType) Tests if the given key search record type is supported.booleanTests if key smart agency is available.booleanTests if federation is visible.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier 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 proxy recordTypessupported 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.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.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
-
supportsVisibleFederation
boolean supportsVisibleFederation()Tests if federation is visible.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeyLookup
boolean supportsKeyLookup()Tests if a key lookup service is supported. A key lookup service defines methods to access keys.- Returns:
trueif key lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeySearch
boolean supportsKeySearch()Tests if a key search service is supported.- Returns:
trueif key search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeyAdmin
boolean supportsKeyAdmin()Tests if a key administrative service is supported.- Returns:
trueif key admin is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeyNotification
boolean supportsKeyNotification()Tests if key notification is supported. Messages may be sent when keys are created, modified, or deleted.- Returns:
trueif key notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeyAgency
boolean supportsKeyAgency()Tests if retrieving mappings of keys and agencies is supported.- Returns:
trueif key agency mapping retrieval is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeyAgencyAssignment
boolean supportsKeyAgencyAssignment()Tests if managing mappings of keys and agencies is supported.- Returns:
trueif key agency assignment is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsKeySmartAgency
boolean supportsKeySmartAgency()Tests if key smart agency is available.- Returns:
trueif key smart agency is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getKeyRecordTypes
TypeList getKeyRecordTypes()Gets the supportedKeyrecord types.- Returns:
- a list containing the supported
Keyrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsKeyRecordType
Tests if the givenKeyrecord type is supported.- Parameters:
keyRecordType- aTypeindicating aKeytype- Returns:
trueif the given key recordTypeis supported,falseotherwise- Throws:
NullArgumentException-keyRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getKeySearchRecordTypes
TypeList getKeySearchRecordTypes()Gets the supported key search record types.- Returns:
- a list containing the supported
Keysearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsKeySearchRecordType
Tests if the given key search record type is supported.- Parameters:
keySearchRecordType- aTypeindicating aKeysearch record type- Returns:
trueif the given search recordTypeis supported,falseotherwise- Throws:
NullArgumentException-keySearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-