com.sun.xml.ws.security.trust
Class STSIssuedTokenFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.security.trust.STSIssuedTokenFeature

@ManagedData
public class STSIssuedTokenFeature
extends WebServiceFeature

Author:
Jiandong Guo

Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
STSIssuedTokenFeature(STSIssuedTokenConfiguration stsIssuedTokenConfig)
           
 
Method Summary
 String getID()
           
 STSIssuedTokenConfiguration getSTSIssuedTokenConfiguration()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

STSIssuedTokenFeature

public STSIssuedTokenFeature(STSIssuedTokenConfiguration stsIssuedTokenConfig)
Method Detail

getID

@ManagedAttribute
public String getID()
Specified by:
getID in class WebServiceFeature

getSTSIssuedTokenConfiguration

@ManagedAttribute
public STSIssuedTokenConfiguration getSTSIssuedTokenConfiguration()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.