Uses of Interface
com.sun.xml.ws.security.trust.elements.SecondaryParameters
-
-
Uses of SecondaryParameters in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return SecondaryParameters Modifier and Type Method Description abstract SecondaryParametersWSTrustElementFactory. createSecondaryParameters()Create SecondaryParameters -
Uses of SecondaryParameters in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return SecondaryParameters Modifier and Type Method Description SecondaryParametersRequestSecurityToken. getSecondaryParameters()Methods in com.sun.xml.ws.security.trust.elements with parameters of type SecondaryParameters Modifier and Type Method Description voidRequestSecurityToken. setSecondaryParameters(SecondaryParameters sp) -
Uses of SecondaryParameters in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return SecondaryParameters Modifier and Type Method Description SecondaryParametersWSTrustElementFactoryImpl. createSecondaryParameters()Create SecondaryParameters -
Uses of SecondaryParameters in com.sun.xml.ws.security.trust.impl.elements
Methods in com.sun.xml.ws.security.trust.impl.elements that return SecondaryParameters Modifier and Type Method Description SecondaryParametersRequestSecurityTokenImpl. getSecondaryParameters()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecondaryParameters Modifier and Type Method Description voidRequestSecurityTokenImpl. setSecondaryParameters(SecondaryParameters sp) -
Uses of SecondaryParameters in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return SecondaryParameters Modifier and Type Method Description SecondaryParametersWSTrustElementFactoryImpl. createSecondaryParameters() -
Uses of SecondaryParameters in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement SecondaryParameters Modifier and Type Class Description classSecondaryParametersImplImplementation of the SecondaryParameters interface.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return SecondaryParameters Modifier and Type Method Description SecondaryParametersRequestSecurityTokenImpl. getSecondaryParameters()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecondaryParameters Modifier and Type Method Description voidRequestSecurityTokenImpl. setSecondaryParameters(SecondaryParameters sp)
-