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:
java.rmi.Remote, UDDISecurityPortType

public class UDDISecurityImpl
extends AuthenticatedService
implements UDDISecurityPortType

Author:
Jeff Faath

Field Summary
static java.lang.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(DiscardAuthToken body)
           
 AuthToken getAuthToken(GetAuthToken body)
           
 AuthToken getAuthToken(java.lang.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 java.lang.String AUTH_TOKEN_PREFIX
See Also:
Constant Field Values
Constructor Detail

UDDISecurityImpl

public UDDISecurityImpl()
Method Detail

discardAuthToken

public void discardAuthToken(DiscardAuthToken body)
                      throws DispositionReportFaultMessage
Specified by:
discardAuthToken in interface UDDISecurityPortType
Throws:
DispositionReportFaultMessage

getAuthToken

public AuthToken getAuthToken(GetAuthToken body)
                       throws DispositionReportFaultMessage
Specified by:
getAuthToken in interface UDDISecurityPortType
Throws:
DispositionReportFaultMessage

getAuthToken

public AuthToken getAuthToken(java.lang.String publisherId)
                       throws DispositionReportFaultMessage
Throws:
DispositionReportFaultMessage


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