Uses of Class
org.apache.wss4j.binding.wss10.SecurityTokenReferenceType

Packages that use SecurityTokenReferenceType
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
 SecurityTokenReferenceType ObjectFactory.createSecurityTokenReferenceType()
          Create an instance of SecurityTokenReferenceType
 

Methods in org.apache.wss4j.binding.wss10 that return types with arguments of type SecurityTokenReferenceType
 JAXBElement<SecurityTokenReferenceType> ObjectFactory.createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 

Methods in org.apache.wss4j.binding.wss10 with parameters of type SecurityTokenReferenceType
 JAXBElement<SecurityTokenReferenceType> ObjectFactory.createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 

Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wssc
 

Methods in org.apache.wss4j.binding.wssc that return SecurityTokenReferenceType
abstract  SecurityTokenReferenceType AbstractDerivedKeyTokenType.getSecurityTokenReference()
           
 

Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wssc13
 

Fields in org.apache.wss4j.binding.wssc13 declared as SecurityTokenReferenceType
protected  SecurityTokenReferenceType DerivedKeyTokenType.securityTokenReference
           
 

Methods in org.apache.wss4j.binding.wssc13 that return SecurityTokenReferenceType
 SecurityTokenReferenceType DerivedKeyTokenType.getSecurityTokenReference()
          Gets the value of the securityTokenReference property.
 

Methods in org.apache.wss4j.binding.wssc13 with parameters of type SecurityTokenReferenceType
 void DerivedKeyTokenType.setSecurityTokenReference(SecurityTokenReferenceType value)
          Sets the value of the securityTokenReference property.
 

Uses of SecurityTokenReferenceType in org.apache.wss4j.binding.wssc200502
 

Fields in org.apache.wss4j.binding.wssc200502 declared as SecurityTokenReferenceType
protected  SecurityTokenReferenceType DerivedKeyTokenType.securityTokenReference
           
 

Methods in org.apache.wss4j.binding.wssc200502 that return SecurityTokenReferenceType
 SecurityTokenReferenceType DerivedKeyTokenType.getSecurityTokenReference()
          Gets the value of the securityTokenReference property.
 

Methods in org.apache.wss4j.binding.wssc200502 with parameters of type SecurityTokenReferenceType
 void DerivedKeyTokenType.setSecurityTokenReference(SecurityTokenReferenceType value)
          Sets the value of the securityTokenReference property.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.