org.apache.juddi.api.impl
Class UDDISecurityImpl

java.lang.Object
  extended by org.apache.juddi.api.impl.AuthenticatedService
      extended by org.apache.juddi.api.impl.UDDISecurityImpl
All Implemented Interfaces:
Remote, org.uddi.v3_service.UDDISecurityPortType

public class UDDISecurityImpl
extends AuthenticatedService
implements org.uddi.v3_service.UDDISecurityPortType

Author:
Jeff Faath

Field Summary
static String AUTH_TOKEN_PREFIX
           
 
Fields inherited from class org.apache.juddi.api.impl.AuthenticatedService
AUTHTOKEN_ACTIVE, AUTHTOKEN_RETIRED
 
Constructor Summary
UDDISecurityImpl()
           
 
Method Summary
 void discardAuthToken(org.uddi.api_v3.DiscardAuthToken body)
           
 org.uddi.api_v3.AuthToken getAuthToken(org.uddi.api_v3.GetAuthToken body)
           
 org.uddi.api_v3.AuthToken getAuthToken(String publisherId)
           
 
Methods inherited from class org.apache.juddi.api.impl.AuthenticatedService
getEntityPublisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_TOKEN_PREFIX

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

UDDISecurityImpl

public UDDISecurityImpl()
Method Detail

discardAuthToken

public void discardAuthToken(org.uddi.api_v3.DiscardAuthToken body)
                      throws org.uddi.v3_service.DispositionReportFaultMessage
Specified by:
discardAuthToken in interface org.uddi.v3_service.UDDISecurityPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage

getAuthToken

public org.uddi.api_v3.AuthToken getAuthToken(org.uddi.api_v3.GetAuthToken body)
                                       throws org.uddi.v3_service.DispositionReportFaultMessage
Specified by:
getAuthToken in interface org.uddi.v3_service.UDDISecurityPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage

getAuthToken

public org.uddi.api_v3.AuthToken getAuthToken(String publisherId)
                                       throws org.uddi.v3_service.DispositionReportFaultMessage
Throws:
org.uddi.v3_service.DispositionReportFaultMessage


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