info.informatica.security.auth
Class Challenge

java.lang.Object
  extended by info.informatica.security.auth.Challenge

public class Challenge
extends Object

Author:
carlos

Constructor Summary
Challenge(LoginPrincipal loginname, ProtectionRealm realm)
           
 
Method Summary
 String getChallengeString()
           
 LoginPrincipal getLoginPrincipal()
           
 ProtectionRealm getProtectionRealm()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Challenge

public Challenge(LoginPrincipal loginname,
                 ProtectionRealm realm)
Method Detail

getChallengeString

public String getChallengeString()

getLoginPrincipal

public LoginPrincipal getLoginPrincipal()

getProtectionRealm

public ProtectionRealm getProtectionRealm()