Class WsTrustService

java.lang.Object
swiss.trustbroker.wstrust.service.WsTrustService

@Service @ConditionalOnBooleanProperty("trustbroker.config.wstrust.enabled") public class WsTrustService extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    WsTrustService(swiss.trustbroker.config.TrustBrokerProperties trustBrokerProperties, List<swiss.trustbroker.api.idm.service.IdmQueryService> idmQueryServices, swiss.trustbroker.homerealmdiscovery.service.RelyingPartySetupService relyingPartySetupService, swiss.trustbroker.script.service.ScriptService scriptService, swiss.trustbroker.saml.service.RelyingPartyService relyingPartyService, swiss.trustbroker.audit.service.AuditService auditService, swiss.trustbroker.mapping.service.ClaimsMapperService claimsMapperService, List<WsTrustValidator> wsTrustValidators)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.soap.wstrust.WSTrustObject
    processSecurityTokenRequest(org.opensaml.soap.wstrust.RequestSecurityToken requestSecurityToken, SoapMessageHeader requestHeader)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WsTrustService

      public WsTrustService(swiss.trustbroker.config.TrustBrokerProperties trustBrokerProperties, List<swiss.trustbroker.api.idm.service.IdmQueryService> idmQueryServices, swiss.trustbroker.homerealmdiscovery.service.RelyingPartySetupService relyingPartySetupService, swiss.trustbroker.script.service.ScriptService scriptService, swiss.trustbroker.saml.service.RelyingPartyService relyingPartyService, swiss.trustbroker.audit.service.AuditService auditService, swiss.trustbroker.mapping.service.ClaimsMapperService claimsMapperService, List<WsTrustValidator> wsTrustValidators)
  • Method Details

    • processSecurityTokenRequest

      public org.opensaml.soap.wstrust.WSTrustObject processSecurityTokenRequest(org.opensaml.soap.wstrust.RequestSecurityToken requestSecurityToken, SoapMessageHeader requestHeader)