Documentation
¶
Index ¶
- type PlasmidClient
- func (p *PlasmidClient) ServiceAdd(service string, metaUrl string) error
- func (p *PlasmidClient) ServiceDel(serviceName string) error
- func (p *PlasmidClient) ServiceList() ([]string, error)
- func (p *PlasmidClient) SessionDel(sessionId string) error
- func (p *PlasmidClient) SessionGet(sessionId string) (*saml.Session, error)
- func (p *PlasmidClient) SessionList() ([]string, error)
- func (p *PlasmidClient) ShortcutAdd(shortcut *idp.Shortcut) error
- func (p *PlasmidClient) ShortcutDel(shortcutName string) error
- func (p *PlasmidClient) ShortcutList() ([]string, error)
- func (p *PlasmidClient) UserAdd(user *idp.User) error
- func (p *PlasmidClient) UserDel(username string) error
- func (p *PlasmidClient) UserGet(username string) (*idp.User, error)
- func (p *PlasmidClient) UserList() ([]string, error)
- type UserList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlasmidClient ¶
func New ¶
func New(baseUrl string) (*PlasmidClient, error)
func (*PlasmidClient) ServiceAdd ¶
func (p *PlasmidClient) ServiceAdd(service string, metaUrl string) error
func (*PlasmidClient) ServiceDel ¶
func (p *PlasmidClient) ServiceDel(serviceName string) error
func (*PlasmidClient) ServiceList ¶
func (p *PlasmidClient) ServiceList() ([]string, error)
func (*PlasmidClient) SessionDel ¶
func (p *PlasmidClient) SessionDel(sessionId string) error
func (*PlasmidClient) SessionGet ¶
func (p *PlasmidClient) SessionGet(sessionId string) (*saml.Session, error)
func (*PlasmidClient) SessionList ¶
func (p *PlasmidClient) SessionList() ([]string, error)
func (*PlasmidClient) ShortcutAdd ¶
func (p *PlasmidClient) ShortcutAdd(shortcut *idp.Shortcut) error
func (*PlasmidClient) ShortcutDel ¶
func (p *PlasmidClient) ShortcutDel(shortcutName string) error
func (*PlasmidClient) ShortcutList ¶
func (p *PlasmidClient) ShortcutList() ([]string, error)
func (*PlasmidClient) UserDel ¶
func (p *PlasmidClient) UserDel(username string) error
func (*PlasmidClient) UserList ¶
func (p *PlasmidClient) UserList() ([]string, error)
Click to show internal directories.
Click to hide internal directories.