74757677787980
{ throw new IllegalArgumentException("No user id provided"); } this.id = id; this.clientRequest = null; this.attributeResolver = new MapAttributeResolver(); }
81828384858687
public AbstractUserContext() { this.id = null; this.clientRequest = null; this.attributeResolver = new MapAttributeResolver(); }
112113114115116117118
throw new IllegalArgumentException(); } // this.ctx = ctx; this.attributes = new MapAttributeResolver(); }