| 157 | * Default implementation of `Subject` |
| 158 | */ |
| 159 | export class DefaultSubject implements Subject { |
| 160 | readonly principals = new Set<TypedPrincipal>(); |
| 161 | readonly authorities = new Set<Permission>(); |
| 162 | readonly credentials = new Set<Credential>(); |
nothing calls this directly
no outgoing calls
no test coverage detected