Uses of Interface
org.opensaml.ws.wstrust.Challenge

Packages that use Challenge
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.impl   
 

Uses of Challenge in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return Challenge
 Challenge SignChallengeType.getChallenge()
          Returns the wst:Challenge child element.
 

Methods in org.opensaml.ws.wstrust with parameters of type Challenge
 void SignChallengeType.setChallenge(Challenge challenge)
          Sets the wst:Challenge child element.
 

Uses of Challenge in org.opensaml.ws.wstrust.impl
 

Classes in org.opensaml.ws.wstrust.impl that implement Challenge
 class ChallengeImpl
          ChallengeImpl.
 

Fields in org.opensaml.ws.wstrust.impl declared as Challenge
private  Challenge SignChallengeTypeImpl.challenge
          Challenge child element.
 

Methods in org.opensaml.ws.wstrust.impl that return Challenge
 Challenge ChallengeBuilder.buildObject()
          Builds a WS-Trust object of the given type.
 Challenge ChallengeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Challenge SignChallengeTypeImpl.getChallenge()
          Returns the wst:Challenge child element.
 

Methods in org.opensaml.ws.wstrust.impl with parameters of type Challenge
 void SignChallengeTypeImpl.setChallenge(Challenge newChallenge)
          Sets the wst:Challenge child element.
 



Copyright © 1999-2013. All Rights Reserved.