@ApplicationScoped public class ServerSideProducers extends Object
| Constructor and Description |
|---|
ServerSideProducers() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.security.shared.service.AuthenticationService |
produceAuthenticationService() |
PreferenceBeanStore |
producePreferenceBeanStore() |
PreferenceScopeResolutionStrategy |
producePreferenceScopeResolutionStrategy() |
SessionInfo |
produceSessionInfo() |
org.jboss.errai.security.shared.api.identity.User |
produceUser() |
UsernameProvider |
produceUsernameProvider() |
@Produces @ApplicationScoped public org.jboss.errai.security.shared.api.identity.User produceUser()
@Produces @ApplicationScoped public SessionInfo produceSessionInfo()
@Produces @ApplicationScoped public PreferenceBeanStore producePreferenceBeanStore()
@Produces @ApplicationScoped public PreferenceScopeResolutionStrategy producePreferenceScopeResolutionStrategy()
@Produces @ApplicationScoped public UsernameProvider produceUsernameProvider()
@Produces @ApplicationScoped public org.jboss.errai.security.shared.service.AuthenticationService produceAuthenticationService()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.