Uses of Interface
org.opensaml.soap.wsfed.WSFedObject
-
Packages that use WSFedObject Package Description org.opensaml.soap.wsfed XMLObject interfaces for WS-Federation elements.org.opensaml.soap.wsfed.impl XML Object provider implementations for WS-Federation. -
-
Uses of WSFedObject in org.opensaml.soap.wsfed
Classes in org.opensaml.soap.wsfed with type parameters of type WSFedObject Modifier and Type Interface Description interfaceWSFedObjectBuilder<WSFedObjectType extends WSFedObject>Builder ofWSFedObjects.Subinterfaces of WSFedObject in org.opensaml.soap.wsfed Modifier and Type Interface Description interfaceAddressThis interface defines how the object representing a WS AddressAddresselement behaves.interfaceAppliesToThis interface defines how the object representing a WS Applies ToAppliesToelement behaves.interfaceEndPointReferenceThis interface defines how the object representing a WS End Point ReferenceEndPointReferenceelement behaves.interfaceRequestedSecurityTokenThis interface defines how the object representing a Requested Security TokenRequestedSecurityTokenelement behaves.interfaceRequestSecurityTokenResponseThis interface defines how the object representing a WS RSTRRequestedSecurityTokenResponseelement behaves. -
Uses of WSFedObject in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement WSFedObject Modifier and Type Class Description classAddressImplImplementation of theAddressobject.classAppliesToImplImplementation of theAppliesToObject.classEndPointReferenceImplImplementation of theEndPointReferenceobject.classRequestedSecurityTokenImplImplementation of theRequestedSecurityTokenobject.classRequestSecurityTokenResponseImplImplementation of theRequestSecurityTokenResponseobject.
-