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.UserProfilebuild()static DummyProfileBuildernewBuilder(UserIdentity identity) static DummyProfileBuildernewBuilder(String id, IClientDescriptor clientDescriptor) static DummyProfileBuildernewBuilder(String id, String clientName) withAuthTarget(IAuthenticationTarget authTarget)  
- 
Method Details
- 
newBuilder
 - 
newBuilder
 - 
newBuilder
 - 
withAuthTarget
 - 
build
public org.pac4j.core.profile.UserProfile build() 
 -