org.jasig.portal.security.provider.saml
Class SAMLNamespaceContext

java.lang.Object
  extended by org.jasig.portal.security.provider.saml.SAMLNamespaceContext
All Implemented Interfaces:
NamespaceContext

public class SAMLNamespaceContext
extends Object
implements NamespaceContext

This class is needed for resolving the XML namespace prefixes used during delegated SAML authentication

Author:
Adam Rybicki

Constructor Summary
SAMLNamespaceContext()
           
 
Method Summary
 String getNamespaceURI(String prefix)
           
 String getPrefix(String uri)
           
 Iterator<String> getPrefixes(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLNamespaceContext

public SAMLNamespaceContext()
Method Detail

getNamespaceURI

public String getNamespaceURI(String prefix)
Specified by:
getNamespaceURI in interface NamespaceContext

getPrefix

public String getPrefix(String uri)
Specified by:
getPrefix in interface NamespaceContext

getPrefixes

public Iterator<String> getPrefixes(String uri)
Specified by:
getPrefixes in interface NamespaceContext


Copyright © 2011 Jasig. All Rights Reserved.