Uses of Class
org.apache.wss4j.binding.wss10.SecurityTokenReferenceType
-
Packages that use SecurityTokenReferenceType Package Description org.apache.wss4j.binding.wss10 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.wss4j.binding.wssc org.apache.wss4j.binding.wssc13 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.wss4j.binding.wssc200502 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wss10
Methods in org.apache.wss4j.binding.wss10 that return SecurityTokenReferenceType Modifier and Type Method Description SecurityTokenReferenceTypeObjectFactory. createSecurityTokenReferenceType()Create an instance ofSecurityTokenReferenceTypeMethods in org.apache.wss4j.binding.wss10 that return types with arguments of type SecurityTokenReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType>ObjectFactory. createSecurityTokenReference(SecurityTokenReferenceType value)Methods in org.apache.wss4j.binding.wss10 with parameters of type SecurityTokenReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType>ObjectFactory. createSecurityTokenReference(SecurityTokenReferenceType value) -
Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wssc
Methods in org.apache.wss4j.binding.wssc that return SecurityTokenReferenceType Modifier and Type Method Description abstract SecurityTokenReferenceTypeAbstractDerivedKeyTokenType. getSecurityTokenReference() -
Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wssc13
Methods in org.apache.wss4j.binding.wssc13 that return SecurityTokenReferenceType Modifier and Type Method Description SecurityTokenReferenceTypeDerivedKeyTokenType. getSecurityTokenReference()Gets the value of the securityTokenReference property.Methods in org.apache.wss4j.binding.wssc13 with parameters of type SecurityTokenReferenceType Modifier and Type Method Description voidDerivedKeyTokenType. setSecurityTokenReference(SecurityTokenReferenceType value)Sets the value of the securityTokenReference property. -
Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wssc200502
Methods in org.apache.wss4j.binding.wssc200502 that return SecurityTokenReferenceType Modifier and Type Method Description SecurityTokenReferenceTypeDerivedKeyTokenType. getSecurityTokenReference()Gets the value of the securityTokenReference property.Methods in org.apache.wss4j.binding.wssc200502 with parameters of type SecurityTokenReferenceType Modifier and Type Method Description voidDerivedKeyTokenType. setSecurityTokenReference(SecurityTokenReferenceType value)Sets the value of the securityTokenReference property.
-