public static interface IdentityProvider.AuthenticationCallback
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
authenticated(BrokeredIdentityContext context)
This method should be called by provider after the JAXRS callback endpoint has finished authentication
with the remote IDP
|
javax.ws.rs.core.Response |
cancelled(String code) |
javax.ws.rs.core.Response |
error(String code,
String message) |
javax.ws.rs.core.Response authenticated(BrokeredIdentityContext context)
context
- javax.ws.rs.core.Response cancelled(String code)
Copyright © 2020 JBoss by Red Hat. All rights reserved.