Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IDPBasePath = "/authn" // TODO change this // TODO: finish converting IDP path handling to use these CreateUser = fmt.Sprintf("%s/users", IDPBasePath) GetUserByExternalAlias = fmt.Sprintf("%s/users", IDPBasePath) AddAuthnToUser = fmt.Sprintf("%s/addauthntouser", IDPBasePath) UserStoreBasePath = "/userstore" BaseConfigPath = fmt.Sprintf("%s/config", UserStoreBasePath) BaseConfigColumnsPath = fmt.Sprintf("%s/columns", BaseConfigPath) CreateColumnPath = BaseConfigColumnsPath DeleteColumnPath = singleConfigColumnPath GetColumnPath = singleConfigColumnPath ListColumnsPath = BaseConfigColumnsPath UpdateColumnPath = singleConfigColumnPath BaseConfigAccessorPath = fmt.Sprintf("%s/accessors", BaseConfigPath) CreateAccessorPath = BaseConfigAccessorPath DeleteAccessorPath = singleConfigAccessorPath GetAccessorPath = singleConfigAccessorPath GetAccessorByVersionPath = versionedSingleConfigAccessorPath ListAccessorsPath = BaseConfigAccessorPath UpdateAccessorPath = singleConfigAccessorPath BaseAccessorPath = fmt.Sprintf("%s/accessors", BaseAPIPath) ExecuteAccessorPath = BaseAccessorPath BaseConfigMutatorPath = fmt.Sprintf("%s/mutators", BaseConfigPath) CreateMutatorPath = BaseConfigMutatorPath DeleteMutatorPath = singleConfigMutatorPath GetMutatorPath = singleConfigMutatorPath ListMutatorsPath = BaseConfigMutatorPath UpdateMutatorPath = singleConfigMutatorPath BaseMutatorPath = fmt.Sprintf("%s/mutators", BaseAPIPath) ExecuteMutatorPath = BaseMutatorPath BaseAPIPath = fmt.Sprintf("%s/api", UserStoreBasePath) )
Path constants for the userstore
Functions ¶
func GetReferenceURLForAccessor ¶ added in v0.4.0
GetReferenceURLForAccessor return URL pointing at a particular access policy object
func GetReferenceURLForMutator ¶ added in v0.4.0
GetReferenceURLForMutator return URL pointing at a particular generation policy object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.