org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
Class VerifierChain

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.AbstractAuthenticationControl
      extended by org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.VerifierChain
All Implemented Interfaces:
AuthenticationControl

public class VerifierChain
extends AbstractAuthenticationControl

Calls all available verifiers and tries to verify the given credentials.

Author:
wesendon

Constructor Summary
VerifierChain()
          Constructs an empty verifier chain.
 
Method Summary
 List<AbstractAuthenticationControl> getVerifiers()
          Returns the list of verifier.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.AbstractAuthenticationControl
logIn, logout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifierChain

public VerifierChain()
Constructs an empty verifier chain.

Method Detail

getVerifiers

public List<AbstractAuthenticationControl> getVerifiers()
Returns the list of verifier. can be used to add and remove verifier.

Returns:
list of verifier


Copyright © 2015. All Rights Reserved.