org.n52.security.common.authentication
Class CredentialFactory

java.lang.Object
  extended byorg.n52.security.common.authentication.CredentialFactory

public class CredentialFactory
extends java.lang.Object

Author:
Arne Broering

Constructor Summary
CredentialFactory()
           
 
Method Summary
static Credential createCredential(AuthenticationMethod pMethod, java.lang.String value)
          constructs a new Credential according to the specified methodURN and sets the specified value (e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialFactory

public CredentialFactory()
Method Detail

createCredential

public static Credential createCredential(AuthenticationMethod pMethod,
                                          java.lang.String value)
constructs a new Credential according to the specified methodURN and sets the specified value (e.g. user,password or sessionID ...).

Parameters:
value - the value of the new Credential. (e.g. user,password or sessionID ...)
Returns:


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