Options configuring Mongo authentication.
package |
Default |
---|
__construct( $mongoAuthOptions = null)
mixed | null
getCollectionName() : string
string
getConfig() : array
array
getDatasourceName() : string
string
getPasswordField() : string
string
getPermissionField() : string
string
getRoleField() : string
string
getSaltField() : string
string
getSaltStyle() : string
string
getShared() : boolean
boolean
getUsernameCredentialField() : string
string
getUsernameField() : string
string
setCollectionName( $collectionName) : $this
string
$this
setConfig( $config) : $this
array
$this
setDatasourceName( $datasourceName) : $this
string
$this
setPasswordField( $passwordField) : $this
string
$this
setPermissionField( $permissionField) : $this
string
$this
setRoleField( $roleField) : $this
string
$this
setSaltField( $saltField) : $this
string
$this
setSaltStyle( $saltStyle) : $this
string
$this
setShared( $shared) : $this
boolean
$this
setUsernameCredentialField( $usernameCredentialField) : $this
string
$this
setUsernameField( $usernameField) : $this
string
$this