Java org.springframework.security.authentication.jaas DefaultJaasAuthenticationProvider fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.authentication.jaas DefaultJaasAuthenticationProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.authentication.jaas DefaultJaasAuthenticationProvider.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Authenticationauthenticate(Authentication auth)
Attempts to login the user given the Authentication objects principal and credential
voidsetAuthorityGranters(AuthorityGranter[] authorityGranters)
Set the AuthorityGranters that should be consulted for role names to be granted to the Authentication.
voidsetConfiguration(Configuration configuration)
Sets the Configuration to use for Authentication.
voidsetLoginContextName(String loginContextName)
Set the loginContextName, this name is used as the index to the configuration specified in the loginConfig property.