lucee.Component
models.delegates.Auth
Copyright since 2016 by Ortus Solutions, Corp www.ortussolutions.com --- This is a delegate only class to allow your application objects to deal with authentication features via delegation.
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
cbSecurity
|
true
|
false
|
|
any
|
jwtService
|
true
|
false
|
|
| Method Summary | |
|---|---|
any
|
auth()
Retrieve the Authentication Service. |
any
|
cbSecure()
Retrieve the CBSecurity Service Object. |
string
|
getCbSecurity()
|
string
|
getJwtService()
|
any
|
jwtAuth()
Retrieve the Jwt Auth Service. |
any
|
setCbSecurity(any cbSecurity)
|
any
|
setJwtService(any jwtService)
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Property Detail |
|---|
access - publicrequired - falsereturntype - anyinject - cbSecurity@cbsecurityserializable - trueaccess - publicrequired - falsereturntype - anyinject - JwtService@cbSecurityserializable - true| Method Detail |
|---|
Retrieve the Authentication Service
Retrieve the CBSecurity Service Object
Retrieve the Jwt Auth Service
cbSecurityjwtService