public class WSParameterCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
| Modifier and Type | Field and Description |
|---|---|
static int |
KDC_DES_AES_FACTOR |
static int |
SERVICE_PRINCIPLE_PASSWORD |
| Constructor and Description |
|---|
WSParameterCallback(int property) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
int |
getProperty() |
java.lang.String |
getStringValue() |
void |
setIntValue(int intValue) |
void |
setProperty(int property) |
void |
setStringValue(java.lang.String stringValue) |
public static final int KDC_DES_AES_FACTOR
public static final int SERVICE_PRINCIPLE_PASSWORD
public int getProperty()
public void setProperty(int property)
public java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
public int getIntValue()
public void setIntValue(int intValue)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.