org.n52.security.common.authentication
Interface AuthenticationMethod

All Known Implementing Classes:
PasswordAuthenticationMethod, SessionAuthenticationMethod, UnknownAuthenticationMethod, URMAuthenticationMethod, WASAuthenticationMethod

public interface AuthenticationMethod


Method Summary
 org.dom4j.Node asDom4J()
           
 CredentialEditor getCredentialEditor()
           
 java.lang.String getURN()
           
 

Method Detail

getURN

public java.lang.String getURN()

asDom4J

public org.dom4j.Node asDom4J()

getCredentialEditor

public CredentialEditor getCredentialEditor()


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