| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChallengeResponseService
This Service provides functionality related to ChallengeResponse management and validation. The capabilities include the following
| Method Summary | |
|---|---|
 java.util.Set | 
getChallenges(java.util.Locale locale)Gets the System Default Challenge Questions  | 
 java.util.Set | 
getChallengesForLoggedInUser(java.util.Locale locale)Returns the ChallengeResponses for the logged-in user  | 
 java.util.Set | 
getChallengesForUser(java.lang.String userName, java.util.Locale locale)Returns the only Challenge questions (not responses) for unauthenticated user.  | 
 void | 
setChallengeResponsesForLoggedInUser(java.util.Set challenges)Sets the Challenge Responses for the logged-in user.  | 
| Method Detail | 
|---|
java.util.Set getChallenges(java.util.Locale locale)
                            throws ChallengeResponseException
locale - the locale in which the challenge questions should be translated. If this parameter is null, no translation is doneChallengeResponseException - if the challenges cannot be retrieved for any reason
void setChallengeResponsesForLoggedInUser(java.util.Set challenges)
                                          throws ChallengeResponseException
challenges - the challenges containing the responses.ChallengeResponseException - if challenge-responses could not be set for some reason
java.util.Set getChallengesForLoggedInUser(java.util.Locale locale)
                                           throws ChallengeResponseException
ChallengeResponseException - if challenge-responses could not be retrieved for some reason
java.util.Set getChallengesForUser(java.lang.String userName,
                                   java.util.Locale locale)
                                   throws ChallengeResponseException
userName - , user loginlocale - the locale in which the challenge questions should be translated. If this parameter is null, no translation is doneChallengeResponseException - if challenge-responses could not be retrieved for some reason
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||