CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Authentication Namespace Reference

Classes

class  AuthenticationTokenHelper
 A helper for setting and retrieving authentication tokens of type ISingleSignOnToken, ISingleSignOnTokenWithUserRsn, ISingleSignOnTokenWithCompanyRsn or ISingleSignOnTokenWithUserRsnAndCompanyRsn. More...
 
class  BasicTokenResolver
 Resolves basic, known parameter types when serialising with WCF. More...
 
class  DefaultAuthenticationTokenHelper
 A helper for setting and retrieving authentication tokens of type SingleSignOnToken, SingleSignOnTokenWithUserRsn, SingleSignOnTokenWithCompanyRsn, SingleSignOnTokenWithUserRsnAndCompanyRsn int, Guid or string. More...
 
class  DefaultSingleSignOnTokenFactory
 A Factory for creating new authentication tokens of type SingleSignOnToken More...
 
interface  IAuthenticationTokenHelper
 A helper for setting and retrieving authentication tokens of type TAuthenticationToken . More...
 
interface  IDefaultSingleSignOnTokenFactory
 A Factory for creating new authentication tokens of type SingleSignOnToken More...
 
interface  ISingleSignOnToken
 An authentication token with expiry and an issue time information. More...
 
interface  ISingleSignOnTokenFactory
 A factory for creating new authentication tokens of type TSingleSignOnToken . More...
 
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
 An authentication token with expiry and an issue time information. More...
 
class  SingleSignOnTokenFactory
 A factory for creating new authentication tokens of type TSingleSignOnToken . More...
 
class  SingleSignOnTokenResolver
 Resolves parameter types when serialising with WCF of Type SingleSignOnToken, SingleSignOnTokenWithUserRsn, SingleSignOnTokenWithCompanyRsn and SingleSignOnTokenWithUserRsnAndCompanyRsn More...
 
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...