Documentation ¶
Index ¶
- func New(configJSON json.RawMessage) (identifier identhandler.IdentModule, err error)
- type Instance
- func (instance *Instance) Close() (err error)
- func (instance *Instance) GetSubjects() (subjects []string, err error)
- func (instance *Instance) GetSystemID() (systemID string, err error)
- func (instance *Instance) GetUnitModel() (unitModel string, err error)
- func (instance *Instance) SubjectsChangedChannel() (channel <-chan []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(configJSON json.RawMessage) (identifier identhandler.IdentModule, err error)
New creates new vis identifier instance.
Types ¶
type Instance ¶
Instance vis identifier instance.
func (*Instance) GetSubjects ¶
GetSubjects returns the subjects claims.
func (*Instance) GetSystemID ¶
GetSystemID returns the system ID.
func (*Instance) GetUnitModel ¶
GetInitModel returns the unit model.
func (*Instance) SubjectsChangedChannel ¶
SubjectsChangedChannel returns subjects changed channel.
Click to show internal directories.
Click to hide internal directories.