aerogear-security-picketbox 1.0.0.M1

org.jboss.aerogear.security.picketbox.auth
Class CredentialFactoryImpl

java.lang.Object
  extended by org.jboss.aerogear.security.picketbox.auth.CredentialFactoryImpl
All Implemented Interfaces:
org.jboss.aerogear.security.auth.CredentialFactory

public class CredentialFactoryImpl
extends Object
implements org.jboss.aerogear.security.auth.CredentialFactory

Configure credentials on authentication provider


Field Summary
private  org.picketlink.credential.LoginCredentials loginCredentials
           
 
Constructor Summary
CredentialFactoryImpl()
           
 
Method Summary
 void setCredential(org.jboss.aerogear.security.model.AeroGearUser aeroGearUser)
          Sets the identity required on authentication provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loginCredentials

@Inject
private org.picketlink.credential.LoginCredentials loginCredentials
Constructor Detail

CredentialFactoryImpl

public CredentialFactoryImpl()
Method Detail

setCredential

public void setCredential(org.jboss.aerogear.security.model.AeroGearUser aeroGearUser)
Sets the identity required on authentication provider.

Specified by:
setCredential in interface org.jboss.aerogear.security.auth.CredentialFactory
Parameters:
aeroGearUser - represents a simple implementation that holds user's credentials.

aerogear-security-picketbox 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.