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.
Classes: | Authorization |AuthorizationFailed |AuthorizationSuccess |Authorize |Credential |RefreshCredential |UsernamePasswordCredential |
Object Properties: | authorization |credentials |subject |
An authorization to interact with the system
[#] [back to top]
Super Classes:
Event on a sucessful Authorize
[#] [back to top]
Super Classes:
Event on a successful Authorize
[#] [back to top]
Super Classes:
Command to obtain an authorization
[#] [back to top]
Super Classes:
An identifier used to uniquely determine and authorize a principal requesting access
[#] [back to top]
Super Classes:
Credentials to allow a previous authorization to be refreshed without additional interaction with agent
[#] [back to top]
Super Classes: Credential
An username and password combination use to indentify a principal requesting access
[#] [back to top]
Super Classes: Credential
Authorization data
Domain: AuthorizationSuccess (union)
Range: Authorization (union)
[#] [back to top]
links a set of credentials to an Authorize command
Domain: Authorize (union)
Range: Credential (union)
[#] [back to top]
The resource that has been authorized
Domain: Authorization (union) RefreshCredential (union)
Range:
[#] [back to top]
The date and time at which an authorization expires
Domain: Authorization (union) RefreshCredential (union)
Range:
[#] [back to top]
A password string
Domain: UsernamePasswordCredential (union)
Range: xsd:string
[#] [back to top]
A username
Domain: UsernamePasswordCredential (union)
Range: xsd:string
[#] [back to top]