PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.interfaces
Interface ProtocolContext

All Known Implementing Classes:
HTTPContext, SAML11ProtocolContext, SAMLProtocolContext, WSTrustRequestContext

public interface ProtocolContext

Interface to indicate a protocol specific request context

Since:
Sep 17, 2009
Author:
Anil.Saldhana@redhat.com

Method Summary
 String family()
          What family the context belongs to..
 QName getQName()
          Return the QName of the token
 String serviceName()
          An optional service name
 String tokenType()
          A String that represents the token type
 

Method Detail

serviceName

String serviceName()
An optional service name

Returns:

tokenType

String tokenType()
A String that represents the token type

Returns:

getQName

QName getQName()
Return the QName of the token

Returns:

family

String family()
What family the context belongs to..

Returns:
See Also:
SecurityTokenProvider#family()}, FAMILY_TYPE}

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.