org.n52.security.common.authentication
Class UnknownAuthenticationMethod

java.lang.Object
  extended byorg.n52.security.common.authentication.UnknownAuthenticationMethod
All Implemented Interfaces:
AuthenticationMethod

public class UnknownAuthenticationMethod
extends java.lang.Object
implements AuthenticationMethod


Field Summary
static java.lang.String sMethodUrn
           
 
Constructor Summary
UnknownAuthenticationMethod(java.lang.String pMethodName, java.util.Map pParams)
           
 
Method Summary
 org.dom4j.Node asDom4J()
           
 CredentialEditor getCredentialEditor()
           
 java.lang.String getURN()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sMethodUrn

public static final java.lang.String sMethodUrn
See Also:
Constant Field Values
Constructor Detail

UnknownAuthenticationMethod

public UnknownAuthenticationMethod(java.lang.String pMethodName,
                                   java.util.Map pParams)
Method Detail

getURN

public java.lang.String getURN()
Specified by:
getURN in interface AuthenticationMethod

asDom4J

public org.dom4j.Node asDom4J()
Specified by:
asDom4J in interface AuthenticationMethod

getCredentialEditor

public CredentialEditor getCredentialEditor()
Specified by:
getCredentialEditor in interface AuthenticationMethod


Copyright © 2004-2007 52 North. All Rights Reserved.