Version 0.0.1
http://vocabularies.xenzone.com/security/0.0.1/security.owl
Security related terms of the Xenzone Clinical Platform.

Overview

Vocabulary of terms for the Security ontology of the Xenzone Clinical Platform, concerning security related terms such as authorization. This document describes the relationships between the classes within the security subontology.

A-Z of Terms

Classes: | Authorization |AuthorizationFailed |AuthorizationSuccess |Authorize |Credential |RefreshCredential |UsernamePasswordCredential |

Object Properties: | authorization |credentials |subject |

Datatype Properties: | expiry |password |username |

Classes

Authorization

http://vocabularies.xenzone.com/security/Authorization

An authorization to interact with the system

[#] [back to top]

Super Classes:

AuthorizationFailed

http://vocabularies.xenzone.com/security/AuthorizationFailed

Event on a sucessful Authorize

[#] [back to top]

Super Classes:

AuthorizationSuccess

http://vocabularies.xenzone.com/security/AuthorizationSuccess

Event on a successful Authorize

[#] [back to top]

Super Classes:

Authorize

http://vocabularies.xenzone.com/security/Authorize

Command to obtain an authorization

[#] [back to top]

Super Classes:

Credential

http://vocabularies.xenzone.com/security/Credential

An identifier used to uniquely determine and authorize a principal requesting access

[#] [back to top]

Super Classes:

RefreshCredential

http://vocabularies.xenzone.com/security/RefreshCredential

Credentials to allow a previous authorization to be refreshed without additional interaction with agent

[#] [back to top]

Super Classes: Credential

UsernamePasswordCredential

http://vocabularies.xenzone.com/security/UsernamePasswordCredential

An username and password combination use to indentify a principal requesting access

[#] [back to top]

Super Classes: Credential

Object Properties

authorization

http://vocabularies.xenzone.com/security/authorization

Authorization data

Domain: AuthorizationSuccess (union)

Range: Authorization (union)

[#] [back to top]

credentials

http://vocabularies.xenzone.com/security/credentials

links a set of credentials to an Authorize command

Domain: Authorize (union)

Range: Credential (union)

[#] [back to top]

subject

http://vocabularies.xenzone.com/security/subject

The resource that has been authorized

Domain: Authorization (union) RefreshCredential (union)

Range:

[#] [back to top]

Datatype Properties

expiry

http://vocabularies.xenzone.com/security/expiry

The date and time at which an authorization expires

Domain: Authorization (union) RefreshCredential (union)

Range:

[#] [back to top]

password

http://vocabularies.xenzone.com/security/password

A password string

Domain: UsernamePasswordCredential (union)

Range: xsd:string

[#] [back to top]

username

http://vocabularies.xenzone.com/security/username

A username

Domain: UsernamePasswordCredential (union)

Range: xsd:string

[#] [back to top]