public class GuestClaimsHandler extends Object implements org.apache.cxf.sts.claims.ClaimsHandler, org.apache.cxf.sts.token.realm.RealmSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
IP_ADDRESS_CLAIMS_KEY |
| Constructor and Description |
|---|
GuestClaimsHandler() |
| Modifier and Type | Method and Description |
|---|---|
Map<URI,List<String>> |
getClaimsMap() |
String |
getHandlerRealm() |
List<URI> |
getSupportedClaimTypes() |
List<String> |
getSupportedRealms() |
org.apache.cxf.sts.claims.ProcessedClaimCollection |
retrieveClaimValues(org.apache.cxf.rt.security.claims.ClaimCollection claims,
org.apache.cxf.sts.claims.ClaimsParameters parameters) |
void |
setAttributes(List<String> attributes) |
void |
setHandlerRealm(String realm) |
void |
setSupportedRealms(List<String> supportedRealms) |
public static final String IP_ADDRESS_CLAIMS_KEY
public List<URI> getSupportedClaimTypes()
getSupportedClaimTypes in interface org.apache.cxf.sts.claims.ClaimsHandlerpublic org.apache.cxf.sts.claims.ProcessedClaimCollection retrieveClaimValues(org.apache.cxf.rt.security.claims.ClaimCollection claims,
org.apache.cxf.sts.claims.ClaimsParameters parameters)
retrieveClaimValues in interface org.apache.cxf.sts.claims.ClaimsHandlerpublic List<String> getSupportedRealms()
getSupportedRealms in interface org.apache.cxf.sts.token.realm.RealmSupportpublic String getHandlerRealm()
getHandlerRealm in interface org.apache.cxf.sts.token.realm.RealmSupportpublic void setHandlerRealm(String realm)
This work is licensed under a Creative Commons Attribution 4.0 International License.