com.sun.xml.ws.security.trust.impl.wssx.elements
Class UseKeyImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.UseKeyType
com.sun.xml.ws.security.trust.impl.wssx.elements.UseKeyImpl
- All Implemented Interfaces:
- UseKey
public class UseKeyImpl
- extends UseKeyType
- implements UseKey
- Author:
- Manveen Kaur
| Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.UseKeyType |
any, sig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UseKeyImpl
public UseKeyImpl(Token token)
UseKeyImpl
public UseKeyImpl(SecurityTokenReference str)
UseKeyImpl
public UseKeyImpl(UseKeyType ukType)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTargetType
public java.lang.String getTargetType()
setTargetType
public void setTargetType(java.lang.String ttype)
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
setToken
public void setToken(Token token)
- Specified by:
setToken in interface UseKey
getToken
public Token getToken()
- Specified by:
getToken in interface UseKey
setSignatureID
public void setSignatureID(java.net.URI sigID)
- Specified by:
setSignatureID in interface UseKey
getSignatureID
public java.net.URI getSignatureID()
- Specified by:
getSignatureID in interface UseKey
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.