Uses of Interface
org.opensaml.soap.wstrust.Challenge
Packages that use Challenge
Package
Description
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of Challenge in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return ChallengeModifier and TypeMethodDescriptionSignChallengeType.getChallenge()Returns the wst:Challenge child element.Methods in org.opensaml.soap.wstrust with parameters of type ChallengeModifier and TypeMethodDescriptionvoidSignChallengeType.setChallenge(Challenge challenge) Sets the wst:Challenge child element. -
Uses of Challenge in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement ChallengeFields in org.opensaml.soap.wstrust.impl declared as ChallengeModifier and TypeFieldDescriptionprivate ChallengeSignChallengeTypeImpl.challengeChallengechild element.Methods in org.opensaml.soap.wstrust.impl that return ChallengeModifier and TypeMethodDescriptionChallengeBuilder.buildObject()Builds a WS-Trust object of the given type.ChallengeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SignChallengeTypeImpl.getChallenge()Returns the wst:Challenge child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type ChallengeModifier and TypeMethodDescriptionvoidSignChallengeTypeImpl.setChallenge(Challenge newChallenge) Sets the wst:Challenge child element.