com.atlassian.security.auth.trustedapps
Interface UserResolver
- public interface UserResolver
Given the trusted application certificate this object will lookup the Principal that made this request
Method Summary |
java.security.Principal |
resolve(ApplicationCertificate certificate)
Returns the user that made this request or null if this application does not have such a user. |
resolve
public java.security.Principal resolve(ApplicationCertificate certificate)
- Returns the user that made this request or null if this application does not have such a user.
- Parameters:
certificate
- of the trusted application making this request
- Returns:
- user making the request or null
Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.