org.alfresco.service.cmr.publishing.channels
Class ChannelType.AuthUrlPair

java.lang.Object
  extended by org.alfresco.service.cmr.publishing.channels.ChannelType.AuthUrlPair
Enclosing interface:
ChannelType

public static final class ChannelType.AuthUrlPair
extends java.lang.Object


Field Summary
 java.lang.String authorisationRedirectUrl
          The URL to which the service provider is expected to send the user once the user's authorisation has been sought.
 java.lang.String authorisationRequestUrl
          The URL to which the user should be sent in order to grant Alfresco access to a channel.
 
Constructor Summary
ChannelType.AuthUrlPair(java.lang.String authorisationRequestUrl, java.lang.String authorisationRedirectUrl)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authorisationRequestUrl

public final java.lang.String authorisationRequestUrl
The URL to which the user should be sent in order to grant Alfresco access to a channel.


authorisationRedirectUrl

public final java.lang.String authorisationRedirectUrl
The URL to which the service provider is expected to send the user once the user's authorisation has been sought.

Constructor Detail

ChannelType.AuthUrlPair

public ChannelType.AuthUrlPair(java.lang.String authorisationRequestUrl,
                               java.lang.String authorisationRedirectUrl)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.