Interface ElytronIdentityHelper
-
- All Known Implementing Classes:
DefaultElytronIdentityHelper
public interface ElytronIdentityHelperHelper forElytronAuthenticationServiceto obtain the identity for a given credentials
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.errai.security.shared.api.identity.UsergetIdentity(String userName, String password)Obtains a valid (and authenticated) user for the given credentials.
-