org.jboss.picketlink.cdi.credential
Interface LoginCredentials


public interface LoginCredentials

Represents the credentials the current user will use to authenticate Only valid during the authentication process

Author:
Shane Bryzak

Method Summary
 Credential getCredential()
           
 String getUserId()
           
 void invalidate()
           
 void setCredential(Credential credential)
           
 void setUserId(String userId)
           
 

Method Detail

getUserId

String getUserId()

setUserId

void setUserId(String userId)

getCredential

Credential getCredential()

setCredential

void setCredential(Credential credential)

invalidate

void invalidate()


Copyright © 2012. All Rights Reserved.