Documentation ¶
Index ¶
Constants ¶
View Source
const (
IDM_CONFIGURATION = "idm.conf"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IDMConnection ¶
type IDMConnection struct { BaseURL string User string Password string // contains filtered or unexported fields }
func GetOpenIDMConnection ¶
func GetOpenIDMConnection() (idm *IDMConnection, err error)
Create an OpenAM connection based on viper config file
func (*IDMConnection) Authenticate ¶
func (idm *IDMConnection) Authenticate() error
Authenticate to OpenIDM, and get the session jwt for subsequent REST operations
Click to show internal directories.
Click to hide internal directories.