Interface UstraAuthenticationPropertiesProvider
public interface UstraAuthenticationPropertiesProvider
UstraAuthenticationProperties를 동적으로 변경할 경우, 구현하여 UstraAuthenticationConfigurer에 설정
-
Method Summary
Modifier and TypeMethodDescriptiondefault UstraAuthenticationPropertiesgetProperties(UstraAuthenticationProcessor<?, ?> processor, UstraAuthenticationProperties properties, jakarta.servlet.http.HttpServletRequest request, UstraAuthenticationRequestToken requestToken) UstraAuthenticationProperties를 Request 마다 동적 생성
-
Method Details
-
getProperties
default UstraAuthenticationProperties getProperties(UstraAuthenticationProcessor<?, ?> processor, UstraAuthenticationProperties properties, jakarta.servlet.http.HttpServletRequest request, UstraAuthenticationRequestToken requestToken) UstraAuthenticationProperties를 Request 마다 동적 생성- Parameters:
processor- UstraAuthenticationProcessorproperties- UstraAuthenticationPropertiesrequest- HttpServletRequest (Current Request)requestToken- UstraAuthenticationRequestToken (로그인 시에만 전달, 그 외에는 null)- Returns:
-