Artix JAX-WS Runtime API

com.iona.cxf.security.credential
Interface IonaSSOTokenCredential

All Superinterfaces:
Credential

public interface IonaSSOTokenCredential
extends Credential

An IonaSSOTokenCredential is a Credential extension that carries an IONA single-signon token, an opaque string representing an identity within the ISF infrastructure. If the CredentialType on a Credential instance is CredentialType.IONA_SSO_TOKEN, then the Credential instance may be safely cast to a IonaSSOTokenCredential.


Method Summary
 java.lang.String getIonaSSOToken()
           
 
Methods inherited from interface com.iona.cxf.security.credential.Credential
getCredentialType, getEndorsements
 

Method Detail

getIonaSSOToken

java.lang.String getIonaSSOToken()
Returns:
the IONA single-signon token associated with this Credential instance.

Artix JAX-WS Runtime API

Copyright © 2006-2007 IONA Technologies Inc.. All Rights Reserved.