CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Authentication Namespace Reference

Classes

class  AuthenticationTokenHelper
 
class  DefaultAuthenticationTokenHelper
 
class  DefaultSingleSignOnTokenFactory
 
interface  IAuthenticationTokenHelper
 
interface  IDefaultSingleSignOnTokenFactory
 
interface  ISingleSignOnToken
 
interface  ISingleSignOnTokenFactory
 
interface  ISingleSignOnTokenWithCompanyRsn
 This is a ISingleSignOnToken that includes an identifiable CompanyRsn to optimise the hits of the DataStores by including data you most likely need. As such, if not used correctly, this can expose identifiable information. It is suggested the service layer populates this before sending commands as part of authorisation/authentication. More...
 
interface  ISingleSignOnTokenWithUserRsn
 This is a ISingleSignOnToken that includes an identifiable UserRsn to optimise the hits of the DataStores by including data you most likely need. As such, if not used correctly, this can expose identifiable information. It is suggested the service layer populates this before sending commands as part of authorisation/authentication. More...
 
interface  ISingleSignOnTokenWithUserRsnAndCompanyRsn
 This is a ISingleSignOnTokenWithCompanyRsn and ISingleSignOnTokenWithUserRsn More...
 
class  SingleSignOnToken
 
class  SingleSignOnTokenFactory
 
class  SingleSignOnTokenResolver
 
class  SingleSignOnTokenWithCompanyRsn
 This is a ISingleSignOnToken that includes an identifiable CompanyRsn to optimise the hits of the DataStores by including data you most likely need. As such, if not used correctly, this can expose identifiable information. It is suggested the service layer populates this before sending commands as part of authorisation/authentication. More...
 
class  SingleSignOnTokenWithUserRsn
 This is a ISingleSignOnToken that includes an identifiable UserRsn to optimise the hits of the DataStores by including data you most likely need. As such, if not used correctly, this can expose identifiable information. It is suggested the service layer populates this before sending commands as part of authorisation/authentication. More...
 
class  SingleSignOnTokenWithUserRsnAndCompanyRsn
 This is a ISingleSignOnTokenWithCompanyRsn and ISingleSignOnTokenWithUserRsn More...
 
class  WebSingleSignOnTokenValueHelper