org.apache.ws.security.message.token
Class KerberosSecurity

java.lang.Object
  extended by org.apache.ws.security.message.token.BinarySecurity
      extended by org.apache.ws.security.message.token.KerberosSecurity

public class KerberosSecurity
extends BinarySecurity


Field Summary
static String GSS_KERBEROSv5_AP_REQ
           
static String GSS_KERBEROSv5_AP_REQ_SHA1
           
static String KERBEROS_TOKEN_PROFILE_1_1
           
 
Fields inherited from class org.apache.ws.security.message.token.BinarySecurity
BASE64_ENCODING, element, TOKEN_BST, TOKEN_KI
 
Constructor Summary
KerberosSecurity(Document doc)
           
KerberosSecurity(Element elem)
           
 
Method Summary
 String getSHA1()
           
protected  String getType()
           
 void setKerberosToken(byte[] tokenData)
           
 
Methods inherited from class org.apache.ws.security.message.token.BinarySecurity
getElement, getEncodingType, getFirstNode, getID, getToken, getValueType, setEncodingType, setID, setToken, setValueType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KERBEROS_TOKEN_PROFILE_1_1

public static final String KERBEROS_TOKEN_PROFILE_1_1
See Also:
Constant Field Values

GSS_KERBEROSv5_AP_REQ

public static final String GSS_KERBEROSv5_AP_REQ
See Also:
Constant Field Values

GSS_KERBEROSv5_AP_REQ_SHA1

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

KerberosSecurity

public KerberosSecurity(Element elem)
                 throws WSSecurityException
Parameters:
elem -
Throws:
WSSecurityException

KerberosSecurity

public KerberosSecurity(Document doc)
Parameters:
doc -
Method Detail

setKerberosToken

public void setKerberosToken(byte[] tokenData)
Parameters:
tokenData -

getType

protected String getType()
Returns:

getSHA1

public String getSHA1()
               throws WSSecurityException
Throws:
WSSecurityException


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