model

package
v0.0.0-...-4f5e8d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Claim

type Claim struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type IdentityDef

type IdentityDef interface {
	Type() model.IdentityType
}

func ParseIdentityDef

func ParseIdentityDef(data map[string]interface{}) (IdentityDef, error)

type IdentityDefLoginID

type IdentityDefLoginID struct {
	Key   string
	Value string
}

func (*IdentityDefLoginID) GetLoginID

func (i *IdentityDefLoginID) GetLoginID() string

func (*IdentityDefLoginID) GetLoginIDKey

func (i *IdentityDefLoginID) GetLoginIDKey() string

func (*IdentityDefLoginID) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL