java - what does XACML Identifier mean? -


for example,"urn:oasis:names:tc:xacml:1.0:subject:session-start-time",what mean? how can know format of session-start-time? yyyy-mm-dd or yyyy/mm/dd? can't find information form oasis's document.someone tell please,thx.

the session-start-time attribute represent when session user identified in subject-id started. when user authenticated, guess.

while spec doesn't explicitly datatype attribute is, assume it's http://www.w3.org/2001/xmlschema#datetime type.

you can find definition of type here: http://www.w3.org/tr/xmlschema-2/#datetime; example being "2002-10-10t12:00:00-05:00"


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -