public final class RequestComponentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static org.opensaml.xacml.ctx.ActionType |
createActionType(List<org.opensaml.xacml.ctx.AttributeType> attributes) |
static org.opensaml.xacml.ctx.AttributeType |
createAttributeType(String attributeId,
String dataType,
String issuer,
List<org.opensaml.xacml.ctx.AttributeValueType> attributeValues) |
static org.opensaml.xacml.ctx.AttributeValueType |
createAttributeValueType(String value) |
static org.opensaml.xacml.ctx.EnvironmentType |
createEnvironmentType(List<org.opensaml.xacml.ctx.AttributeType> attributes) |
static org.opensaml.xacml.ctx.RequestType |
createRequestType(List<org.opensaml.xacml.ctx.SubjectType> subjects,
List<org.opensaml.xacml.ctx.ResourceType> resources,
org.opensaml.xacml.ctx.ActionType action,
org.opensaml.xacml.ctx.EnvironmentType environment) |
static org.opensaml.xacml.ctx.ResourceType |
createResourceType(List<org.opensaml.xacml.ctx.AttributeType> attributes,
org.opensaml.xacml.ctx.ResourceContentType resourceContent) |
static org.opensaml.xacml.ctx.SubjectType |
createSubjectType(List<org.opensaml.xacml.ctx.AttributeType> attributes,
String subjectCategory) |
public static org.opensaml.xacml.ctx.AttributeValueType createAttributeValueType(String value)
public static org.opensaml.xacml.ctx.AttributeType createAttributeType(String attributeId, String dataType, String issuer, List<org.opensaml.xacml.ctx.AttributeValueType> attributeValues)
public static org.opensaml.xacml.ctx.SubjectType createSubjectType(List<org.opensaml.xacml.ctx.AttributeType> attributes, String subjectCategory)
public static org.opensaml.xacml.ctx.ResourceType createResourceType(List<org.opensaml.xacml.ctx.AttributeType> attributes, org.opensaml.xacml.ctx.ResourceContentType resourceContent)
public static org.opensaml.xacml.ctx.ActionType createActionType(List<org.opensaml.xacml.ctx.AttributeType> attributes)
public static org.opensaml.xacml.ctx.EnvironmentType createEnvironmentType(List<org.opensaml.xacml.ctx.AttributeType> attributes)
Apache CXF