|
mitreid-connect
|


公開メンバ関数 | |
| SubjectIssuerGrantedAuthority (String subject, String issuer) | |
| String | getAuthority () |
| String | getSubject () |
| String | getIssuer () |
| int | hashCode () |
| boolean | equals (Object obj) |
| String | toString () |
非公開変数類 | |
| final String | subject |
| final String | issuer |
静的非公開変数類 | |
| static final long | serialVersionUID = 5584978219226664794L |
Simple authority representing a user at an issuer.
|
inline |
| subject | |
| issuer |
|
inline |
|
inline |
Returns a string formed by concatenating the subject with the issuer, separated by _ and prepended with OIDC_
For example, the user "bob" from issuer "http://id.example.com/" would return the authority string of:
OIDC_bob_http://id.example.com/
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
staticprivate |
|
private |
1.8.13