Package 

Class CredentialsManager

  • All Implemented Interfaces:

    
    public class CredentialsManager
    
                        

    The CredentialsManager allows an application to handle verification of incoming MessageIntegrityAttributes by registering a CredentialsAuthority implementation. The point of this mechanism is to allow use in both applications that would handle large numbers of possible users (such as STUN/TURN servers) or others that would only work with a few, like for example an ICE implementation. TODO: just throwing a user name at the manager and expecting it to find an authority that knows about it may lead to ambiguities so we may need to add other parameters in here that would allow us to better select an authority.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail