Class WSTrustFactory


  • public class WSTrustFactory
    extends Object
    A Factory for creating concrete WS-Trust contract instances
    • Method Detail

      • newTrustPlugin

        public static TrustPlugin newTrustPlugin()
        return a concrete implementation for the TrustPlugin.
      • createWSTrustClientContract

        public static WSTrustClientContract createWSTrustClientContract()
        return a concrete implementor for WS-Trust Client Contract
      • getSTSAuthorizationProvider

        public static STSAuthorizationProvider getSTSAuthorizationProvider()
        Returns the single instance of STSAuthorizationProvider Use the usual services mechanism to find implementing class. If not found, use com.sun.xml.ws.security.trust.impl.DefaultSTSAuthorizationProvider by default.
      • getSTSAttributeProvider

        public static STSAttributeProvider getSTSAttributeProvider()
        Returns the single instance of STSAttributeProvider Use the usual services mechanism to find implementing class. If not found, use com.sun.xml.ws.security.trust.impl.DefaultSTSAttributeProvider by default.
      • getRuntimeSTSConfiguration

        public static STSConfiguration getRuntimeSTSConfiguration()