|
|||||||||
| 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 Challenge Questions required to verify the identity of an user |
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 responsesChallengeResponseException - 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 -ChallengeResponseException - 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 | ||||||||