public class MockAuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication> extends MockAuthenticationBuilder<T,MockAuthenticationRequestPostProcessor<T>> implements AuthenticationRequestPostProcessor<T>
| Constructor and Description |
|---|
MockAuthenticationRequestPostProcessor(Class<T> authType,
Object principal) |
MockAuthenticationRequestPostProcessor(Class<T> authType,
Object principal,
Object details,
Object credentials) |
| Modifier and Type | Method and Description |
|---|---|
static MockAuthenticationRequestPostProcessor<org.springframework.security.core.Authentication> |
mockAuthentication() |
static <T extends org.springframework.security.core.Authentication> |
mockAuthentication(Class<T> authType,
Object principal) |
authorities, authorities, build, configure, credentials, details, downcast, name, principal, setAuthenticatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcessRequestpublic MockAuthenticationRequestPostProcessor(Class<T> authType, Object principal)
public static <T extends org.springframework.security.core.Authentication> MockAuthenticationRequestPostProcessor<T> mockAuthentication(Class<T> authType, Object principal)
public static MockAuthenticationRequestPostProcessor<org.springframework.security.core.Authentication> mockAuthentication()
Copyright © 2023. All rights reserved.