public class StubAuthenticationMethodTranslator extends Object implements AuthenticationMethodTranslator
| Constructor and Description |
|---|
StubAuthenticationMethodTranslator()
Instantiates a new Stub authentication method translator.
|
StubAuthenticationMethodTranslator(Map<Set<String>,String> translationMap)
Instantiates a new Sutb authentication method translator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setIgnoreIfNoMatchIsFound(boolean ignoreIfNoMatchIsFound) |
String |
translate(org.jasig.cas.authentication.principal.WebApplicationService targetService,
String receivedAuthenticationMethod)
Translate an authentication method to one that CAS can recognize.
|
public StubAuthenticationMethodTranslator()
public void setIgnoreIfNoMatchIsFound(boolean ignoreIfNoMatchIsFound)
public String translate(org.jasig.cas.authentication.principal.WebApplicationService targetService, String receivedAuthenticationMethod)
AuthenticationMethodTranslatortranslate in interface AuthenticationMethodTranslatortargetService - the target servicereceivedAuthenticationMethod - the received authentication methodCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.