org.n52.security.authentication
Class SAMLResponseAuthenticationMethod

java.lang.Object
  extended by org.n52.security.authentication.SAMLResponseAuthenticationMethod
All Implemented Interfaces:
AuthenticationMethod

public class SAMLResponseAuthenticationMethod
extends java.lang.Object
implements AuthenticationMethod

Class SAMLResponseAuthenticationMethod describes a method using a SAMLResponse.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 24.07.2008

Field Summary
static java.lang.String URN
          URN identifying this method.
 
Constructor Summary
SAMLResponseAuthenticationMethod()
           
 
Method Summary
 org.dom4j.Node asDom4J()
          Method asDom4J.
 java.lang.String getURN()
          Method gets the URN.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URN

public static final java.lang.String URN
URN identifying this method.

See Also:
Constant Field Values
Constructor Detail

SAMLResponseAuthenticationMethod

public SAMLResponseAuthenticationMethod()
Method Detail

getURN

public java.lang.String getURN()
Description copied from interface: AuthenticationMethod
Method gets the URN.

Specified by:
getURN in interface AuthenticationMethod
Returns:
String.

asDom4J

public org.dom4j.Node asDom4J()
Description copied from interface: AuthenticationMethod
Method asDom4J.

Specified by:
asDom4J in interface AuthenticationMethod
Returns:
Node.


Copyright © 2004-2009 52north.org. All Rights Reserved.