Element Summary

ElementDescriptionClass
bind-auth-schemeBasic authentication scheme, supporting username and password credentials.

This implementation relays on the configured CredentialStore to authenticate users. The configured store must be instance of BindableCredentialStore. If the bind operation provided by the store succeeds, the user is authenticated.

org.josso.auth.scheme.BindUsernamePasswordAuthScheme

Element Detail

Element: bind-auth-scheme

AttributeTypeDescription
hashAlgorithmxs:string
hashCharsetxs:string
hashEncodingxs:string
ignorePasswordCasexs:string
ignoreUserCasexs:string
namexs:string
saltLenghtxs:string
saltLengthxs:integer
ElementTypeDescription
credentialStore<spring:bean/>
credentialStoreKeyAdapter<spring:bean/>