Package com.appiancorp.suiteapi.common.spring.security
package com.appiancorp.suiteapi.common.spring.security
-
ClassDescriptionThis class implements very basic conversion from a Spring LDAP
DirContextOperations
bean to aUserDetails
bean.Allows multipleSessionAuthenticationStrategy
implementations to be executed as a singleSessionAuthenticationStrategy
.This class decorates anotherUserDetailsService
implementation, allowing for a regular expression to be used to extract the username from the value passed intoRegexDelegatingUserDetailsService.loadUserByUsername(String)
.Thrown if an authentication request is rejected because the account's temporary credentials have expired.Thrown if an authentication request is rejected because it's using an account's temporary credentials but cannot be redirected to the interface that allows to enter a new password.