net.adamcin.httpsig.api
Interface UserKey

All Superinterfaces:
Key

public interface UserKey
extends Key

Extends the base Key interface to add a userId field, which is a common use case for authentication.

Since:
1.0.8

Method Summary
 String getUserId()
          Get the associated userId
 
Methods inherited from interface net.adamcin.httpsig.api.Key
canSign, canVerify, getAlgorithms, getId, sign, verify
 

Method Detail

getUserId

String getUserId()
Get the associated userId

Returns:
the associated userId


Copyright © 2013-2014. All Rights Reserved.