Class DummyProfileBuilder
java.lang.Object
de.xima.fc.testhelper.security.pac4j.DummyProfileBuilder
Builder for creating (mock)
pac4j profiles
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.core.profile.UserProfile
build()
static DummyProfileBuilder
newBuilder
(UserIdentity identity) static DummyProfileBuilder
newBuilder
(String id, IClientDescriptor clientDescriptor) static DummyProfileBuilder
newBuilder
(String id, String clientName) withAuthTarget
(IAuthenticationTarget authTarget)
-
Method Details
-
newBuilder
-
newBuilder
-
newBuilder
-
withAuthTarget
-
build
public org.pac4j.core.profile.UserProfile build()
-