Class WsTrustService
java.lang.Object
swiss.trustbroker.wstrust.service.WsTrustService
@Service
@ConditionalOnBooleanProperty("trustbroker.config.wstrust.enabled")
public class WsTrustService
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionWsTrustService(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 TypeMethodDescriptionorg.opensaml.soap.wstrust.WSTrustObjectprocessSecurityTokenRequest(org.opensaml.soap.wstrust.RequestSecurityToken requestSecurityToken, SoapMessageHeader requestHeader)
-
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)
-