org.tynamo.security.federatedaccounts.services
Interface FederatedAccountService

All Known Implementing Classes:
DefaultHibernateFederatedAccountServiceImpl

public interface FederatedAccountService


Field Summary
static String IDPROPERTY
           
 
Method Summary
 org.apache.shiro.authc.AuthenticationInfo federate(String realmName, Object remotePrincipal, org.apache.shiro.authc.AuthenticationToken authenticationToken, Object remoteAccount)
           
 

Field Detail

IDPROPERTY

static final String IDPROPERTY
See Also:
Constant Field Values
Method Detail

federate

org.apache.shiro.authc.AuthenticationInfo federate(String realmName,
                                                   Object remotePrincipal,
                                                   org.apache.shiro.authc.AuthenticationToken authenticationToken,
                                                   Object remoteAccount)


Copyright © 2004-2011. All Rights Reserved.