org.apache.ws.security
Class WSParameterCallback

java.lang.Object
  extended by org.apache.ws.security.WSParameterCallback
All Implemented Interfaces:
Callback

public class WSParameterCallback
extends Object
implements Callback


Field Summary
static int KDC_DES_AES_FACTOR
           
static int SERVICE_PRINCIPLE_PASSWORD
           
 
Constructor Summary
WSParameterCallback(int property)
           
 
Method Summary
 int getIntValue()
           
 int getProperty()
           
 String getStringValue()
           
 void setIntValue(int intValue)
           
 void setProperty(int property)
           
 void setStringValue(String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KDC_DES_AES_FACTOR

public static final int KDC_DES_AES_FACTOR
See Also:
Constant Field Values

SERVICE_PRINCIPLE_PASSWORD

public static final int SERVICE_PRINCIPLE_PASSWORD
See Also:
Constant Field Values
Constructor Detail

WSParameterCallback

public WSParameterCallback(int property)
Method Detail

getProperty

public int getProperty()

setProperty

public void setProperty(int property)

getStringValue

public String getStringValue()

setStringValue

public void setStringValue(String stringValue)

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int intValue)


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.