Package org.guvnor.test
Class TestIdentityFactory
- java.lang.Object
-
- org.guvnor.test.TestIdentityFactory
-
-
Constructor Summary
Constructors Constructor Description TestIdentityFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.security.shared.service.AuthenticationServiceauthenticationService()org.jboss.errai.security.shared.api.identity.UsergetIdentity()voidonStartup()
-
-
-
Method Detail
-
onStartup
@PostConstruct public void onStartup()
-
getIdentity
@Produces @Alternative public org.jboss.errai.security.shared.api.identity.User getIdentity()
-
authenticationService
@Produces @Alternative public org.jboss.errai.security.shared.service.AuthenticationService authenticationService()
-
-