Searched refs:authnChain (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DSocialAuthenticationImplementation.java33 private String authnChain; field in class:SocialAuthenticationImplementation
45 return authnChain;
48 public void setAuthnChain(String authnChain) { argument
49 this.authnChain = authnChain;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DSocialAuthenticationImplementation.java40 private String authnChain; field in class:SocialAuthenticationImplementation
54 return authnChain;
57 public void setAuthnChain(String authnChain) { argument
58 this.authnChain = authnChain;

Completed in 87 milliseconds