Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.ISecurityConfiguration Interface Reference

Snapshot of information from the security store. More...

Inherited by PushTechnology.ClientInterface.Client.Features.Impl.SecurityConfiguration.

Properties

IReadOnlyCollection< string > RolesForAnonymousSessions [get]
 Returns the default set of roles to be assigned to anonymous sessions. This may be empty. More...
 
IReadOnlyCollection< string > RolesForNamedSessions [get]
 Returns the default set of roles to be assigned to named sessions. This may be empty. More...
 
IReadOnlyCollection< IRoleRoles [get]
 Returns a list of the roles defined including their permissions assignments and included roles. More...
 

Detailed Description

Snapshot of information from the security store.

Property Documentation

IReadOnlyCollection<IRole> PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.ISecurityConfiguration.Roles
get

Returns a list of the roles defined including their permissions assignments and included roles.

IReadOnlyCollection<string> PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.ISecurityConfiguration.RolesForAnonymousSessions
get

Returns the default set of roles to be assigned to anonymous sessions. This may be empty.

IReadOnlyCollection<string> PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.ISecurityConfiguration.RolesForNamedSessions
get

Returns the default set of roles to be assigned to named sessions. This may be empty.


The documentation for this interface was generated from the following file: