org.apache.deltaspike.security.api.credential
Interface LoginCredential


public interface LoginCredential

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


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 © 2011-2012 The Apache Software Foundation. All Rights Reserved.