public class AuthenticationServiceImpl
extends java.lang.Object
implements org.fabric3.spi.security.AuthenticationService, javax.management.remote.JMXAuthenticator
| Constructor and Description |
|---|
AuthenticationServiceImpl(SecurityStore store) |
| Modifier and Type | Method and Description |
|---|---|
org.fabric3.api.SecuritySubject |
authenticate(org.fabric3.spi.security.AuthenticationToken<?,?> token) |
javax.security.auth.Subject |
authenticate(java.lang.Object credentials) |
public AuthenticationServiceImpl(SecurityStore store)
public org.fabric3.api.SecuritySubject authenticate(org.fabric3.spi.security.AuthenticationToken<?,?> token)
throws org.fabric3.spi.security.AuthenticationException
authenticate in interface org.fabric3.spi.security.AuthenticationServiceorg.fabric3.spi.security.AuthenticationExceptionpublic javax.security.auth.Subject authenticate(java.lang.Object credentials)
authenticate in interface javax.management.remote.JMXAuthenticator