org.apache.juddi.api.impl
Class AuthenticatedService

java.lang.Object
  extended by org.apache.juddi.api.impl.AuthenticatedService
Direct Known Subclasses:
JUDDIApiImpl, UDDICustodyTransferImpl, UDDIInquiryImpl, UDDIPublicationImpl, UDDIReplicationImpl, UDDISecurityImpl, UDDISubscriptionImpl, UDDISubscriptionListenerImpl, UDDIValueSetCachingImpl, UDDIValueSetValidationImpl

public abstract class AuthenticatedService
extends Object

Although this class is abstract, it provides token validation

Author:
Jeff Faath, Alex O'Ree - modified to include token expiration validation

Field Summary
static int AUTHTOKEN_ACTIVE
           
static int AUTHTOKEN_RETIRED
           
 
Constructor Summary
AuthenticatedService()
           
 
Method Summary
 UddiEntityPublisher getEntityPublisher(javax.persistence.EntityManager em, String authInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHTOKEN_ACTIVE

public static final int AUTHTOKEN_ACTIVE
See Also:
Constant Field Values

AUTHTOKEN_RETIRED

public static final int AUTHTOKEN_RETIRED
See Also:
Constant Field Values
Constructor Detail

AuthenticatedService

public AuthenticatedService()
Method Detail

getEntityPublisher

public UddiEntityPublisher getEntityPublisher(javax.persistence.EntityManager em,
                                              String authInfo)
                                       throws org.uddi.v3_service.DispositionReportFaultMessage
Throws:
org.uddi.v3_service.DispositionReportFaultMessage


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